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
Discover and 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 }}
lite
/
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
master
User selector
All users
Datepicker
All time
Commit History
Commits on Jan 26, 2014
list.pop(): Don't allow ->alloc drop to zero, which causes unexpected behavior.
pfalcon
committed
ddf1aa9
Copy full SHA for ddf1aa9
gen.send(): Throw StopIteration. Also, explicitly shutdown finished gen.
Show description for 14d28be
pfalcon
committed
14d28be
Copy full SHA for 14d28be
Merge pull request #228 from pfalcon/gen-send
Show description for addf60b
dpgeorge
committed
addf60b
Copy full SHA for addf60b
Implement send() method for generators.
pfalcon
committed
bf38e2a
Copy full SHA for bf38e2a
Change -Og to -O0 in unix-cpy/Makefile; cast to small int in socket.c.
dpgeorge
committed
56bb636
Copy full SHA for 56bb636
Merge pull request #226 from pfalcon/make-debug
Show description for 554a75b
dpgeorge
committed
554a75b
Copy full SHA for 554a75b
Merge branch 'master' of github.com:micropython/micropython
dpgeorge
committed
5bd56fb
Copy full SHA for 5bd56fb
stm: USB host mode working! Restructure stm library directories.
dpgeorge
committed
75abee2
Copy full SHA for 75abee2
sock-server.py: Use SO_REUSEADDR to avoid errors on quick restart.
pfalcon
committed
4795c58
Copy full SHA for 4795c58
unix socket: Add setsockopt() method.
pfalcon
committed
a88c30c
Copy full SHA for a88c30c
Functions of fixed number of args are special-cased only for 3 or less args.
pfalcon
committed
9d95a2b
Copy full SHA for 9d95a2b
Add MP_OBJ_IS_INT(), for symmetry with MP_OBJ_IS_STR().
pfalcon
committed
2ca84aa
Copy full SHA for 2ca84aa
unix socket: Add few more socket constants.
pfalcon
committed
5d362d3
Copy full SHA for 5d362d3
unix socket: Store module constants in data structure.
Show description for db0b282
pfalcon
committed
db0b282
Copy full SHA for db0b282
Commits on Jan 25, 2014
unix Makefile: -Og doesn't work (at least) with gcc 4.6 below.
Show description for e2febe9
pfalcon
committed
e2febe9
Copy full SHA for e2febe9
Merge pull request #225 from dhylands/fix-make-dep
Show description for 8fcf7b8
dpgeorge
committed
8fcf7b8
Copy full SHA for 8fcf7b8
Fixed dependency problem for qstrdefs.generated.h
Show description for 1a3b0d5
dhylands
committed
1a3b0d5
Copy full SHA for 1a3b0d5
stm: Improved ADC module; add BOARD_NAME config value.
dpgeorge
committed
51f3a6b
Copy full SHA for 51f3a6b
Implement mp_parse_node_free; print properly repr(string).
dpgeorge
committed
b829b5c
Copy full SHA for b829b5c
Merge branch 'free-parse-tree' of github.com:pfalcon/micropython into pfalcon-free-parse-tree
dpgeorge
committed
e0722ee
Copy full SHA for e0722ee
py: Optimise generated code for working out line numbers.
dpgeorge
committed
28eb577
Copy full SHA for 28eb577
stm: Put gc_collect code in separate file; define _ram_start in .ld.
Show description for 449dd0a
dpgeorge
committed
449dd0a
Copy full SHA for 449dd0a
Remove obsoleted comment.
dpgeorge
committed
2259e62
Copy full SHA for 2259e62
Merge branch 'master' of github.com:micropython/micropython
dpgeorge
committed
0f5e8b1
Copy full SHA for 0f5e8b1
py: Implement iterator support for object that has __getitem__.
Show description for 7c9c667
dpgeorge
committed
7c9c667
Copy full SHA for 7c9c667
Add parse_node_free_struct() and use it to free parse tree after compilation.
Show description for aee2ba7
pfalcon
committed
aee2ba7
Copy full SHA for aee2ba7
rt_deinit(): Finalize some maps.
pfalcon
committed
c1d200e
Copy full SHA for c1d200e
Add mp_map_deinit() & mp_map_free() to finalize maps.
Show description for 9a24a04
pfalcon
committed
9a24a04
Copy full SHA for 9a24a04
Commits on Jan 24, 2014
Merge pull request #221 from pfalcon/basic-bytes
Show description for fcd4ae8
dpgeorge
committed
fcd4ae8
Copy full SHA for fcd4ae8
Merge pull request #219 from dhylands/add-deps
Show description for 58b8a62
dpgeorge
committed
58b8a62
Copy full SHA for 58b8a62
Revert "Move gc_collect to py/gc.c"
Show description for 0004a84
dpgeorge
committed
0004a84
Copy full SHA for 0004a84
Merge pull request #218 from iabdalkader/master
Show description for baba08b
dpgeorge
committed
baba08b
Copy full SHA for baba08b
py: Improve freeing of emitters in mp_compile.
Show description for 41d02b6
dpgeorge
committed
41d02b6
Copy full SHA for 41d02b6
Merge pull request #217 from pfalcon/free-emitter
Show description for ceb8783
dpgeorge
committed
ceb8783
Copy full SHA for ceb8783
Small edits to examples to get them working again with unix/micropython.
dpgeorge
committed
4461970
Copy full SHA for 4461970
Pagination
Previous
Next
You can’t perform that action at this time.