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 }}
robertfoss
/
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 30, 2016
esp8266: Switch back to accumulating input data via ring buffer.
Show description for 61fa7c8
pfalcon
committed
61fa7c8
Copy full SHA for 61fa7c8
esp8266: Fix issue when current repl line was garbage-collected.
Show description for 2e75a17
pfalcon
committed
2e75a17
Copy full SHA for 2e75a17
py/ringbuf.h: Add reusable ring buffer class.
Show description for b1dfdaf
pfalcon
committed
b1dfdaf
Copy full SHA for b1dfdaf
docs: network: esp8266: .scan() is now synchronous and returns result list.
pfalcon
committed
f50d947
Copy full SHA for f50d947
docs: network: esp8266: status is WLAN object method.
pfalcon
committed
d7019d0
Copy full SHA for d7019d0
esp8266: Support synchronous wifi scanning.
Show description for 9475cc5
dpgeorge
authored and
pfalcon
committed
9475cc5
Copy full SHA for 9475cc5
Commits on Mar 29, 2016
py/parsenum: Use pow function to apply exponent to decimal number.
Show description for 2599672
dpgeorge
committed
2599672
Copy full SHA for 2599672
py/formatfloat: Fix further cases of buffer overflow in formatting.
Show description for e1e7657
dpgeorge
committed
e1e7657
Copy full SHA for e1e7657
py/formatfloat: Fix case of float format where leading digit was "10".
Show description for 03b8bb7
dpgeorge
committed
03b8bb7
Copy full SHA for 03b8bb7
esp8266: Reduce heap size for now to avoid random segfaults on WiFi connect.
pfalcon
committed
d88250c
Copy full SHA for d88250c
esp8266: Let esp8266 "os" messages go to standard (REPL) UART.
Show description for c4506ed
pfalcon
committed
c4506ed
Copy full SHA for c4506ed
esp8266/esp_mphal: Add support for debug UART-only output.
Show description for 402a743
pfalcon
committed
402a743
Copy full SHA for 402a743
esp8266: Enable uos.dupterm() method.
pfalcon
committed
8fc5e56
Copy full SHA for 8fc5e56
esp8266: Add basic support for duplicating REPL output.
pfalcon
committed
c961889
Copy full SHA for c961889
esp8266: Implement os.urandom function.
Show description for 6ca17c1
dpgeorge
authored and
pfalcon
committed
6ca17c1
Copy full SHA for 6ca17c1
Commits on Mar 28, 2016
esp8266: Allow to build without FatFs support again.
pfalcon
committed
b4070ee
Copy full SHA for b4070ee
esp8266: Support importing modules from filesystem.
pfalcon
committed
2f02302
Copy full SHA for 2f02302
docs: Correct pin interrupt example code for the WiPy.
danicampora
committed
1937953
Copy full SHA for 1937953
esp8266: Zero out fs_user_mount state on (soft) reset.
Show description for 71d40f1
dpgeorge
authored and
pfalcon
committed
71d40f1
Copy full SHA for 71d40f1
esp8266/moduos: Add os.remove(), proxying to VFS object.
pfalcon
committed
9edd736
Copy full SHA for 9edd736
esp8266/moduos: Factor out VFS method proxy helper.
pfalcon
committed
e8e116e
Copy full SHA for e8e116e
esp8266/moduos: Add listdir() proxy for MP_STATE_PORT(fs_user_mount)[0].
Show description for 8b08a0d
pfalcon
committed
8b08a0d
Copy full SHA for 8b08a0d
esp8266/moduos: Use mp_rom_map_elem_t for static const dictionary.
dpgeorge
authored and
pfalcon
committed
61230e0
Copy full SHA for 61230e0
esp8266: deploy: Use --flash_size=8m option to esptool.py.
Show description for b01a373
pfalcon
committed
b01a373
Copy full SHA for b01a373
Commits on Mar 27, 2016
esp8266/esp8266.ld: Put FatFs to FlashROM.
pfalcon
committed
cd6194a
Copy full SHA for cd6194a
esp8266: Enable FatFs support.
pfalcon
committed
374654f
Copy full SHA for 374654f
esp8266/README: Update for the current status of the port.
pfalcon
committed
fe9bc0c
Copy full SHA for fe9bc0c
esp8266/modesp: flash_read(): Accept buffer to read to as a second argument.
pfalcon
committed
bbc65d4
Copy full SHA for bbc65d4
esp8266/modesp: flash_write(): Writes in multiples of 4 bytes.
pfalcon
committed
fd86bf5
Copy full SHA for fd86bf5
esp8266: Set up UART handling task soon into init process.
Show description for 53302f1
pfalcon
committed
53302f1
Copy full SHA for 53302f1
extmod/vfs_fat_diskio: Actually support sectors != 512 with Python blockdevs.
pfalcon
committed
651a188
Copy full SHA for 651a188
unix/unix_mphal: Hack to make uos.dupterm() actually work.
Show description for 13394a6
pfalcon
committed
13394a6
Copy full SHA for 13394a6
py/stream: Fix stupid thinko with variable naming/shadowing.
pfalcon
committed
53ad5ed
Copy full SHA for 53ad5ed
docs/esp8266: esp.mac() replaced with network.WLAN.mac().
pfalcon
committed
87c783b
Copy full SHA for 87c783b
docs/esp8266: esp.wifi_mode() replaced with network.WLAN.active().
pfalcon
committed
679fe0a
Copy full SHA for 679fe0a
Pagination
Previous
Next
You can’t perform that action at this time.