Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
mrprompt
/
micropython
Public
forked from
micropython/micropython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
reentrant-gc
User selector
All users
Datepicker
All time
Commit History
Commits on Oct 19, 2014
py: Move pointer to next free block earlier in alloc.
dpgeorge
committed
b4c05c2
Copy full SHA for b4c05c2
Commits on Oct 16, 2014
py: First steps making GC reentrant.
dpgeorge
committed
788f191
Copy full SHA for 788f191
py: Take gc_pool_start out of bss section, to reclaim 1st block of heap.
dpgeorge
committed
37ada23
Copy full SHA for 37ada23
stream: Handle non-blocking errors in readline() properly.
Show description for 923a8a8
pfalcon
committed
923a8a8
Copy full SHA for 923a8a8
Commits on Oct 15, 2014
stream: Return errno value as first arg of OSError exception.
Show description for 0c7b26c
pfalcon
committed
0c7b26c
Copy full SHA for 0c7b26c
objclosure: Fix printing of generator closures.
Show description for 067ae12
pfalcon
committed
067ae12
Copy full SHA for 067ae12
py: Fix GC realloc issue, where memory chunks were never shrunk.
Show description for 9b0b373
dpgeorge
committed
9b0b373
Copy full SHA for 9b0b373
py: Fix dummy definition of BEGIN/END_ATOMIC_SECTION.
dpgeorge
committed
4859edb
Copy full SHA for 4859edb
modure: Update to re1.5 v0.6, support for char sets/classes ([a-c]).
pfalcon
committed
95908b0
Copy full SHA for 95908b0
Commits on Oct 13, 2014
Merge pull request #905 from pfalcon/remove-zlibd
Show description for d27c0bb
dpgeorge
committed
d27c0bb
Copy full SHA for d27c0bb
modzlibd: Remove, superceded by moduzlib.
pfalcon
committed
911c00b
Copy full SHA for 911c00b
windows: Enable moduzlib instead of modzlibd.
pfalcon
committed
e6c5a63
Copy full SHA for e6c5a63
Commits on Oct 12, 2014
moduzlib: Fix fn prototype and some code style; use it in stmhal port.
dpgeorge
committed
4b71c05
Copy full SHA for 4b71c05
Merge pull request #904 from pfalcon/moduzlib
Show description for 29f5682
dpgeorge
committed
29f5682
Copy full SHA for 29f5682
moduzlib: Import uzlib v1.1.
Show description for bfb6af8
pfalcon
committed
bfb6af8
Copy full SHA for bfb6af8
moduzlib: Integrate into the system.
pfalcon
committed
3416287
Copy full SHA for 3416287
moduzlib: New zlib-like module, based on uzlib.
pfalcon
committed
426bb58
Copy full SHA for 426bb58
stmhal: Oops: rename mod files in Makefile.
dpgeorge
committed
5006258
Copy full SHA for 5006258
stmhal: Rename module files to keep consistency with module name.
dpgeorge
committed
136b5cb
Copy full SHA for 136b5cb
stmhal: Enable module weak links.
Show description for 0107e90
dpgeorge
committed
0107e90
Copy full SHA for 0107e90
py: Add module weak link support.
Show description for c14a816
dpgeorge
committed
c14a816
Copy full SHA for c14a816
py: Fix x86 viper code generation, mem8 <-> mem16 for load.
dpgeorge
committed
3c34d41
Copy full SHA for 3c34d41
py: Implement native load for viper.
Show description for 91cfd41
dpgeorge
committed
91cfd41
Copy full SHA for 91cfd41
py: Implement and,or,xor native ops for viper.
dpgeorge
committed
1ef2348
Copy full SHA for 1ef2348
modure: Make sure that re1.5 compiled in only of modure itself is enabled.
Show description for 1606607
pfalcon
committed
1606607
Copy full SHA for 1606607
modure: Upgrade re1.5 to 0.5.1
Show description for 457c0a6
pfalcon
committed
457c0a6
Copy full SHA for 457c0a6
Commits on Oct 11, 2014
Merge pull request #902 from pfalcon/readme-unix
Show description for fbf976c
dpgeorge
committed
fbf976c
Copy full SHA for fbf976c
Merge branch 'pfalcon-modure'
dpgeorge
committed
37671c9
Copy full SHA for 37671c9
stmhal: Enable ure module (tests pass on pyboard).
dpgeorge
committed
dd5ee9f
Copy full SHA for dd5ee9f
Merge branch 'modure' of https://github.com/pfalcon/micropython into pfalcon-modure
dpgeorge
committed
26fa3e3
Copy full SHA for 26fa3e3
README: Update "unix" section with more info/details.
pfalcon
committed
945df4e
Copy full SHA for 945df4e
Merge pull request #900 from dhylands/comp-deadtime
Show description for 1ce916a
dpgeorge
committed
1ce916a
Copy full SHA for 1ce916a
unix: Update comment MICROPY_GCREGS_SETJMP (untested -> undertested).
pfalcon
committed
c36c75c
Copy full SHA for c36c75c
unix: Add comment about needed dependencies for MICROPY_FORCE_32BIT.
pfalcon
committed
6c2ab5c
Copy full SHA for 6c2ab5c
modure: Basic tests.
pfalcon
committed
f7bcce0
Copy full SHA for f7bcce0
Pagination
Previous
Next
You can’t perform that action at this time.