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
supervisor
shared
memory.c
on
main
User selector
All users
Datepicker
All time
Commit history
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 Nov 6, 2023
Fix pre-commit
tannewt
committed
eb1b274
View commit details
Copy full SHA for eb1b274
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 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 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 Apr 19, 2023
Add PicoDVI support
Show description for 66edcf5
tannewt
committed
66edcf5
View commit details
Copy full SHA for 66edcf5
View code at this point
Browse repository at this point
Commits on Nov 5, 2022
Implements PDMIn for STM32L4 using the SAI peripheral and decimation/filtering in software.
m-mcgowan
committed
ad9db01
View commit details
Copy full SHA for ad9db01
View code at this point
Browse repository at this point
Commits on Aug 3, 2022
Add ability to reserve psram
Show description for 82be75a
jepler
and
dhalbert
committed
82be75a
View commit details
Copy full SHA for 82be75a
View code at this point
Browse repository at this point
Commits on Oct 4, 2021
chore(usb_vendor): update non-movable memory enum
m-mcgowan
committed
f936989
View commit details
Copy full SHA for f936989
View code at this point
Browse repository at this point
Commits on Sep 12, 2021
make `next_code_allocation` and `prev_traceback_allocation` movable
microdev1
committed
7316c74
View commit details
Copy full SHA for 7316c74
View code at this point
Browse repository at this point
Commits on Jul 22, 2021
Add supervisor.get_previous_traceback() function.
Show description for cf97793
cwalther
authored and
hierophect
committed
cf97793
View commit details
Copy full SHA for cf97793
View code at this point
Browse repository at this point
Commits on Jun 25, 2021
Merge pull request #3454 from cwalther/setnextcode
Show description for d67fb85
tannewt
authored
d67fb85
View commit details
Copy full SHA for d67fb85
View code at this point
Browse repository at this point
Commits on Jun 20, 2021
Merge remote-tracking branch 'upstream/main' into setnextcode
hierophect
committed
cf9741b
View commit details
Copy full SHA for cf9741b
View code at this point
Browse repository at this point
Commits on Jun 10, 2021
supervisor: Fix assertion error in supervisor_move_memory
Show description for 1d03ec1
jepler
committed
1d03ec1
View commit details
Copy full SHA for 1d03ec1
View code at this point
Browse repository at this point
Commits on Apr 30, 2021
uncrustify with newer version of uncrustify
dhalbert
committed
be7b2b0
View commit details
Copy full SHA for be7b2b0
View code at this point
Browse repository at this point
Commits on Apr 28, 2021
rework storage allocation
dhalbert
committed
587aedd
View commit details
Copy full SHA for 587aedd
View code at this point
Browse repository at this point
partially working
dhalbert
committed
8500e84
View commit details
Copy full SHA for 8500e84
View code at this point
Browse repository at this point
Commits on Apr 25, 2021
wip
dhalbert
committed
aea3c4d
View commit details
Copy full SHA for aea3c4d
View code at this point
Browse repository at this point
Commits on Apr 24, 2021
wip: getting closer
dhalbert
committed
556a126
View commit details
Copy full SHA for 556a126
View code at this point
Browse repository at this point
Commits on Mar 18, 2021
Redo RP2040 flash settings
Show description for 5d2b60c
tannewt
committed
5d2b60c
View commit details
Copy full SHA for 5d2b60c
View code at this point
Browse repository at this point
Commits on Mar 15, 2021
run code formatting script
microdev1
committed
a52eb88
View commit details
Copy full SHA for a52eb88
View code at this point
Browse repository at this point
Commits on Jan 23, 2021
Add supervisor.set_next_code() function (prototype).
Show description for 8889ac1
cwalther
committed
8889ac1
View commit details
Copy full SHA for 8889ac1
View code at this point
Browse repository at this point
Commits on Nov 30, 2020
Eliminate goto.
cwalther
committed
d6f8a43
View commit details
Copy full SHA for d6f8a43
View code at this point
Browse repository at this point
Commits on Nov 29, 2020
Optimize out allocation moving code on boards that don't need it.
Show description for 11ed6f8
cwalther
committed
11ed6f8
View commit details
Copy full SHA for 11ed6f8
View code at this point
Browse repository at this point
Unify redundant low/high_address computation to save a bit of code size.
cwalther
committed
9ecaa16
View commit details
Copy full SHA for 9ecaa16
View code at this point
Browse repository at this point
Commits on Nov 28, 2020
Make CIRCUITPY_SUPERVISOR_ALLOC_COUNT dependent on enabled features.
Show description for 993a581
cwalther
committed
993a581
View commit details
Copy full SHA for 993a581
View code at this point
Browse repository at this point
Add movable allocation system.
Show description for c7404a3
cwalther
committed
c7404a3
View commit details
Copy full SHA for c7404a3
View code at this point
Browse repository at this point
Commits on Oct 2, 2020
When there is not enough free space, but a matching hole on the other side, use it.
cwalther
committed
be8092f
View commit details
Copy full SHA for be8092f
View code at this point
Browse repository at this point
Allow allocate_memory() to reuse holes when matching exactly.
Show description for 5bdb8c4
cwalther
committed
5bdb8c4
View commit details
Copy full SHA for 5bdb8c4
View code at this point
Browse repository at this point
Fix inconsistent supervisor heap.
Show description for d6d02c6
cwalther
committed
d6d02c6
View commit details
Copy full SHA for d6d02c6
View code at this point
Browse repository at this point
Commits on May 15, 2020
Initial ESP32S2 port.
Show description for 6aaab00
tannewt
committed
6aaab00
View commit details
Copy full SHA for 6aaab00
View code at this point
Browse repository at this point
Commits on Apr 14, 2020
protomatter: more memory allocation fixes
Show description for 3a94412
jepler
committed
3a94412
View commit details
Copy full SHA for 3a94412
View code at this point
Browse repository at this point
allow retrieving info about a supervisor allocation
jepler
committed
094fe05
View commit details
Copy full SHA for 094fe05
View code at this point
Browse repository at this point
Commits on Jan 18, 2020
Refine iMX RT memory layout and add three boards
Show description for 7d8dac9
tannewt
committed
7d8dac9
View commit details
Copy full SHA for 7d8dac9
View code at this point
Browse repository at this point
Commits on Oct 18, 2019
Use get top and limit stack functions
kamtom480
committed
f3151bb
View commit details
Copy full SHA for f3151bb
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.