Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 }}
insane-adding-machines
/
micropython
Public
forked from
micropython/micropython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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 Apr 17, 2018
Added missing -DPATH_MAX
danielinux
committed
76bedde
Copy full SHA for 76bedde
Commits on Jun 28, 2017
Set default heap size to 16K
danielinux
committed
066720e
Copy full SHA for 066720e
Commits on Jun 27, 2017
Fixed builtin file support.
danielinux
committed
d83035d
Copy full SHA for d83035d
Commits on May 18, 2017
Fixed modules os,time
danielinux
committed
b4e3565
Copy full SHA for b4e3565
Commits on Mar 14, 2017
Added threads support (untested)
danielinux
committed
1530b88
Copy full SHA for 1530b88
Commits on Mar 3, 2017
Merge from upstream
danielinux
committed
c6061d1
Copy full SHA for c6061d1
unix: Remove remaining, obsolete traces of GNU readline support.
dpgeorge
committed
5e83a75
Copy full SHA for 5e83a75
tests/basics: Add further tests for OrderedDict.
dpgeorge
committed
3d91c12
Copy full SHA for 3d91c12
py/map: Fix bugs with deletion of elements from OrderedDict.
Show description for 9275c18
dpgeorge
committed
9275c18
Copy full SHA for 9275c18
Commits on Mar 2, 2017
msvc: Add machine/pin-related sources to build
Show description for 845a80a
stinos
committed
845a80a
Copy full SHA for 845a80a
qemu-arm: Enable machine module and associated tests.
dpgeorge
committed
e4be56a
Copy full SHA for e4be56a
stmhal/modnwcc3k: Add include for mp_hal_delay_ms.
dpgeorge
committed
4f3c1b3
Copy full SHA for 4f3c1b3
tests/extmod: Add test for machine.Signal class.
dpgeorge
committed
ecc635d
Copy full SHA for ecc635d
unix/modmachine: Add Signal class to machine module.
dpgeorge
committed
f1ea3bc
Copy full SHA for f1ea3bc
stmhal/modpyb: Use utime ticks ms/us functions instead of custom ones.
dpgeorge
committed
78185e6
Copy full SHA for 78185e6
stmhal: Rename sys_tick ticks/delay functions to corresp. mp_hal ones.
Show description for 89738e8
dpgeorge
committed
89738e8
Copy full SHA for 89738e8
stmhal: Use mp_hal_delay_ms instead of HAL_Delay.
dpgeorge
committed
6ab5512
Copy full SHA for 6ab5512
Commits on Feb 28, 2017
docs/library/lcd160cr: Add note about supported JPEG format/encodings.
peterhinch
authored and
dpgeorge
committed
1f549a3
Copy full SHA for 1f549a3
Commits on Feb 27, 2017
docs/machine: Fix formatting of Constants section.
Show description for ed81574
pfalcon
committed
ed81574
Copy full SHA for ed81574
drivers/display/lcd160cr: Add check that JPEG size is less than 65536.
dpgeorge
committed
528aeb3
Copy full SHA for 528aeb3
py/objarray: Disallow slice-assignment to read-only memoryview.
Show description for f4a12dc
dpgeorge
committed
f4a12dc
Copy full SHA for f4a12dc
tools/gen-cpydiff.py: configurable CPython and micropython executables
blazewicz
authored and
dpgeorge
committed
23ccb3e
Copy full SHA for 23ccb3e
docs/Makefile: define and use PYTHON as the interpreter for CPYDIFF
Show description for ae116c2
blazewicz
authored and
dpgeorge
committed
ae116c2
Copy full SHA for ae116c2
minimal: Add ability and description to build without the compiler.
dpgeorge
committed
ad81a2e
Copy full SHA for ad81a2e
lib/utils/pyexec: Allow to compile when the uPy compiler is disabled.
dpgeorge
committed
3b2fd4d
Copy full SHA for 3b2fd4d
Commits on Feb 25, 2017
docs/uhashlib: Provide port-neutral description.
Show description for e2f1a8a
pfalcon
committed
e2f1a8a
Copy full SHA for e2f1a8a
Commits on Feb 24, 2017
extmod/modurandom: Use mp_raise_ValueError().
Show description for 0982884
pfalcon
committed
0982884
Copy full SHA for 0982884
py/runtime: mp_raise_msg(): Accept NULL argument for message.
Show description for 4b3da60
pfalcon
committed
4b3da60
Copy full SHA for 4b3da60
esp8266/mpconfigport.h: Enable help('modules') feature.
dpgeorge
committed
6771adc
Copy full SHA for 6771adc
drivers/display/lcd160cr: Fix bug with save_to_flash method.
dpgeorge
committed
8400d04
Copy full SHA for 8400d04
cc3200/moduos: Remove uos.sep, as it's strictly optional.
Show description for f5ee4d9
pfalcon
committed
f5ee4d9
Copy full SHA for f5ee4d9
py/parse: Simplify handling of errors by raising them directly.
Show description for f615d82
dpgeorge
committed
f615d82
Copy full SHA for f615d82
py: Create str/bytes objects in the parser, not the compiler.
Show description for 5255255
dpgeorge
committed
5255255
Copy full SHA for 5255255
tests/micropython: Add test for consts that are bignums.
dpgeorge
committed
f62503d
Copy full SHA for f62503d
py/parse: Allow parser/compiler consts to be bignums.
Show description for 74f4d2c
dpgeorge
committed
74f4d2c
Copy full SHA for 74f4d2c
Pagination
Previous
Next
You can’t perform that action at this time.