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
azure
User selector
All users
Datepicker
All time
Commit history
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
Commits on Jan 29, 2019
update tinyusb, work better with sd
hathach
committed
d1fb384
View commit details
Copy full SHA for d1fb384
View code at this point
Browse repository at this point
Commits on Jan 19, 2019
Improvements thanks to danh's review
tannewt
committed
edc8383
View commit details
Copy full SHA for edc8383
View code at this point
Browse repository at this point
Commits on Jan 18, 2019
Fix up nrf and using board.SPI in FourWire
tannewt
committed
6404aaf
View commit details
Copy full SHA for 6404aaf
View code at this point
Browse repository at this point
Commits on Jan 17, 2019
share fourwire and make nrf compile
tannewt
committed
760bd8d
View commit details
Copy full SHA for 760bd8d
View code at this point
Browse repository at this point
Commits on Jan 16, 2019
Rework displays in prep for dynamic support and 8bit parallel.
tannewt
committed
05d8885
View commit details
Copy full SHA for 05d8885
View code at this point
Browse repository at this point
Commits on Jan 15, 2019
Add subclass support to displayio.
Show description for 747f2cf
tannewt
committed
747f2cf
View commit details
Copy full SHA for 747f2cf
View code at this point
Browse repository at this point
Commits on Jan 9, 2019
Add USB MIDI support for SAMD and nRF.
Show description for b5e40f5
tannewt
committed
b5e40f5
View commit details
Copy full SHA for b5e40f5
View code at this point
Browse repository at this point
Commits on Dec 21, 2018
Don't check for corrupt heap too early; Fix QSPI timing
dhalbert
committed
bce6d12
View commit details
Copy full SHA for bce6d12
View code at this point
Browse repository at this point
Commits on Dec 6, 2018
Rework safe mode and have heap overwrite trigger it.
Show description for 6ef8639
tannewt
committed
6ef8639
View commit details
Copy full SHA for 6ef8639
View code at this point
Browse repository at this point
Commits on Dec 5, 2018
Add stack validity check and raise an error when it happens.
Show description for 7ad2e6a
tannewt
committed
7ad2e6a
View commit details
Copy full SHA for 7ad2e6a
View code at this point
Browse repository at this point
Add correct flash chip for Particle Mesh boards
tannewt
committed
b25bf06
View commit details
Copy full SHA for b25bf06
View code at this point
Browse repository at this point
Add particle boards, fix cp32 and try to speed up atmel build
tannewt
committed
15c1fc8
View commit details
Copy full SHA for 15c1fc8
View code at this point
Browse repository at this point
Commits on Nov 30, 2018
Fix up spi flash define
tannewt
committed
7776009
View commit details
Copy full SHA for 7776009
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.