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
lib
utils
on
4.0.x
User selector
All users
Datepicker
All time
Commit history
Commits on May 11, 2019
lib/utils/printf: Exclude __GI_vsnprintf alias for gcc 9 and above.
Show description for b3939e2
dpgeorge
authored and
cpforbes
committed
b3939e2
View commit details
Copy full SHA for b3939e2
View code at this point
Browse repository at this point
Commits on May 8, 2019
Hide the traceback for the ReloadException.
Show description for 6440af5
tannewt
committed
6440af5
View commit details
Copy full SHA for 6440af5
View code at this point
Browse repository at this point
Commits on Feb 21, 2019
Set __file__ for the main source file (e.g. code.py, main.py)
cpforbes
committed
1532863
View commit details
Copy full SHA for 1532863
View code at this point
Browse repository at this point
Commits on Feb 16, 2019
Support print("", flush=True)
Show description for e6b140e
tannewt
committed
e6b140e
View commit details
Copy full SHA for e6b140e
View code at this point
Browse repository at this point
Commits on Nov 10, 2018
Fix output overflow and make help translatable
tannewt
committed
355abc8
View commit details
Copy full SHA for 355abc8
View code at this point
Browse repository at this point
Commits on Aug 16, 2018
Add i2cslave.I2CSlave bindings
notro
committed
1ed0e45
View commit details
Copy full SHA for 1ed0e45
View code at this point
Browse repository at this point
Commits on Aug 9, 2018
Two fixes and translate more strings.
Show description for 96ebf5b
tannewt
committed
96ebf5b
View commit details
Copy full SHA for 96ebf5b
View code at this point
Browse repository at this point
Commits on Jul 11, 2018
WIP: after merge; before testing
dhalbert
committed
7c21960
View commit details
Copy full SHA for 7c21960
View code at this point
Browse repository at this point
Commits on Jul 3, 2018
Long-live code.py itself.
tannewt
committed
5192875
View commit details
Copy full SHA for 5192875
View code at this point
Browse repository at this point
Commits on Apr 9, 2018
Prevent a heap pointer from living on the stack longer than we need.
tannewt
committed
7dd1d6a
View commit details
Copy full SHA for 7dd1d6a
View code at this point
Browse repository at this point
Commits on Feb 13, 2018
lib/utils/pyexec: Update to work with new MICROPY_HW_ENABLE_USB option.
dpgeorge
committed
d9b9fbc
View commit details
Copy full SHA for d9b9fbc
View code at this point
Browse repository at this point
Commits on Jan 31, 2018
lib/utils/pyexec.h: Include py/obj.h because its decls are needed.
dpgeorge
committed
925c5b1
View commit details
Copy full SHA for 925c5b1
View code at this point
Browse repository at this point
Commits on Jan 3, 2018
merge from 2.2.0 + fix up board defs
dhalbert
committed
065e820
View commit details
Copy full SHA for 065e820
View code at this point
Browse repository at this point
Commits on Oct 25, 2017
Merge commit 'f57be61' into nrf2_merge
tannewt
committed
00766e4
View commit details
Copy full SHA for 00766e4
View code at this point
Browse repository at this point
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Show description for 73c15dc
tannewt
committed
73c15dc
View commit details
Copy full SHA for 73c15dc
View code at this point
Browse repository at this point
Commits on Oct 4, 2017
ports/nrf: Upmerging port with upstream master
glennrub
committed
bcab2ba
View commit details
Copy full SHA for bcab2ba
View code at this point
Browse repository at this point
all: Remove inclusion of internal py header files.
Show description for a3dc1b1
dpgeorge
committed
a3dc1b1
View commit details
Copy full SHA for a3dc1b1
View code at this point
Browse repository at this point
Commits on Sep 6, 2017
Ctrl-C was causing a soft-reset in REPL.
Show description for acbca44
dhalbert
authored and
tannewt
committed
acbca44
View commit details
Copy full SHA for acbca44
View code at this point
Browse repository at this point
Commits on Aug 26, 2017
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
Show description for ef61b5e
dhalbert
committed
ef61b5e
View commit details
Copy full SHA for ef61b5e
View code at this point
Browse repository at this point
Commits on Aug 12, 2017
Turn on Rosie CI testing to test new builds on real hardware.
Show description for fab634e
tannewt
committed
fab634e
View commit details
Copy full SHA for fab634e
View code at this point
Browse repository at this point
Commits on Aug 7, 2017
Merge remote-tracking branch 'upstream/master'
tralamazza
committed
b53b691
View commit details
Copy full SHA for b53b691
View code at this point
Browse repository at this point
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324
webmeister
authored and
dpgeorge
committed
55f3324
View commit details
Copy full SHA for 55f3324
View code at this point
Browse repository at this point
Commits on Jul 18, 2017
all: Unify header guard usage.
Show description for 299bc62
webmeister
authored and
dpgeorge
committed
299bc62
View commit details
Copy full SHA for 299bc62
View code at this point
Browse repository at this point
Commits on Jun 20, 2017
Merge tag 'v1.9.1'
Show description for 30ee701
tannewt
committed
30ee701
View commit details
Copy full SHA for 30ee701
View code at this point
Browse repository at this point
Commits on Jun 15, 2017
stmhal: Move pybstdio.c to lib/utils/sys_stdio_mphal.c for common use.
Show description for 4f9858e
dpgeorge
committed
4f9858e
View commit details
Copy full SHA for 4f9858e
View code at this point
Browse repository at this point
Commits on Jun 3, 2017
Merge remote-tracking branch 'upstream/master' into nrf5_no_sdk
glennrub
committed
227eeb1
View commit details
Copy full SHA for 227eeb1
View code at this point
Browse repository at this point
Commits on Jun 2, 2017
lib/utils/interrupt_char: Remove support for KBD_EXCEPTION disabled.
Show description for ab954ed
dpgeorge
committed
ab954ed
View commit details
Copy full SHA for ab954ed
View code at this point
Browse repository at this point
Commits on May 29, 2017
various: Spelling fixes
scop
committed
ca16c38
View commit details
Copy full SHA for ca16c38
View code at this point
Browse repository at this point
Commits on May 8, 2017
Merge remote-tracking branch 'upstream/master' into nrf5_no_sdk
glennrub
committed
891bd61
View commit details
Copy full SHA for 891bd61
View code at this point
Browse repository at this point
Commits on May 5, 2017
lib/utils/pyexec: Update event-driven REPL to match non-event REPL.
Show description for 288ea06
tomlogic
authored and
dpgeorge
committed
288ea06
View commit details
Copy full SHA for 288ea06
View code at this point
Browse repository at this point
Commits on Apr 20, 2017
Switch to a shared piece of code to compute start and length of a
Show description for 939c004
tannewt
committed
939c004
View commit details
Copy full SHA for 939c004
View code at this point
Browse repository at this point
Commits on Apr 9, 2017
Merge branch 'master' into nrf5_no_sdk
glennrub
committed
360243a
View commit details
Copy full SHA for 360243a
View code at this point
Browse repository at this point
Commits on Mar 20, 2017
py: Add micropython.schedule() function and associated runtime code.
dpgeorge
committed
6e74d24
View commit details
Copy full SHA for 6e74d24
View code at this point
Browse repository at this point
Commits on Mar 16, 2017
Merge branch 'master' into nrf5_no_sdk
glennrub
committed
2316315
View commit details
Copy full SHA for 2316315
View code at this point
Browse repository at this point
Commits on Mar 14, 2017
lib/utils/pyexec: Fix bug with pyexec_file not setting flag for source.
dpgeorge
committed
3f7aa33
View commit details
Copy full SHA for 3f7aa33
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.