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