Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
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
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
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
/
Sign in
Sign up
Appearance settings
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 }}
webduinoio
/
micropython-espnow
Public
forked from
glenn20/micropython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Security and quality
Insights
Commits
Breadcrumbs
History for
micropython-espnow
unix
modos.c
on
parse-bytecode
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 21, 2017
extmod,unix: For uos.stat interpret st_size member as an unsigned int.
Show description for 4c736ea
dpgeorge
committed
4c736ea
View commit details
Copy full SHA for 4c736ea
View code at this point
Browse repository at this point
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324
webmeister
authored and
dpgeorge
committed
55f3324
View commit details
Copy full SHA for 55f3324
View code at this point
Browse repository at this point
Commits on Mar 25, 2017
unix: Use mp_obj_str_get_str instead of mp_obj_str_get_data.
dpgeorge
committed
2942430
View commit details
Copy full SHA for 2942430
View code at this point
Browse repository at this point
Commits on Jan 30, 2017
unix/modos: Remove VfsFat from uos module, it's now in uos_vfs module.
dpgeorge
committed
30beed1
View commit details
Copy full SHA for 30beed1
View code at this point
Browse repository at this point
extmod: Remove MICROPY_FSUSERMOUNT and related files.
Show description for 1808b2e
dpgeorge
committed
1808b2e
View commit details
Copy full SHA for 1808b2e
View code at this point
Browse repository at this point
Commits on Jan 27, 2017
extmod: Rename vfs_fat_file.h to vfs_fat.h.
Show description for 32a1138
dpgeorge
committed
32a1138
View commit details
Copy full SHA for 32a1138
View code at this point
Browse repository at this point
Commits on Oct 21, 2016
py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
Show description for 4ebdb1f
dpgeorge
committed
4ebdb1f
View commit details
Copy full SHA for 4ebdb1f
View code at this point
Browse repository at this point
Commits on Oct 7, 2016
unix: Use common RAISE_ERRNO macro from mphalport.h.
dpgeorge
committed
016dba0
View commit details
Copy full SHA for 016dba0
View code at this point
Browse repository at this point
unix: Use mp_raise_OSError helper function.
dpgeorge
committed
503089e
View commit details
Copy full SHA for 503089e
View code at this point
Browse repository at this point
Commits on Sep 21, 2016
all: Remove 'name' member from mp_obj_module_t struct.
Show description for 93c4a6a
dpgeorge
committed
93c4a6a
View commit details
Copy full SHA for 93c4a6a
View code at this point
Browse repository at this point
Commits on Feb 14, 2016
unix: Enable VfsFat support.
pfalcon
committed
8a43a41
View commit details
Copy full SHA for 8a43a41
View code at this point
Browse repository at this point
Commits on Jan 11, 2016
py: Change type signature of builtin funs that take variable or kw args.
Show description for 4b72b3a
dpgeorge
committed
4b72b3a
View commit details
Copy full SHA for 4b72b3a
View code at this point
Browse repository at this point
Commits on Jan 1, 2016
extmod/moduos_dupterm: Make uos.dupterm() implementation reusable.
Show description for ddea7cb
pfalcon
committed
ddea7cb
View commit details
Copy full SHA for ddea7cb
View code at this point
Browse repository at this point
Commits on Dec 27, 2015
unix: Implement uos.dupterm(). Conditional on MICROPY_PY_OS_DUPTERM.
pfalcon
committed
2c1620c
View commit details
Copy full SHA for 2c1620c
View code at this point
Browse repository at this point
Commits on Dec 16, 2015
unix: Change define logic of _DIRENT_HAVE_D_INO to match other macros.
dpgeorge
committed
0d7de08
View commit details
Copy full SHA for 0d7de08
View code at this point
Browse repository at this point
unix/modos: Fix silly bugs in ilistdir tuple creation.
dpgeorge
committed
a152836
View commit details
Copy full SHA for a152836
View code at this point
Browse repository at this point
unix/modos: Allow to configure use of d_ino using _DIRENT_HAVE_D_INO.
Show description for 3386477
dpgeorge
committed
3386477
View commit details
Copy full SHA for 3386477
View code at this point
Browse repository at this point
Commits on Dec 15, 2015
uos: Add errno() function to get/set errno value.
pfalcon
committed
130fde8
View commit details
Copy full SHA for 130fde8
View code at this point
Browse repository at this point
Commits on Dec 14, 2015
unix/modos: Implement ilistdir().
Show description for d874702
pfalcon
committed
d874702
View commit details
Copy full SHA for d874702
View code at this point
Browse repository at this point
Commits on Dec 11, 2015
unix: Rename "_os" module to "uos" for consistency with baremetal ports.
pfalcon
committed
a6eff05
View commit details
Copy full SHA for a6eff05
View code at this point
Browse repository at this point
Commits on Nov 29, 2015
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Show description for 999cedb
dpgeorge
committed
999cedb
View commit details
Copy full SHA for 999cedb
View code at this point
Browse repository at this point
py: Add MP_ROM_* macros and mp_rom_* types and use them.
dpgeorge
committed
cbf7674
View commit details
Copy full SHA for cbf7674
View code at this point
Browse repository at this point
Commits on Nov 26, 2015
unix/modos: Remove duplicate level of #if MICROPY_PY_OS_STATVFS.
pfalcon
committed
7dec35d
View commit details
Copy full SHA for 7dec35d
View code at this point
Browse repository at this point
Commits on Nov 14, 2015
unix/modos: getenv(): Handle non-existing envvar correctly.
pfalcon
committed
ec314c9
View commit details
Copy full SHA for ec314c9
View code at this point
Browse repository at this point
unix/modos: Add Windows workaround for mkdir().
pfalcon
committed
908f515
View commit details
Copy full SHA for 908f515
View code at this point
Browse repository at this point
Commits on Nov 13, 2015
unix/modos: Add mkdir().
Show description for 27dafa5
pfalcon
committed
27dafa5
View commit details
Copy full SHA for 27dafa5
View code at this point
Browse repository at this point
unix/modos: Add getenv().
Show description for d855783
pfalcon
committed
d855783
View commit details
Copy full SHA for d855783
View code at this point
Browse repository at this point
Commits on Oct 19, 2015
unix/modos: Android Bionic lacks statvfs(), has BSD statfs().
pfalcon
committed
39a380b
View commit details
Copy full SHA for 39a380b
View code at this point
Browse repository at this point
Commits on Oct 18, 2015
unix/modos: Checking config macros requires mpconfig.h.
pfalcon
committed
2ca7b05
View commit details
Copy full SHA for 2ca7b05
View code at this point
Browse repository at this point
Commits on Oct 17, 2015
unix/modos: Guard sys/statvfs.h include with MICROPY_PY_OS_STATVFS check.
Show description for f8e9ef5
pfalcon
committed
f8e9ef5
View commit details
Copy full SHA for f8e9ef5
View code at this point
Browse repository at this point
unix/modos: Add statvfs() function.
Show description for c3000b6
pfalcon
committed
c3000b6
View commit details
Copy full SHA for c3000b6
View code at this point
Browse repository at this point
Commits on Jan 1, 2015
unix: Prefix includes with py/; remove need for -I../py.
dpgeorge
committed
6d7e470
View commit details
Copy full SHA for 6d7e470
View code at this point
Browse repository at this point
Commits on Dec 23, 2014
unix, windows: Add _os.system() call.
Show description for 9c658b6
pfalcon
authored and
dpgeorge
committed
9c658b6
View commit details
Copy full SHA for 9c658b6
View code at this point
Browse repository at this point
Commits on Dec 10, 2014
unix: add unlink function to os module
Nikita Nazarenko
authored and
dpgeorge
committed
d511079
View commit details
Copy full SHA for d511079
View code at this point
Browse repository at this point
Commits on Nov 29, 2014
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Show description for 3b603f2
dpgeorge
committed
3b603f2
View commit details
Copy full SHA for 3b603f2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.