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
supervisor
shared
on
4.0.x
User selector
All users
Datepicker
All time
Commit history
Commits on May 10, 2019
Merge pull request #1869 from tannewt/fix_programmatic_safe_mode
Show description for dae8b21
dhalbert
authored
dae8b21
View commit details
Copy full SHA for dae8b21
View code at this point
Browse repository at this point
Commits on May 9, 2019
Rework safe mode so we can trigger on all resets
tannewt
committed
b875651
View commit details
Copy full SHA for b875651
View code at this point
Browse repository at this point
Commits on May 8, 2019
Update `on_next_reset` for new safe mode.
Show description for 837d3f5
tannewt
committed
837d3f5
View commit details
Copy full SHA for 837d3f5
View code at this point
Browse repository at this point
Make status light flash blue for incompatible mpy (fixes #1369)
terriko
committed
a9b05d3
View commit details
Copy full SHA for a9b05d3
View code at this point
Browse repository at this point
Commits on Apr 12, 2019
Update font location and shrink a bunch of builds
tannewt
committed
796fc3f
View commit details
Copy full SHA for 796fc3f
View code at this point
Browse repository at this point
Commits on Apr 8, 2019
Reorganize board busses into shared-bindings and shared-module.
tannewt
committed
0f003ac
View commit details
Copy full SHA for 0f003ac
View code at this point
Browse repository at this point
Commits on Apr 6, 2019
Fix crash when getting board.SPI outside the VM
Show description for 7686f93
tannewt
committed
7686f93
View commit details
Copy full SHA for 7686f93
View code at this point
Browse repository at this point
Commits on Apr 5, 2019
Merge remote-tracking branch 'adafruit/master' into usb-disconnect
dhalbert
committed
4f20196
View commit details
Copy full SHA for 4f20196
View code at this point
Browse repository at this point
Commits on Apr 4, 2019
@hathach's changes; check cdc connected during string write
dhalbert
committed
e5e9d2b
View commit details
Copy full SHA for e5e9d2b
View code at this point
Browse repository at this point
update tinyusb to fix disconnect/suspend issue with #1681
hathach
authored and
dhalbert
committed
9d43a25
View commit details
Copy full SHA for 9d43a25
View code at this point
Browse repository at this point
Support multi-byte values with Bitmap
Show description for 6fcda1d
tannewt
committed
6fcda1d
View commit details
Copy full SHA for 6fcda1d
View code at this point
Browse repository at this point
Rework flash flush so it preserves the cache
Show description for ceb6f2e
tannewt
committed
ceb6f2e
View commit details
Copy full SHA for ceb6f2e
View code at this point
Browse repository at this point
Commits on Apr 3, 2019
Set the terminal tilegrid NULL after free
Show description for a5520f8
tannewt
committed
a5520f8
View commit details
Copy full SHA for a5520f8
View code at this point
Browse repository at this point
Commits on Mar 26, 2019
Make status LED brightness change immediate.
Show description for 503642e
tannewt
committed
503642e
View commit details
Copy full SHA for 503642e
View code at this point
Browse repository at this point
Merge pull request #1672 from dhalbert/regular-fs-flush
Show description for 2c93ce5
tannewt
authored
2c93ce5
View commit details
Copy full SHA for 2c93ce5
View code at this point
Browse repository at this point
reset flush timer on call to filesystem_flush()
dhalbert
committed
2229f17
View commit details
Copy full SHA for 2229f17
View code at this point
Browse repository at this point
Commits on Mar 20, 2019
flush flash filesystem once a second
dhalbert
committed
2459eab
View commit details
Copy full SHA for 2459eab
View code at this point
Browse repository at this point
Commits on Mar 19, 2019
Move Glyph and BuiltinFont into fontio
Show description for 5e2fec7
tannewt
committed
5e2fec7
View commit details
Copy full SHA for 5e2fec7
View code at this point
Browse repository at this point
Commits on Mar 14, 2019
Long live shared bus singletons
Show description for a086631
tannewt
committed
a086631
View commit details
Copy full SHA for a086631
View code at this point
Browse repository at this point
Commits on Mar 12, 2019
Enter safe mode when an allocation is attempted on an uninitialized heap.
tannewt
committed
03be42a
View commit details
Copy full SHA for 03be42a
View code at this point
Browse repository at this point
Commits on Feb 21, 2019
Add option to disable the concurrent write protection
Show description for 1a0596a
tannewt
committed
1a0596a
View commit details
Copy full SHA for 1a0596a
View code at this point
Browse repository at this point
Commits on Feb 19, 2019
Prevent infinite display update recursion and fix VFS mounting
Show description for 46fd60c
tannewt
committed
46fd60c
View commit details
Copy full SHA for 46fd60c
View code at this point
Browse repository at this point
Commits on Feb 15, 2019
Store the original layer in Group
Show description for c9f036e
tannewt
committed
c9f036e
View commit details
Copy full SHA for c9f036e
View code at this point
Browse repository at this point
Commits on Feb 12, 2019
A variety of displayio improvements
Show description for c17f147
tannewt
committed
c17f147
View commit details
Copy full SHA for c17f147
View code at this point
Browse repository at this point
Commits on Feb 7, 2019
Make several const char / const char * arrays static to save a bit of space.
Show description for 943216d
debrouxl
committed
943216d
View commit details
Copy full SHA for 943216d
View code at this point
Browse repository at this point
Commits on Feb 1, 2019
Fix built-in inits and terminal allocate
tannewt
committed
03068a9
View commit details
Copy full SHA for 03068a9
View code at this point
Browse repository at this point
Commits on Jan 31, 2019
Fix hallowing and nrf builds
tannewt
committed
ec03887
View commit details
Copy full SHA for ec03887
View code at this point
Browse repository at this point
Remove Sprite references
tannewt
committed
4672866
View commit details
Copy full SHA for 4672866
View code at this point
Browse repository at this point
More improvements to Terminal:
Show description for 601a910
tannewt
committed
601a910
View commit details
Copy full SHA for 601a910
View code at this point
Browse repository at this point
Hook up the terminal based on the first display.
tannewt
committed
1a1dbef
View commit details
Copy full SHA for 1a1dbef
View code at this point
Browse repository at this point
Begin font parsing and packing for terminal
tannewt
committed
590e029
View commit details
Copy full SHA for 590e029
View code at this point
Browse repository at this point
Merge pull request #1503 from hathach/nrf-tinyusb-sd
Show description for 323108e
dhalbert
authored
323108e
View commit details
Copy full SHA for 323108e
View code at this point
Browse repository at this point
Commits on Jan 30, 2019
Updates devices.h to include the W25Q32FV flash chip that is on the SparkFun LumiDrive and Redboard Turbo
edspark
committed
9984b26
View commit details
Copy full SHA for 9984b26
View code at this point
Browse repository at this point
refactor nrfx from supervisor/usb.c
hathach
committed
a51f2b0
View commit details
Copy full SHA for a51f2b0
View code at this point
Browse repository at this point
re-init usb hardware when enable/disable SD
hathach
committed
164e1e2
View commit details
Copy full SHA for 164e1e2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.