Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
rbarraud
/
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
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Apr 16, 2018
Merge pull request #760 from ladyada/master
Show description for 7f7cbe8
tannewt
authored
7f7cbe8
Copy full SHA for 7f7cbe8
Merge pull request #745 from notro/time_rtc
Show description for 81d395d
tannewt
authored
81d395d
Copy full SHA for 81d395d
Merge pull request #764 from tannewt/nvm3
Show description for eba10ea
dhalbert
authored
eba10ea
Copy full SHA for eba10ea
Remove "Get or set"
tannewt
authored
301479c
Copy full SHA for 301479c
Add a table of contents reference to RTC
tannewt
authored
84d4be2
Copy full SHA for 84d4be2
atmel-samd: Add rtc module support
Show description for 8e20804
notro
committed
8e20804
Copy full SHA for 8e20804
Add rtc module
Show description for 8d1719f
notro
committed
8d1719f
Copy full SHA for 8d1719f
Commits on Apr 13, 2018
Correct example. Thanks @jepler!
tannewt
committed
5af4e79
Copy full SHA for 5af4e79
Turn on nvm in 3.0.
Show description for 812fe0c
tannewt
committed
812fe0c
Copy full SHA for 812fe0c
Merge pull request #756 from tannewt/audio3
Show description for 10eabf6
dhalbert
authored
10eabf6
Copy full SHA for 10eabf6
don't use python nrfutil on windows, it doesnt work :/ tested feather52 makefile on windows/mingw
ladyada
committed
926849d
Copy full SHA for 926849d
Tweaks based on dhalbert's feedback.
tannewt
committed
22194d5
Copy full SHA for 22194d5
Merge pull request #759 from ladyada/master
Show description for 0f4a203
tannewt
authored
0f4a203
Copy full SHA for 0f4a203
fix for spaces in path
ladyada
committed
1418445
Copy full SHA for 1418445
deal with spaces in directories
ladyada
committed
ce6b94f
Copy full SHA for ce6b94f
Fix Makefile
tannewt
committed
8dcfeb6
Copy full SHA for 8dcfeb6
Commits on Apr 12, 2018
Add audio output support!
Show description for 28642ab
tannewt
committed
28642ab
Copy full SHA for 28642ab
Merge pull request #757 from tannewt/status_pixel_fix
Show description for 12f1aa2
tannewt
authored
12f1aa2
Copy full SHA for 12f1aa2
Fix the status neopixel flashing.
Show description for 5f9b3f2
tannewt
committed
5f9b3f2
Copy full SHA for 5f9b3f2
Merge pull request #755 from tannewt/itsy_m4
Show description for e311d17
dhalbert
authored
e311d17
Copy full SHA for e311d17
Add initial ItsyBitsy M4 support
tannewt
committed
2a26dac
Copy full SHA for 2a26dac
Commits on Apr 10, 2018
Merge pull request #747 from dhalbert/reformat
Show description for f02cbea
tannewt
authored
f02cbea
Copy full SHA for f02cbea
force_create rename got lost due to editing error
dhalbert
committed
eaa9923
Copy full SHA for eaa9923
Merge remote-tracking branch 'adafruit/master' into reformat
dhalbert
committed
1b12c42
Copy full SHA for 1b12c42
remove more unneeded includes
dhalbert
committed
80fb61e
Copy full SHA for 80fb61e
remove unnecessary includes in esp8266 common-hal storage code
dhalbert
committed
04b2c8b
Copy full SHA for 04b2c8b
esp8266 and nrf: raise NotImplementedError
dhalbert
committed
5f98953
Copy full SHA for 5f98953
esp8266: Disable "strict aliasing" in compiler like in atmel-samd
Show description for 1e9a271
jepler
authored and
dhalbert
committed
1e9a271
Copy full SHA for 1e9a271
Fix rom qstr pool length.
tannewt
authored and
dhalbert
committed
fd70383
Copy full SHA for fd70383
Prevent a heap pointer from living on the stack longer than we need.
tannewt
authored and
dhalbert
committed
3b511e5
Copy full SHA for 3b511e5
Create genhdr/ directory in time
jepler
authored and
dhalbert
committed
eb7d0e3
Copy full SHA for eb7d0e3
Merge pull request #752 from jepler/esp8266-strict-aliasing
Show description for a0cd94c
dhalbert
authored
a0cd94c
Copy full SHA for a0cd94c
esp8266: Disable "strict aliasing" in compiler like in atmel-samd
Show description for c5d2a0d
jepler
committed
c5d2a0d
Copy full SHA for c5d2a0d
Merge pull request #749 from tannewt/analyze_heap_dump
Show description for 3883a9f
dhalbert
authored
3883a9f
Copy full SHA for 3883a9f
Merge pull request #750 from tannewt/parse_tree_memory
Show description for d203d1c
dhalbert
authored
d203d1c
Copy full SHA for d203d1c
Pagination
Previous
Next
You can’t perform that action at this time.