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 }}
ProGamerCode
/
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
Branch selector
dynamic-native-modules
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 9, 2015
py/mpextern: Remove init declaration for external modules.
Show description for 2e51634
dpgeorge
committed
2e51634
View commit details
Copy full SHA for 2e51634
Browse repository at this point
cc3200: Add support for loading dynamic native modules.
Show description for 7ece905
danicampora
authored and
dpgeorge
committed
7ece905
View commit details
Copy full SHA for 7ece905
Browse repository at this point
py: Automatically detect cpu architechure when building mpextern.
Show description for b9f574b
danicampora
authored and
dpgeorge
committed
b9f574b
View commit details
Copy full SHA for b9f574b
Browse repository at this point
py: Add basic support for dynamically loadable native modules.
Show description for e06aed4
dpgeorge
committed
e06aed4
View commit details
Copy full SHA for e06aed4
Browse repository at this point
Commits on Nov 8, 2015
py/objint_longlong: Instead of assert, throw OverflowError.
pfalcon
committed
50f5622
View commit details
Copy full SHA for 50f5622
Browse repository at this point
cc3200: FatFS configuration moved to the library folder.
Show description for c27e5c4
hosaka
authored and
dpgeorge
committed
c27e5c4
View commit details
Copy full SHA for c27e5c4
Browse repository at this point
stmhal: FatFS configuration moved to the library folder.
Show description for 748509a
hosaka
authored and
dpgeorge
committed
748509a
View commit details
Copy full SHA for 748509a
Browse repository at this point
lib/fatfs: Unify fatfs configuration.
Show description for 3447230
hosaka
authored and
dpgeorge
committed
3447230
View commit details
Copy full SHA for 3447230
Browse repository at this point
unix/gccollect: Fallback to setjmp-based register fetching automatically.
Show description for 6e68a68
pfalcon
committed
6e68a68
View commit details
Copy full SHA for 6e68a68
Browse repository at this point
Commits on Nov 7, 2015
stmhal: Fix RTC code to work on the F7
dhylands
committed
57e00ef
View commit details
Copy full SHA for 57e00ef
Browse repository at this point
py: Clear finalizer flag when calling gc_free.
Show description for 7f3c0d1
dhylands
authored and
dpgeorge
committed
7f3c0d1
View commit details
Copy full SHA for 7f3c0d1
Browse repository at this point
stmhal: Print more information at HardFault time.
dhylands
authored and
dpgeorge
committed
41b688e
View commit details
Copy full SHA for 41b688e
Browse repository at this point
tools/pyboard.py: Don't add terminating \x04 character to stdout output.
pfalcon
authored and
dpgeorge
committed
89f2ddd
View commit details
Copy full SHA for 89f2ddd
Browse repository at this point
lib/mp-readline: Make it easy to exit auto-indent mode by pressing enter.
Show description for b7ca945
dpgeorge
committed
b7ca945
View commit details
Copy full SHA for b7ca945
Browse repository at this point
tools/pyboard.py: Make -c (inline Python code) option compatible with python2.
pfalcon
committed
e6dccaf
View commit details
Copy full SHA for e6dccaf
Browse repository at this point
Commits on Nov 6, 2015
stmhal: Add missing regex property for parsing header comments
tabboud
authored and
dpgeorge
committed
ae58035
View commit details
Copy full SHA for ae58035
Browse repository at this point
py: Adjust object repr C (30-bit stuffed float) to reduce code size.
Show description for 8b8d189
dpgeorge
committed
8b8d189
View commit details
Copy full SHA for 8b8d189
Browse repository at this point
stmhal/rtc: LSx oscillator is only initialized upon initial power up.
Show description for 8f7ff85
T S
authored and
dpgeorge
committed
8f7ff85
View commit details
Copy full SHA for 8f7ff85
Browse repository at this point
minimal: Clarify comments.
pfalcon
committed
8bfa11b
View commit details
Copy full SHA for 8bfa11b
Browse repository at this point
Commits on Nov 5, 2015
cc3200: Force SSL method to be TLSV1.
Show description for 8cee03b
danicampora
committed
8cee03b
View commit details
Copy full SHA for 8cee03b
Browse repository at this point
cc3200: Make telnet server ignore NULL characters.
Show description for 1673e19
danicampora
committed
1673e19
View commit details
Copy full SHA for 1673e19
Browse repository at this point
Commits on Nov 4, 2015
extmod/lwip: Change void pointers to unions, include new mphal.h file
galenhz
authored and
pfalcon
committed
af3e454
View commit details
Copy full SHA for af3e454
Browse repository at this point
teensy: Switch over to using frozen modules instead of memzip
Show description for 53ea2b5
dhylands
authored and
dpgeorge
committed
53ea2b5
View commit details
Copy full SHA for 53ea2b5
Browse repository at this point
lib/memzip: Factor out memzip from teensy/ into lib/memzip.
dhylands
authored and
dpgeorge
committed
074d713
View commit details
Copy full SHA for 074d713
Browse repository at this point
Commits on Nov 3, 2015
docs: Add docs about REPL paste-mode and Control-C
dhylands
authored and
dpgeorge
committed
a9f3030
View commit details
Copy full SHA for a9f3030
Browse repository at this point
docs: Move instructions on generating the documentation to docs/README.md
dhylands
authored and
dpgeorge
committed
98fb0bf
View commit details
Copy full SHA for 98fb0bf
Browse repository at this point
minimal: Add an explicit comment on the gchelper.s line in the Makefile.
dhylands
authored and
pfalcon
committed
040f6f6
View commit details
Copy full SHA for 040f6f6
Browse repository at this point
README: Fix typo in package name.
mikebryant
authored and
pfalcon
committed
1bfa6ae
View commit details
Copy full SHA for 1bfa6ae
Browse repository at this point
lib/pyexec: For paste mode use "Ctrl" as the name of the key, not "CTRL".
dpgeorge
committed
dde0c20
View commit details
Copy full SHA for dde0c20
Browse repository at this point
Commits on Nov 2, 2015
windows: Update build instructions in the README
Show description for c76fe77
stinos
authored and
dpgeorge
committed
c76fe77
View commit details
Copy full SHA for c76fe77
Browse repository at this point
stmhal/can: Fix a bug in filter handling.
Show description for 35e7d9c
HenrikSolver
authored and
dpgeorge
committed
35e7d9c
View commit details
Copy full SHA for 35e7d9c
Browse repository at this point
unix/unix_mphal: Typo fix in comment.
pfalcon
committed
06f7097
View commit details
Copy full SHA for 06f7097
Browse repository at this point
Commits on Nov 1, 2015
stmhal: Add symbolic #defines for interrupt levels in irq.h.
dbc
authored and
dpgeorge
committed
32b3549
View commit details
Copy full SHA for 32b3549
Browse repository at this point
cc3200: Remove includes of rom.h (must be included via rom_map.h).
danicampora
committed
056cb28
View commit details
Copy full SHA for 056cb28
Browse repository at this point
cc3200: Fix SPI clock divider calculation.
danicampora
committed
f67d061
View commit details
Copy full SHA for f67d061
Browse repository at this point
Previous
Next
You can’t perform that action at this time.