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
Watch
Couldn't load subscription status.
Retry
Uh oh!
There was an error while loading.
Please reload this page
.
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
f4a12dc
User selector
All users
Datepicker
All time
Commit History
Commits on Feb 27, 2017
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
Commits on Feb 22, 2017
tools/gen-cpydiff.py: Set the Python import path to find test modules.
dpgeorge
committed
1034d9a
Copy full SHA for 1034d9a
cc3200: Remove socket.timeout class, use OSError(ETIMEDOUT) instead.
Show description for 047af9b
dpgeorge
committed
047af9b
Copy full SHA for 047af9b
cc3200/mods/modusocket: Init vars to 0 to silence compiler warnings.
Show description for d03f089
dpgeorge
committed
d03f089
Copy full SHA for d03f089
cc3200: Enable uerrno module with short, custom list of error codes.
Show description for e859ddf
dpgeorge
committed
e859ddf
Copy full SHA for e859ddf
py/moduerrno: Make list of errno codes configurable.
Show description for b1b0902
dpgeorge
committed
b1b0902
Copy full SHA for b1b0902
py/moduerrno: Make uerrno.errorcode dict configurable.
Show description for f563406
dpgeorge
committed
f563406
Copy full SHA for f563406
cc3200: When raising OSError's use MP_Exxx as arg instead of a string.
dpgeorge
committed
22a6344
Copy full SHA for 22a6344
cc3200: Convert to using uPy internal errno numbers.
dpgeorge
committed
8bb8e97
Copy full SHA for 8bb8e97
cc3200: Move wlan socket glue functions from modwlan to modusocket.
Show description for 85ab469
dpgeorge
committed
85ab469
Copy full SHA for 85ab469
Commits on Feb 21, 2017
cc3200: Remove remaining references to std.h.
dpgeorge
committed
71ae3f3
Copy full SHA for 71ae3f3
drivers/display/lcd160cr: Fix bugs with lcd.get_pixel().
Show description for b0a6dda
dpgeorge
committed
b0a6dda
Copy full SHA for b0a6dda
cc3200/mods/modwlan: Add int casts to silence compiler warnings.
dpgeorge
committed
8c5988b
Copy full SHA for 8c5988b
cc3200/mods/modwlan: Allow antenna diversity to be fully compiled out.
dpgeorge
committed
0258f81
Copy full SHA for 0258f81
cc3200/mods/modwlan: Make multi-threaded a proper compile-time option.
dpgeorge
committed
a162832
Copy full SHA for a162832
cc3200/mods/modwlan: Remove unused header includes; simplify others.
dpgeorge
committed
26ddd4b
Copy full SHA for 26ddd4b
cc3200: Remove util/std.h, can just use stdio.h instead.
dpgeorge
committed
1c35270
Copy full SHA for 1c35270
cc3200: Use simplelink API instead of emulated BSD API.
Show description for d9f7120
dpgeorge
committed
d9f7120
Copy full SHA for d9f7120
cc3200: Move stoupper to ftp.c and define in terms of unichar_toupper.
Show description for 29551ba
dpgeorge
committed
29551ba
Copy full SHA for 29551ba
Commits on Feb 20, 2017
tests/cpydiff: Add a test for storing iterable to a list slice.
dpgeorge
committed
465a604
Copy full SHA for 465a604
docs: Modify Makefile and indexes to generate cPy-differences pages.
flowergrass
authored and
dpgeorge
committed
3218ccd
Copy full SHA for 3218ccd
Pagination
Previous
Next
You can’t perform that action at this time.