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 }}
csamuelson
/
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
py
gc.c
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 13, 2024
Merge remote-tracking branch 'adafruit/main' into merge-micropython-v1.23.0
dhalbert
committed
d777cd7
View commit details
Copy full SHA for d777cd7
View code at this point
Browse repository at this point
Commits on Sep 12, 2024
Merge remote-tracking branch 'adafruit/9.1.x' into merge_in_9.1.x
tannewt
committed
799044c
View commit details
Copy full SHA for 799044c
View code at this point
Browse repository at this point
Fix gc_alloc_possible()
Show description for 30d57b1
tannewt
committed
30d57b1
View commit details
Copy full SHA for 30d57b1
View code at this point
Browse repository at this point
Commits on Aug 28, 2024
(only) reserve merge conflicts
dhalbert
committed
ac7e15f
View commit details
Copy full SHA for ac7e15f
View code at this point
Browse repository at this point
Commits on Jul 25, 2024
MPy v1.22 merge: initial merge; not compiled yet
dhalbert
committed
69b6674
View commit details
Copy full SHA for 69b6674
View code at this point
Browse repository at this point
Commits on Mar 7, 2024
all: Remove the "STATIC" macro and just use "static" instead.
Show description for decf8e6
projectgus
authored and
dpgeorge
committed
decf8e6
View commit details
Copy full SHA for decf8e6
View code at this point
Browse repository at this point
Commits on Dec 19, 2023
py/gc: Improve calculation of new heap size in split-heap-auto mode.
Show description for 97b1313
dpgeorge
committed
97b1313
View commit details
Copy full SHA for 97b1313
View code at this point
Browse repository at this point
Commits on Nov 8, 2023
add CIRCUITPY-CHANGE annotations
dhalbert
authored
191a5a3
View commit details
Copy full SHA for 191a5a3
View code at this point
Browse repository at this point
Commits on Nov 1, 2023
Switch all ports to auto-growing split heap
Show description for 8137e2d
tannewt
committed
8137e2d
View commit details
Copy full SHA for 8137e2d
View code at this point
Browse repository at this point
Commits on Oct 24, 2023
fix gc_free() to build in mpy-cross
dhalbert
committed
6cd5150
View commit details
Copy full SHA for 6cd5150
View code at this point
Browse repository at this point
Commits on Oct 20, 2023
ports/unix VARIANT=coverage fixes
dhalbert
committed
8017a1a
View commit details
Copy full SHA for 8017a1a
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 Sep 30, 2023
add back generic subscript iterator, gc_never_free
dhalbert
committed
2fc5a93
View commit details
Copy full SHA for 2fc5a93
View code at this point
Browse repository at this point
Commits on Sep 28, 2023
Trinket M0 comes up; still very much wip
dhalbert
committed
76ff014
View commit details
Copy full SHA for 76ff014
View code at this point
Browse repository at this point
Commits on Sep 21, 2023
add translate.h and linker.h includes back to runtime.h; remove linker.h refs; remove top-level lib/cyw43-driver
dhalbert
committed
10b95a1
View commit details
Copy full SHA for 10b95a1
View code at this point
Browse repository at this point
Commits on Sep 20, 2023
fix compiling gc.c
jepler
committed
36371fe
View commit details
Copy full SHA for 36371fe
View code at this point
Browse repository at this point
Add header for PLACE_IN_ITCM
jepler
committed
0c64275
View commit details
Copy full SHA for 0c64275
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 Sep 15, 2023
py/gc: Add "max new split" value in result of gc.mem_free().
Show description for 3e8aed9
projectgus
authored and
dpgeorge
committed
3e8aed9
View commit details
Copy full SHA for 3e8aed9
View code at this point
Browse repository at this point
Commits on Aug 15, 2023
py/gc: Add new MICROPY_GC_SPLIT_HEAP_AUTO "auto grow heap" mode.
Show description for 519c24d
projectgus
authored and
dpgeorge
committed
519c24d
View commit details
Copy full SHA for 519c24d
View code at this point
Browse repository at this point
py/gc: Apply some code formatting cleanup.
Show description for d325ee4
projectgus
authored and
dpgeorge
committed
d325ee4
View commit details
Copy full SHA for d325ee4
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
py/gc: Speed up incremental GC cycles by tracking the last used block.
Show description for 2dcd745
damz
authored and
dpgeorge
committed
2dcd745
View commit details
Copy full SHA for 2dcd745
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 May 15, 2023
Fix for #2204
furbrain
committed
0f96711
View commit details
Copy full SHA for 0f96711
View code at this point
Browse repository at this point
Commits on May 9, 2023
py/gc: Make improvements to MICROPY_GC_HOOK_LOOP.
Show description for 468ed21
dlech
authored and
dpgeorge
committed
468ed21
View commit details
Copy full SHA for 468ed21
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 26, 2023
extmod/btstack: Fix indicate/notify queuing.
Show description for 256f47e
jimmo
committed
256f47e
View commit details
Copy full SHA for 256f47e
View code at this point
Browse repository at this point
Commits on Mar 14, 2023
Improve iMX RT performance
Show description for 5bb8a7a
tannewt
committed
5bb8a7a
View commit details
Copy full SHA for 5bb8a7a
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 13, 2023
Implement safemode.py
dhalbert
committed
d8231f1
View commit details
Copy full SHA for d8231f1
View code at this point
Browse repository at this point
Commits on Jan 16, 2023
py/gc: Increase the address length in gc_dump_alloc_table().
Show description for e78e0b7
robert-hh
authored and
dpgeorge
committed
e78e0b7
View commit details
Copy full SHA for e78e0b7
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.