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 }}
Coderah
/
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
runtime
on
tannewt-patch-1
User selector
All users
Datepicker
All time
Commit history
Commits on May 20, 2024
CircuitPython files: replace STATIC with static
dhalbert
committed
3f4d931
View commit details
Copy full SHA for 3f4d931
View code at this point
Browse repository at this point
guard2once -s ...
dhalbert
committed
950b5d0
View commit details
Copy full SHA for 950b5d0
View code at this point
Browse repository at this point
Commits on May 17, 2024
update headers of most CircuitPython-only files
dhalbert
committed
747b761
View commit details
Copy full SHA for 747b761
View code at this point
Browse repository at this point
Commits on Feb 14, 2024
Restore setting __file__ in parse_compile_execute
Show description for d2f645d
jepler
committed
d2f645d
View commit details
Copy full SHA for d2f645d
View code at this point
Browse repository at this point
Commits on Jan 25, 2024
Make `supervisor.reload()` from REPL work
Show description for 081686e
tannewt
committed
081686e
View commit details
Copy full SHA for 081686e
View code at this point
Browse repository at this point
Commits on Nov 15, 2023
Revert "Revert to micropython's version of mp_hal_stdout_tx_strn_cooked"
dhalbert
authored
25dc8c9
View commit details
Copy full SHA for 25dc8c9
View code at this point
Browse repository at this point
Commits on Nov 13, 2023
Revert to micropython's version of mp_hal_stdout_tx_strn_cooked
Show description for 06ee8da
jepler
committed
06ee8da
View commit details
Copy full SHA for 06ee8da
View code at this point
Browse repository at this point
Commits on Oct 19, 2023
change CIRCUITPY change markers to CIRCUITPY-CHANGE
dhalbert
committed
367e13c
View commit details
Copy full SHA for 367e13c
View code at this point
Browse repository at this point
Fix merge bugs; remove shared/tinyusb/*
dhalbert
committed
c0a4abc
View commit details
Copy full SHA for c0a4abc
View code at this point
Browse repository at this point
Commits on Oct 18, 2023
Initial MicroPython v1.21.0 merge; not compiled yet
dhalbert
committed
f2ebe68
View commit details
Copy full SHA for f2ebe68
View code at this point
Browse repository at this point
Commits on Oct 16, 2023
Fix pre-commit
tannewt
committed
5a19971
View commit details
Copy full SHA for 5a19971
View code at this point
Browse repository at this point
Commits on Oct 11, 2023
Merge remote-tracking branch 'adafruit/main' into v1.20-merge
tannewt
committed
9633c4e
View commit details
Copy full SHA for 9633c4e
View code at this point
Browse repository at this point
Commits on Sep 29, 2023
finish converting to MP_REGISTER_ROOT_POINTER()
dhalbert
committed
1c388ab
View commit details
Copy full SHA for 1c388ab
View code at this point
Browse repository at this point
Commits on Sep 24, 2023
Merge branch 'main' into watchdog-rp
microdev1
authored
05812e0
View commit details
Copy full SHA for 05812e0
View code at this point
Browse repository at this point
Commits on Sep 19, 2023
initial merge from v1.20.0; just satisifying conflicts
dhalbert
committed
2c0fa0f
View commit details
Copy full SHA for 2c0fa0f
View code at this point
Browse repository at this point
Commits on Aug 14, 2023
pre-commit fixes
dhalbert
committed
d582407
View commit details
Copy full SHA for d582407
View code at this point
Browse repository at this point
Commits on Aug 9, 2023
wip; remove long-lived functionality; remove PR#2614
Show description for 2ff8667
dhalbert
committed
2ff8667
View commit details
Copy full SHA for 2ff8667
View code at this point
Browse repository at this point
Commits on Aug 4, 2023
wip
dhalbert
committed
465d1c6
View commit details
Copy full SHA for 465d1c6
View code at this point
Browse repository at this point
Commits on Aug 1, 2023
initial v1.19.1 merge; not compiled yet
dhalbert
committed
0d4bc8c
View commit details
Copy full SHA for 0d4bc8c
View code at this point
Browse repository at this point
Commits on Jul 21, 2023
py/stream: Add mp_stream___exit___obj that calls mp_stream_close.
Show description for 198311c
jimmo
authored and
dpgeorge
committed
198311c
View commit details
Copy full SHA for 198311c
View code at this point
Browse repository at this point
Commits on Apr 27, 2023
all: Fix spelling mistakes based on codespell check.
Show description for b1229ef
dpgeorge
committed
b1229ef
View commit details
Copy full SHA for b1229ef
View code at this point
Browse repository at this point
Commits on Apr 5, 2023
shared/runtime/pyexec: Don't allow Ctrl+C to interrupt frozen boot code.
Show description for c046b23
DavidEGrayson
authored and
dpgeorge
committed
c046b23
View commit details
Copy full SHA for c046b23
View code at this point
Browse repository at this point
Commits on Mar 18, 2023
fix typos (partial) detected by codepell
hathach
committed
fecc1bd
View commit details
Copy full SHA for fecc1bd
View code at this point
Browse repository at this point
Commits on Mar 15, 2023
reset watchdog conditionally
microdev1
committed
11cf031
View commit details
Copy full SHA for 11cf031
View code at this point
Browse repository at this point
Commits on Mar 9, 2023
py/gc: Make gc_dump_info/gc_dump_alloc_table take a printer as argument.
Show description for b3c8ab3
dpgeorge
committed
b3c8ab3
View commit details
Copy full SHA for b3c8ab3
View code at this point
Browse repository at this point
Commits on Feb 17, 2023
shared/runtime/softtimer: Fix ticks range when computing ticks diff.
Show description for b1cdb20
jimmo
authored and
dpgeorge
committed
b1cdb20
View commit details
Copy full SHA for b1cdb20
View code at this point
Browse repository at this point
Commits on Feb 16, 2023
shared/runtime/softtimer: Use consistently the same clock source.
Show description for de1f1dd
robert-hh
authored and
dpgeorge
committed
de1f1dd
View commit details
Copy full SHA for de1f1dd
View code at this point
Browse repository at this point
Commits on Jan 28, 2023
shared/runtime/gchelper: Drop cpu directive from ARM asm helpers.
Show description for 3446d44
dlech
authored and
dpgeorge
committed
3446d44
View commit details
Copy full SHA for 3446d44
View code at this point
Browse repository at this point
Commits on Jan 24, 2023
shared/runtime: Use mp_printf consistently, instead of printf.
Show description for 1978b83
dpgeorge
committed
1978b83
View commit details
Copy full SHA for 1978b83
View code at this point
Browse repository at this point
Commits on Nov 11, 2022
shared/tinyusb: Further refactor static USB device implementation.
Show description for 2e6e530
projectgus
authored and
dpgeorge
committed
2e6e530
View commit details
Copy full SHA for 2e6e530
View code at this point
Browse repository at this point
Commits on Nov 8, 2022
shared/runtime/gchelper_native: Fix pointer cast on x86_64.
Show description for 43dd3ea
nomis
authored and
dpgeorge
committed
43dd3ea
View commit details
Copy full SHA for 43dd3ea
View code at this point
Browse repository at this point
Commits on Sep 19, 2022
py/obj: Convert make_new into a mp_obj_type_t slot.
Show description for 94beeab
jimmo
authored and
dpgeorge
committed
94beeab
View commit details
Copy full SHA for 94beeab
View code at this point
Browse repository at this point
py/obj: Merge getiter and iternext mp_obj_type_t slots.
Show description for 6da41b5
jimmo
authored and
dpgeorge
committed
6da41b5
View commit details
Copy full SHA for 6da41b5
View code at this point
Browse repository at this point
all: Remove unnecessary locals_dict cast.
Show description for 9dce827
jimmo
authored and
dpgeorge
committed
9dce827
View commit details
Copy full SHA for 9dce827
View code at this point
Browse repository at this point
all: Make all mp_obj_type_t defs use MP_DEFINE_CONST_OBJ_TYPE.
Show description for 662b976
jimmo
authored and
dpgeorge
committed
662b976
View commit details
Copy full SHA for 662b976
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.