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
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 }}
pacew
/
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
shared-module
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 27, 2019
make UART.write be blocking on SAMD; add timeout property
dhalbert
committed
b32a919
View commit details
Copy full SHA for b32a919
View code at this point
Browse repository at this point
Commits on Nov 26, 2019
Fix ePaper so it works after a GC.
Show description for d32dc81
tannewt
committed
d32dc81
View commit details
Copy full SHA for d32dc81
View code at this point
Browse repository at this point
Commits on Nov 15, 2019
Add never_reset and reset to pin common hal, adjust files
hierophect
committed
de5691a
View commit details
Copy full SHA for de5691a
View code at this point
Browse repository at this point
Commits on Nov 8, 2019
Fixed I2CDisplay reset issue
makermelissa
committed
39b3825
View commit details
Copy full SHA for 39b3825
View code at this point
Browse repository at this point
Commits on Nov 1, 2019
Merge remote-tracking branch 'adafruit/master' into bleio_tweaks
tannewt
committed
47e50e5
View commit details
Copy full SHA for 47e50e5
View code at this point
Browse repository at this point
Commits on Oct 26, 2019
bitbangio.SPI was not setting direction of output pins
dhalbert
committed
d0044c7
View commit details
Copy full SHA for d0044c7
View code at this point
Browse repository at this point
Commits on Oct 23, 2019
Fix build by removing unused vars
tannewt
committed
ece8352
View commit details
Copy full SHA for ece8352
View code at this point
Browse repository at this point
Commits on Oct 22, 2019
Refine _bleio
Show description for ae30a1e
tannewt
committed
ae30a1e
View commit details
Copy full SHA for ae30a1e
View code at this point
Browse repository at this point
Commits on Sep 13, 2019
Merge remote-tracking branch 'origin/master' into audio-stuttering-background
jepler
committed
523025c
View commit details
Copy full SHA for 523025c
View code at this point
Browse repository at this point
Commits on Sep 10, 2019
Merge pull request #2127 from jepler/nrf-i2s
Show description for 89fed70
tannewt
authored
89fed70
View commit details
Copy full SHA for 89fed70
View code at this point
Browse repository at this point
Merge pull request #2129 from jepler/audiomixer-debugging
Show description for 2b56001
dhalbert
authored
2b56001
View commit details
Copy full SHA for 2b56001
View code at this point
Browse repository at this point
os_listdir: This can be long-running, run background tasks
Show description for 676f7aa
jepler
committed
676f7aa
View commit details
Copy full SHA for 676f7aa
View code at this point
Browse repository at this point
Commits on Sep 9, 2019
Merge pull request #2101 from matthewnewberg/display_io_dither
Show description for 6ad860a
tannewt
authored
6ad860a
View commit details
Copy full SHA for 6ad860a
View code at this point
Browse repository at this point
WaveFile: Return GET_BUFFER_ERROR if wrong amount read
Show description for 8242761
jepler
committed
8242761
View commit details
Copy full SHA for 8242761
View code at this point
Browse repository at this point
audiomixer: Supply constants in a way "-Og" optimization expects
Show description for 8768896
jepler
committed
8768896
View commit details
Copy full SHA for 8768896
View code at this point
Browse repository at this point
Commits on Sep 6, 2019
Move dither parameter to ColorConverter constructor and parameter
matthewnewberg
committed
4604a69
View commit details
Copy full SHA for 4604a69
View code at this point
Browse repository at this point
Commits on Sep 5, 2019
Merge remote-tracking branch 'adafruit/master' into choose-usb-devices-xac
dhalbert
committed
f3af2a6
View commit details
Copy full SHA for f3af2a6
View code at this point
Browse repository at this point
Removed unused return value in displayio_colorconverter_convert
matthewnewberg
committed
3ab6a23
View commit details
Copy full SHA for 3ab6a23
View code at this point
Browse repository at this point
Commits on Sep 4, 2019
Merge pull request #2113 from tannewt/displayio_hidden
Show description for fca440f
dhalbert
authored
fca440f
View commit details
Copy full SHA for fca440f
View code at this point
Browse repository at this point
Merge pull request #2080 from sommersoft/mixer_voice
Show description for 321b57a
tannewt
authored
321b57a
View commit details
Copy full SHA for 321b57a
View code at this point
Browse repository at this point
Bitpack bools in TileGrid and Group
tannewt
committed
70407e4
View commit details
Copy full SHA for 70407e4
View code at this point
Browse repository at this point
Fix transactions in _stage after displayio changes
Show description for 5f6228b
deshipu
committed
5f6228b
View commit details
Copy full SHA for 5f6228b
View code at this point
Browse repository at this point
Merge remote-tracking branch 'adafruit/master' into choose-usb-devices-xac
dhalbert
committed
95a5a57
View commit details
Copy full SHA for 95a5a57
View code at this point
Browse repository at this point
remove leftover debug print
sommersoft
committed
edfcee2
View commit details
Copy full SHA for edfcee2
View code at this point
Browse repository at this point
trivial change; try to force check run
dhalbert
committed
d3cb103
View commit details
Copy full SHA for d3cb103
View code at this point
Browse repository at this point
simpler generation of HID device tables
dhalbert
committed
94ba027
View commit details
Copy full SHA for 94ba027
View code at this point
Browse repository at this point
Commits on Sep 3, 2019
Add .hidden to TileGrid and Group
Show description for 949f876
tannewt
committed
949f876
View commit details
Copy full SHA for 949f876
View code at this point
Browse repository at this point
Fix I2CDisplay bus_free to not grab lock
Show description for b53f169
tannewt
committed
b53f169
View commit details
Copy full SHA for b53f169
View code at this point
Browse repository at this point
WIP
dhalbert
committed
42f5edb
View commit details
Copy full SHA for 42f5edb
View code at this point
Browse repository at this point
Capture rotation
dastels
committed
b318896
View commit details
Copy full SHA for b318896
View code at this point
Browse repository at this point
Commits on Sep 2, 2019
Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer_voice
sommersoft
committed
b1c3d47
View commit details
Copy full SHA for b1c3d47
View code at this point
Browse repository at this point
Commits on Sep 1, 2019
use more accurate ARMv7 prepocessor flags; TODOs for asm instructions
sommersoft
committed
362c166
View commit details
Copy full SHA for 362c166
View code at this point
Browse repository at this point
Add random dithering to ColorConverter
matthewnewberg
committed
d87bfaf
View commit details
Copy full SHA for d87bfaf
View code at this point
Browse repository at this point
Commits on Aug 31, 2019
include CMSIS instrinsic addition functions for M4; cleanup C math funcs
sommersoft
committed
3c7c3c9
View commit details
Copy full SHA for 3c7c3c9
View code at this point
Browse repository at this point
Commits on Aug 30, 2019
Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer_voice
sommersoft
committed
8120f5c
View commit details
Copy full SHA for 8120f5c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.