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
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 }}
hellcoderz
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 3, 2014
Merge pull request #650 from bvernoux/master
Show description for 95fd352
dpgeorge
committed
95fd352
View commit details
Copy full SHA for 95fd352
Browse repository at this point
Merge pull request #655 from Rosuav/master
Show description for 9b967dd
dpgeorge
committed
9b967dd
View commit details
Copy full SHA for 9b967dd
Browse repository at this point
Simplify detection of quote characters in mp_str_print_quoted.
Show description for 4867413
Rosuav
committed
4867413
View commit details
Copy full SHA for 4867413
Browse repository at this point
Merge branch 'master' of https://github.com/micropython/micropython
bvernoux
committed
82560fc
View commit details
Copy full SHA for 82560fc
Browse repository at this point
Correct file reference (there's no qstrraw.h)
Rosuav
committed
29bf739
View commit details
Copy full SHA for 29bf739
Browse repository at this point
Merge branch 'master' of https://github.com/bvernoux/micropython
Show description for 0a1dbfe
bvernoux
committed
0a1dbfe
View commit details
Copy full SHA for 0a1dbfe
Browse repository at this point
Cleanup/removed specific stuff specific to HydraBus (except board).
bvernoux
committed
c3c353d
View commit details
Copy full SHA for c3c353d
Browse repository at this point
py: Properly fix configuration of float and math module.
dpgeorge
committed
b294a7e
View commit details
Copy full SHA for b294a7e
Browse repository at this point
py: Allow tail call optimisation in mp_call_function_n_kw.
Show description for 3f52262
dpgeorge
committed
3f52262
View commit details
Copy full SHA for 3f52262
Browse repository at this point
py: Fix configuration of math module.
dpgeorge
committed
65ec332
View commit details
Copy full SHA for 65ec332
Browse repository at this point
py: Implement full behaviour of dict.update(), and dict().
Show description for bcb6ca4
dpgeorge
committed
bcb6ca4
View commit details
Copy full SHA for bcb6ca4
Browse repository at this point
Merge pull request #649 from pfalcon/multi-opt
Show description for 07995e9
dpgeorge
committed
07995e9
View commit details
Copy full SHA for 07995e9
Browse repository at this point
vm: If there's no lineno info, set lineno in traceback to 0, not 1.
Show description for 411732e
pfalcon
committed
411732e
View commit details
Copy full SHA for 411732e
Browse repository at this point
py: For optimization level -O3 and higher, remove lineno info from bytecode.
pfalcon
committed
b8f117d
View commit details
Copy full SHA for b8f117d
Browse repository at this point
py: Instead of having "debug on" var, have "optimization level" var.
Show description for d3439d0
pfalcon
committed
d3439d0
View commit details
Copy full SHA for d3439d0
Browse repository at this point
Merge pull request #651 from dhylands/fix-af-csv2
Show description for 509c7a7
pfalcon
committed
509c7a7
View commit details
Copy full SHA for 509c7a7
Browse repository at this point
Add missing commas to stm32f4xx-af.csv
dhylands
committed
4e0573e
View commit details
Copy full SHA for 4e0573e
Browse repository at this point
Commits on Jun 2, 2014
showbc: Make micropython -v also dump bytecode in hex form.
pfalcon
committed
f753971
View commit details
Copy full SHA for f753971
Browse repository at this point
showbc: Make sure it's possible to trace MAKE_FUNCTION arg to actual bytecode.
pfalcon
committed
a4ac5b9
View commit details
Copy full SHA for a4ac5b9
Browse repository at this point
unix: Properly print script filename in case of error.
pfalcon
committed
dd0dee3
View commit details
Copy full SHA for dd0dee3
Browse repository at this point
Update README.md
bvernoux
committed
2abfeeb
View commit details
Copy full SHA for 2abfeeb
Browse repository at this point
Merge branch 'master' of https://github.com/bvernoux/micropython
bvernoux
committed
65a97e8
View commit details
Copy full SHA for 65a97e8
Browse repository at this point
HydraBus board
bvernoux
committed
586f02a
View commit details
Copy full SHA for 586f02a
Browse repository at this point
Update README.md
bvernoux
committed
a5892a1
View commit details
Copy full SHA for a5892a1
Browse repository at this point
Update README.md
bvernoux
committed
a7d963d
View commit details
Copy full SHA for a7d963d
Browse repository at this point
Update README.md
bvernoux
committed
d7da92a
View commit details
Copy full SHA for d7da92a
Browse repository at this point
Update README.md
bvernoux
committed
8db7804
View commit details
Copy full SHA for 8db7804
Browse repository at this point
micropython port for HydraBus
bvernoux
committed
569aa90
View commit details
Copy full SHA for 569aa90
Browse repository at this point
showbc: Print code block header at the beginning, not in the middle of dump.
Show description for 8bf8404
pfalcon
committed
8bf8404
View commit details
Copy full SHA for 8bf8404
Browse repository at this point
lexer: Add another comment for somewhat obscure way __debug__ is handled.
pfalcon
committed
b325d25
View commit details
Copy full SHA for b325d25
Browse repository at this point
modstruct: Add one more extension to typecodes - 'S', a pointer to C string.
Show description for 6279883
pfalcon
committed
6279883
View commit details
Copy full SHA for 6279883
Browse repository at this point
Commits on Jun 1, 2014
Merge branch 'Metallicow-LED-Fix'
dpgeorge
committed
b55a59d
View commit details
Copy full SHA for b55a59d
Browse repository at this point
examples, switch: Make run_loop take sequence of LED objects.
dpgeorge
committed
517f292
View commit details
Copy full SHA for 517f292
Browse repository at this point
Merge branch 'LED-Fix' of github.com:Metallicow/micropython into Metallicow-LED-Fix
dpgeorge
committed
15a5738
View commit details
Copy full SHA for 15a5738
Browse repository at this point
py, str: Replace enum with actual function pointer.
Show description for fcc9cf6
dpgeorge
committed
fcc9cf6
View commit details
Copy full SHA for fcc9cf6
Browse repository at this point
Previous
Next
You can’t perform that action at this time.