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 }}
tomlogic
/
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 Mar 8, 2018
tests/basics/builtin_enumerate: Add test for many pos args to enumerate.
dpgeorge
committed
72adc38
Copy full SHA for 72adc38
unix/coverage: Allow coverage tests to pass with debugging disabled.
dpgeorge
committed
0b88a9f
Copy full SHA for 0b88a9f
Commits on Mar 7, 2018
stm32/boards/NUCLEO_F767ZI: Update pins list to include 3 extra pins.
sec2
authored and
dpgeorge
committed
250b24f
Copy full SHA for 250b24f
stm32/boards/stm32f767_af.csv: Add ADC column to pin capability list.
sec2
authored and
dpgeorge
committed
bda3620
Copy full SHA for bda3620
stm32/i2c: On F4 MCUs report the actual I2C SCL frequency.
dpgeorge
committed
024edaf
Copy full SHA for 024edaf
docs/library/uos: Document mount, umount, VfsFat and block devices.
dpgeorge
committed
8359210
Copy full SHA for 8359210
docs/library/uos: Create sections for distinct parts and document uname.
dpgeorge
committed
63b003d
Copy full SHA for 63b003d
Commits on Mar 5, 2018
docs/library/micropython: Describe optimisation levels for opt_level().
dpgeorge
committed
a5fb699
Copy full SHA for a5fb699
docs/library/usocket: Make xref to uerrno explicitly a module reference.
dpgeorge
committed
6e09320
Copy full SHA for 6e09320
esp32/modnetwork: Implement status('stations') to list STAs in AP mode.
Show description for 478ce8f
pocus01
authored and
dpgeorge
committed
478ce8f
Copy full SHA for 478ce8f
esp32: Revert "esp32/machine_touchpad: Swap pins 32 and 33."
Show description for d4470af
dpgeorge
committed
d4470af
Copy full SHA for d4470af
esp8266/esppwm: Always start timer to avoid glitch from full to nonfull.
Show description for b691aa0
EddieParis
authored and
dpgeorge
committed
b691aa0
Copy full SHA for b691aa0
Commits on Mar 3, 2018
tests/extmod/time_ms_us: Fix ticks tests, ticks_diff args are reversed.
dpgeorge
committed
0acf868
Copy full SHA for 0acf868
tests/extmod/time_ms_us: Add test for calling ticks_cpu().
Show description for e3d11b6
dpgeorge
committed
e3d11b6
Copy full SHA for e3d11b6
tests/unix: Add coverage test for uio.resource_stream from frozen str.
dpgeorge
committed
512f4a6
Copy full SHA for 512f4a6
Commits on Mar 2, 2018
stm32/qspi: Add hardware QSPI driver, with memory-map capability.
Show description for adda38c
dpgeorge
committed
adda38c
Copy full SHA for adda38c
stm32/spibdev: Convert to use multiple block read/write interface.
Show description for 8bd0a51
dpgeorge
committed
8bd0a51
Copy full SHA for 8bd0a51
stm32/storage: Add option for bdev to supply readblock/writeblocks.
Show description for 861080a
dpgeorge
committed
861080a
Copy full SHA for 861080a
stm32/spibdev: Add option to configure SPI block dev to use QSPI flash.
Show description for 0210383
dpgeorge
committed
0210383
Copy full SHA for 0210383
stm32/spibdev: Update to work with new spiflash driver.
dpgeorge
committed
a0dfc38
Copy full SHA for a0dfc38
extmod/machine_spi: Make SPI protocol structure public.
Show description for 21d5527
dpgeorge
committed
21d5527
Copy full SHA for 21d5527
drivers/memory/spiflash: Add support for QSPI interface.
Show description for 4e48700
dpgeorge
committed
4e48700
Copy full SHA for 4e48700
drivers/bus: Add QSPI abstract type with software QSPI implementation.
Show description for 1da2d45
dpgeorge
committed
1da2d45
Copy full SHA for 1da2d45
py/objint: Remove unreachable code checking for int type in format func.
Show description for 9884a2c
dpgeorge
committed
9884a2c
Copy full SHA for 9884a2c
Commits on Mar 1, 2018
tests: Move heap-realloc-while-locked test from C to Python.
Show description for c607b58
dpgeorge
committed
c607b58
Copy full SHA for c607b58
tests/unix: Add coverage tests for various GC calls.
dpgeorge
committed
c3f1b22
Copy full SHA for c3f1b22
py/formatfloat: Fix case where floats could render with negative digits.
Show description for 955ee64
dpgeorge
committed
955ee64
Copy full SHA for 955ee64
py/formatfloat: Fix case where floats could render with a ":" character.
Show description for 7b050fa
dpgeorge
committed
7b050fa
Copy full SHA for 7b050fa
py/formatfloat: Fix rounding of %f format with edge-case FP values.
Show description for bc12eca
dpgeorge
committed
bc12eca
Copy full SHA for bc12eca
Commits on Feb 28, 2018
tests/extmod/vfs_fat_fileio1: Add test for calling file obj finaliser.
dpgeorge
committed
90e719a
Copy full SHA for 90e719a
extmod/vfs_fat_diskio: Use a C-stack-allocated bytearray for block buf.
Show description for 09be031
dpgeorge
committed
09be031
Copy full SHA for 09be031
Commits on Feb 27, 2018
tests/basics/gc1: Add test which triggers GC threshold.
dpgeorge
committed
439acdd
Copy full SHA for 439acdd
tests/unix: Add coverage test for VM executing invalid bytecode.
dpgeorge
committed
d3cac18
Copy full SHA for d3cac18
py/vm: Simplify handling of special-case STOP_ITERATION in yield from.
Show description for a9f6d49
dpgeorge
committed
a9f6d49
Copy full SHA for a9f6d49
py/vm: Fix case of handling raised StopIteration within yield from.
Show description for 22ade2f
dpgeorge
committed
22ade2f
Copy full SHA for 22ade2f
Pagination
Previous
Next
You can’t perform that action at this time.