Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
StackRduino
/
circuitpython
Public
forked from
adafruit/circuitpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
circuitpython
stmhal
i2c.c
on
travis-testing
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 31, 2015
all: Add py/mphal.h and use it in all ports.
Show description for 731f359
dpgeorge
authored and
pfalcon
committed
731f359
View commit details
Copy full SHA for 731f359
View code at this point
Browse repository at this point
Commits on Aug 5, 2015
stmhal: Enable I2C support for F7 MCUs.
dhylands
authored and
dpgeorge
committed
34fe5a3
View commit details
Copy full SHA for 34fe5a3
View code at this point
Browse repository at this point
Commits on Aug 2, 2015
stmhal: Factor GPIO clock enable logic into mp_hal_gpio_clock_enable.
Show description for 0851751
dpgeorge
committed
0851751
View commit details
Copy full SHA for 0851751
View code at this point
Browse repository at this point
Commits on Jul 29, 2015
stmhal: Add STM32F7DISC and associated changes.
dhylands
authored and
dpgeorge
committed
92d4b51
View commit details
Copy full SHA for 92d4b51
View code at this point
Browse repository at this point
Commits on Jun 24, 2015
stmhal/dma.c: Modify dma_init() to accept init struct as an argument
Show description for c517552
blmorris
authored and
dpgeorge
committed
c517552
View commit details
Copy full SHA for c517552
View code at this point
Browse repository at this point
Commits on Jun 22, 2015
stmhal: Reorganise code for parsing keyword args in I2C methods.
Show description for 6e1dfb0
dpgeorge
committed
6e1dfb0
View commit details
Copy full SHA for 6e1dfb0
View code at this point
Browse repository at this point
Commits on Jun 10, 2015
stmhal: Make I2C use DMA when interrupts are enabled.
dpgeorge
committed
7628546
View commit details
Copy full SHA for 7628546
View code at this point
Browse repository at this point
Commits on May 28, 2015
stmhal: Fix off-by-one error when checking for valid I2C and SPI bus.
dpgeorge
committed
17d9b50
View commit details
Copy full SHA for 17d9b50
View code at this point
Browse repository at this point
Commits on May 27, 2015
stmhal: Allow to name I2C busses, and give them names for pyboard.
dpgeorge
committed
0e6f5e0
View commit details
Copy full SHA for 0e6f5e0
View code at this point
Browse repository at this point
Commits on Apr 18, 2015
stmhal: Make I2C busses and their pins configurable in mpconfigboard.h.
dpgeorge
committed
d15fe5a
View commit details
Copy full SHA for d15fe5a
View code at this point
Browse repository at this point
Commits on Apr 16, 2015
py: Overhaul and simplify printf/pfenv mechanism.
Show description for 7f9d1d6
dpgeorge
committed
7f9d1d6
View commit details
Copy full SHA for 7f9d1d6
View code at this point
Browse repository at this point
Commits on Jan 21, 2015
py: Remove mp_obj_str_builder and use vstr instead.
Show description for 05005f6
dpgeorge
committed
05005f6
View commit details
Copy full SHA for 05005f6
View code at this point
Browse repository at this point
Commits on Jan 1, 2015
stmhal: Prefix includes with py/; remove need for -I../py.
dpgeorge
committed
2cf6dfa
View commit details
Copy full SHA for 2cf6dfa
View code at this point
Browse repository at this point
Commits on Oct 23, 2014
stmhal: Use OSError with POSIX error code for HAL errors.
Show description for 185cb0d
dpgeorge
committed
185cb0d
View commit details
Copy full SHA for 185cb0d
View code at this point
Browse repository at this point
Commits on Aug 29, 2014
Change some parts of the core API to use mp_uint_t instead of uint/int.
Show description for ecc88e9
dpgeorge
committed
ecc88e9
View commit details
Copy full SHA for ecc88e9
View code at this point
Browse repository at this point
Commits on Jul 22, 2014
Change boolean 'use_16bit_addr' to int 'addr_size', can be either 8 or 16 bits, default value is 8
Show description for 86f0b31
blmorris
committed
86f0b31
View commit details
Copy full SHA for 86f0b31
View code at this point
Browse repository at this point
Commits on Jul 12, 2014
Incorporate stylistic changes suggested by @dhylands
blmorris
committed
847a6b3
View commit details
Copy full SHA for 847a6b3
View code at this point
Browse repository at this point
Commits on Jul 11, 2014
Add keyword argument 'memaddr_use_16b' to i2c.mem_read and mem_write methods
Show description for e687fdb
blmorris
committed
e687fdb
View commit details
Copy full SHA for e687fdb
View code at this point
Browse repository at this point
Commits on Jul 3, 2014
Rename machine_(u)int_t to mp_(u)int_t.
Show description for 40f3c02
dpgeorge
committed
40f3c02
View commit details
Copy full SHA for 40f3c02
View code at this point
Browse repository at this point
Commits on Jun 19, 2014
Prefix ARRAY_SIZE with micropython prefix MP_
eblot
committed
f6932d6
View commit details
Copy full SHA for f6932d6
View code at this point
Browse repository at this point
Commits on May 4, 2014
stmhal: Document physical pins for SPI, I2C, UART busses.
dpgeorge
committed
5fc400c
View commit details
Copy full SHA for 5fc400c
View code at this point
Browse repository at this point
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147
dpgeorge
committed
04b9147
View commit details
Copy full SHA for 04b9147
View code at this point
Browse repository at this point
stmhal: Fix typos in class documentation.
dpgeorge
committed
baa2afb
View commit details
Copy full SHA for baa2afb
View code at this point
Browse repository at this point
Commits on May 2, 2014
unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it.
pfalcon
committed
9b71b16
View commit details
Copy full SHA for 9b71b16
View code at this point
Browse repository at this point
Commits on Apr 29, 2014
stmhal: Add documentation in comments, and script to generate HTML.
Show description for 8d09640
dpgeorge
committed
8d09640
View commit details
Copy full SHA for 8d09640
View code at this point
Browse repository at this point
Commits on Apr 26, 2014
Simplify names for argcheck.c / arg parsing.
dpgeorge
committed
dbc81df
View commit details
Copy full SHA for dbc81df
View code at this point
Browse repository at this point
Add ARRAY_SIZE macro, and use it where possible.
dpgeorge
committed
6d3c5e4
View commit details
Copy full SHA for 6d3c5e4
View code at this point
Browse repository at this point
Commits on Apr 21, 2014
stmhal: Add some documentation to I2C, SPI and USART modules.
dpgeorge
committed
34f01c2
View commit details
Copy full SHA for 34f01c2
View code at this point
Browse repository at this point
Commits on Apr 20, 2014
stmhal, SPI and I2C: Improvements to functionality and consistency.
dpgeorge
committed
eb8bdf4
View commit details
Copy full SHA for eb8bdf4
View code at this point
Browse repository at this point
stmhal: Improved configurability for I2C and SPI busses.
Show description for ff91156
dpgeorge
committed
ff91156
View commit details
Copy full SHA for ff91156
View code at this point
Browse repository at this point
Fix i2c and spi to compile for Netduino Plus 2
dhylands
committed
f70630c
View commit details
Copy full SHA for f70630c
View code at this point
Browse repository at this point
Commits on Apr 19, 2014
stmhal: Tidy up and improve consistency across modules.
dpgeorge
committed
57e4158
View commit details
Copy full SHA for 57e4158
View code at this point
Browse repository at this point
stmhal: Add SPI class.
Show description for d689430
dpgeorge
committed
d689430
View commit details
Copy full SHA for d689430
View code at this point
Browse repository at this point
Commits on Apr 18, 2014
stmhal: Update ADC, DAC and I2C objects to use new buffer protocol.
Show description for 38ae014
dpgeorge
committed
38ae014
View commit details
Copy full SHA for 38ae014
View code at this point
Browse repository at this point
Commits on Apr 16, 2014
stmhal: Fix C bindings of I2C.read/write.
dpgeorge
committed
1381146
View commit details
Copy full SHA for 1381146
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.