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 }}
bladewang
/
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 Oct 15, 2021
esp32/usb: Improve speed of USB CDC output.
Show description for ba94025
dpgeorge
committed
ba94025
Copy full SHA for ba94025
esp32: Enable optimisations and move code to iRAM to boost performance.
Show description for 549448e
dpgeorge
committed
549448e
Copy full SHA for 549448e
py: Add wrapper macros so hot VM functions can go in fast code location.
Show description for 8412568
dpgeorge
committed
8412568
Copy full SHA for 8412568
stm32/sdram: Enforce gcc opt, and use volatile and DSB in sdram_test.
Show description for eea6cd8
iabdalkader
authored and
dpgeorge
committed
eea6cd8
Copy full SHA for eea6cd8
Commits on Oct 14, 2021
docs/esp32/tutorial: Add an example of peripheral control via regs.
NitiKaur
authored and
dpgeorge
committed
4c9e17e
Copy full SHA for 4c9e17e
docs/library/stm.rst: Document the stm module.
NitiKaur
authored and
dpgeorge
committed
763042a
Copy full SHA for 763042a
docs/reference/manifest.rst: Add docs for manifest.py files.
NitiKaur
authored and
dpgeorge
committed
e87b2e8
Copy full SHA for e87b2e8
docs/reference/mpremote.rst: Add docs for mpremote.
NitiKaur
authored and
dpgeorge
committed
135339c
Copy full SHA for 135339c
Commits on Oct 13, 2021
docs/library/random.rst: Document the random module.
NitiKaur
authored and
dpgeorge
committed
c42c1c8
Copy full SHA for c42c1c8
docs/rp2: Add reference for PIO assembly instructions, and PIO tutorial.
NitiKaur
authored and
dpgeorge
committed
baa5a76
Copy full SHA for baa5a76
Commits on Sep 24, 2021
extmod/moduplatform: Improve implementation for PC ports.
Show description for d42cba0
stinos
authored and
dpgeorge
committed
d42cba0
Copy full SHA for d42cba0
py/builtinimport: Forward all debug printing to MICROPY_DEBUG_PRINTER.
stinos
authored and
dpgeorge
committed
ea880d5
Copy full SHA for ea880d5
esp32: Split out WLAN code from modnetwork.c to network_wlan.c.
Show description for ea186de
dpgeorge
committed
ea186de
Copy full SHA for ea186de
esp32/main: Add option for a board to hook code into startup sequence.
Show description for f046b50
dpgeorge
committed
f046b50
Copy full SHA for f046b50
esp32/mpthreadport: Fix TCB cleanup function so thread_mutex is ready.
Show description for 4fdf795
bl4kraven
authored and
dpgeorge
committed
4fdf795
Copy full SHA for 4fdf795
esp32/machine_pin: Block out IO16 and IO17 when using SPIRAM on ESP32.
Show description for a39a596
UnexpectedMaker
authored and
dpgeorge
committed
a39a596
Copy full SHA for a39a596
Commits on Sep 21, 2021
esp32/usb: Add USB host connection detection for CDC serial output.
Show description for 35fb90b
UnexpectedMaker
authored and
dpgeorge
committed
35fb90b
Copy full SHA for 35fb90b
esp32/README: Updated readme with req IDF vers for ESP32-S2, C3 and S3.
UnexpectedMaker
authored and
dpgeorge
committed
7bf466a
Copy full SHA for 7bf466a
docs/esp32: Explain ESP32 PWM modes, timers, and channels.
IhorNehrutsa
authored and
dpgeorge
committed
71111cf
Copy full SHA for 71111cf
esp32/machine_pwm: Add support for all PWM timers and channels.
Show description for 52636fa
IhorNehrutsa
authored and
dpgeorge
committed
52636fa
Copy full SHA for 52636fa
esp32/boards: Add LOLIN_S2_MINI ESP32-S2 board.
Show description for 0d9429f
sbonnick
authored and
dpgeorge
committed
0d9429f
Copy full SHA for 0d9429f
stm32/machine_i2c: Use hardware I2C for STM32H7.
iabdalkader
authored and
dpgeorge
committed
67d1dca
Copy full SHA for 67d1dca
stm32/boards: Add PF11-BOOT0 to stm32f091_af.csv.
Show description for 9eff402
rolandvs
authored and
dpgeorge
committed
9eff402
Copy full SHA for 9eff402
stm32/boards/NUCLEO_H743ZI: Enable VfsLfs2 on NUCLEO_H743ZI(2) boards.
bikeNomad
authored and
dpgeorge
committed
99bb520
Copy full SHA for 99bb520
stm32: Extended flash filesystem space to 512K on H743 boards.
Show description for 8c214ed
bikeNomad
authored and
dpgeorge
committed
8c214ed
Copy full SHA for 8c214ed
Commits on Sep 19, 2021
stm32: Enable platform module.
Show description for 782d5b2
iabdalkader
authored and
dpgeorge
committed
782d5b2
Copy full SHA for 782d5b2
extmod: Add platform module.
Show description for 2c5e9bb
iabdalkader
authored and
dpgeorge
committed
2c5e9bb
Copy full SHA for 2c5e9bb
rp2: Add framework for networking.
Show description for 38f8e85
iabdalkader
authored and
dpgeorge
committed
38f8e85
Copy full SHA for 38f8e85
rp2: Add support for bluetooth module using NimBLE.
iabdalkader
authored and
dpgeorge
committed
c973cfd
Copy full SHA for c973cfd
extmod/nimble: Add nimble CMake fragment file.
iabdalkader
authored and
dpgeorge
committed
8064c3b
Copy full SHA for 8064c3b
extmod/mpbthci.h: Add mp_bluetooth_hci_uart_any prototype.
Show description for 80f2c79
iabdalkader
authored and
dpgeorge
committed
80f2c79
Copy full SHA for 80f2c79
stm32/boards: Add OLIMEX H407 board definition.
Show description for 6e39f2c
SmithChart
authored and
dpgeorge
committed
6e39f2c
Copy full SHA for 6e39f2c
esp32/boards: Add board definition for ESP32-S2-WROVER module.
ThinkTransit
authored and
dpgeorge
committed
4cfd85e
Copy full SHA for 4cfd85e
esp32/machine_hw_spi: Fix hardware SPI DMA channels for S2/S3.
UnexpectedMaker
authored and
dpgeorge
committed
13e6e0d
Copy full SHA for 13e6e0d
Commits on Sep 16, 2021
tools/ci.sh: Use IDF v4.4 as part of esp32 CI and build GENERIC_S3.
Show description for da4593f
dpgeorge
committed
da4593f
Copy full SHA for da4593f
Pagination
Previous
Next
You can’t perform that action at this time.