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 }}
tuxlinuxien
/
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
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Dec 24, 2019
Merge branch 'master' of https://github.com/micropython/micropython
tuxlinuxien
committed
f6bba86
Copy full SHA for f6bba86
Commits on Dec 20, 2019
py/objobject: Add object.__delattr__ function.
Show description for 42e45bd
Jongy
authored and
dpgeorge
committed
42e45bd
Copy full SHA for 42e45bd
py/objobject: Add object.__setattr__ function.
Show description for 07ccb55
Jongy
authored and
dpgeorge
committed
07ccb55
Copy full SHA for 07ccb55
stm32/mbedtls: Resize mbedtls output buffer from 16 down to 4 kiB.
Show description for 90f2864
jimmo
authored and
dpgeorge
committed
90f2864
Copy full SHA for 90f2864
py/obj.h: Remove comments about additional mp_buffer_info_t entries.
Show description for 5e43118
dpgeorge
committed
5e43118
Copy full SHA for 5e43118
py: Remove commented-out debug printf's from emitbc and objlist.
Show description for 035180c
dpgeorge
committed
035180c
Copy full SHA for 035180c
all: Bump version to 1.12.
dpgeorge
committed
1f37194
Copy full SHA for 1f37194
tests/pyb: Adjust UART and Timer tests to work on PYBD_SF6.
dpgeorge
committed
39bc430
Copy full SHA for 39bc430
py/profile: Fix debug opcode decoding of MP_BC_RAISE_xxx opcodes.
dpgeorge
committed
073c5f3
Copy full SHA for 073c5f3
py/vm: Fix comment to refer to MP_BC_RAISE_OBJ instead of RAISE_VARARGS.
dpgeorge
committed
9547398
Copy full SHA for 9547398
stm32/boards/PYBD: Include webrepl helper scripts in frozen manifest.
dpgeorge
committed
7ac326c
Copy full SHA for 7ac326c
extmod/webrepl: Move webrepl scripts to common place and use manifest.
Show description for 7ce1e0b
jimmo
authored and
dpgeorge
committed
7ce1e0b
Copy full SHA for 7ce1e0b
docs/esp32: Add quickref and full docs for esp32.RMT class.
mattytrentini
authored and
dpgeorge
committed
7f235cb
Copy full SHA for 7f235cb
esp32/esp32_rmt: Add initial support for RMT peripheral.
Show description for 0e0e613
mattytrentini
authored and
dpgeorge
committed
0e0e613
Copy full SHA for 0e0e613
Commits on Dec 19, 2019
qemu-arm/Makefile: Allow overriding CROSS_COMPILE from another makefile.
dlech
authored and
dpgeorge
committed
882533a
Copy full SHA for 882533a
tools/tinytest-codegen.py: Add extra newline and result message.
Show description for fd0ba7b
dlech
authored and
dpgeorge
committed
fd0ba7b
Copy full SHA for fd0ba7b
Revert "lib/tinytest: Clean up test reporting in the presence of std..."
Show description for 1605c7e
dlech
authored and
dpgeorge
committed
1605c7e
Copy full SHA for 1605c7e
stm32/timer: Add missing TIM 1/15/16/17 IRQ handlers for H7 MCUs.
iabdalkader
authored and
dpgeorge
committed
3078a4b
Copy full SHA for 3078a4b
docs/develop: Add documentation on how to build native .mpy modules.
dpgeorge
committed
8449e41
Copy full SHA for 8449e41
docs/reference: Add documentation describing use of .mpy files.
Show description for e58c7ce
dpgeorge
committed
e58c7ce
Copy full SHA for e58c7ce
examples/natmod: Add very simple features0 example to compute factorial.
dpgeorge
committed
a3df152
Copy full SHA for a3df152
tools/pyboard.py: Support executing .mpy files directly.
Show description for b3b9b11
dpgeorge
committed
b3b9b11
Copy full SHA for b3b9b11
stm32/boards/NUCLEO_H743ZI: Add extra pins and peripheral definitions.
Show description for 43b576d
rolandvs
authored and
dpgeorge
committed
43b576d
Copy full SHA for 43b576d
stm32/boards/NUCLEO_F767ZI: Update pins, peripherals and total flash.
Show description for 26a78ed
rolandvs
authored and
dpgeorge
committed
26a78ed
Copy full SHA for 26a78ed
stm32/boards/NUCLEO_F767ZI: Add pins and config for using an SD card.
Show description for 8af139e
rolandvs
authored and
dpgeorge
committed
8af139e
Copy full SHA for 8af139e
Commits on Dec 18, 2019
esp32/boards/TINYPICO: Add tinypico.py, dotstar.py with custom manifest.
UnexpectedMaker
authored and
dpgeorge
committed
0d82f5d
Copy full SHA for 0d82f5d
add modussl_mbedtls.c methods and exceptions.
tuxlinuxien
committed
2caf3c7
Copy full SHA for 2caf3c7
examples/network: Add testing key/cert to SSL HTTP server example.
Show description for ba12cdb
dpgeorge
committed
ba12cdb
Copy full SHA for ba12cdb
Commits on Dec 17, 2019
qemu-arm: Let tinytest.o be built by standard build rules.
Show description for 1e2f751
dpgeorge
committed
1e2f751
Copy full SHA for 1e2f751
py/persistentcode: Move loading of rodata/bss to before obj/raw-code.
Show description for 0bd7d1f
dpgeorge
committed
0bd7d1f
Copy full SHA for 0bd7d1f
docs/esp8266/quickref: Add note that machine.RTC is not fully supported.
Show description for 04e7aa0
ketograph
authored and
dpgeorge
committed
04e7aa0
Copy full SHA for 04e7aa0
Commits on Dec 16, 2019
docs/library/uos.rst: Clarify why the extended interface exists.
jimmo
committed
f3f7eb4
Copy full SHA for f3f7eb4
Commits on Dec 13, 2019
stm32/boards/PYBD_SF2: Configure LEDs as inverted, for LED.intensity().
dpgeorge
committed
fb01415
Copy full SHA for fb01415
tests/pyb: Refactor pyboard tests to work on PYBv1, PYBLITEv1 and PYBD.
dpgeorge
committed
4b184d1
Copy full SHA for 4b184d1
tests/extmod/vfs_lfs_error: Use small ints in seek error test.
Show description for 7280bf4
dpgeorge
committed
7280bf4
Copy full SHA for 7280bf4
Pagination
Previous
Next
You can’t perform that action at this time.