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
stmhal
on
parse-bytecode
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 21, 2017
all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.
dpgeorge
committed
4ec803a
View commit details
Copy full SHA for 4ec803a
View code at this point
Browse repository at this point
Commits on Aug 13, 2017
all: Raise exceptions via mp_raise_XXX
Show description for 35a1fea
candeira
committed
35a1fea
View commit details
Copy full SHA for 35a1fea
View code at this point
Browse repository at this point
Commits on Aug 11, 2017
all: Make use of $(TOP) variable in Makefiles, instead of "..".
Show description for 7d4a2f7
dpgeorge
committed
7d4a2f7
View commit details
Copy full SHA for 7d4a2f7
View code at this point
Browse repository at this point
Commits on Aug 2, 2017
py,extmod,stmhal: Use "static inline" for funcs that should be inline.
Show description for 0f12082
dpgeorge
committed
0f12082
View commit details
Copy full SHA for 0f12082
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 Jul 19, 2017
all: Remove trailing spaces, per coding conventions.
dpgeorge
committed
761e4c7
View commit details
Copy full SHA for 761e4c7
View code at this point
Browse repository at this point
stmhal: Clean up USB CDC/MSC files and remove commented-out code.
dpgeorge
committed
c972c60
View commit details
Copy full SHA for c972c60
View code at this point
Browse repository at this point
Commits on Jul 18, 2017
all: Unify header guard usage.
Show description for 299bc62
webmeister
authored and
dpgeorge
committed
299bc62
View commit details
Copy full SHA for 299bc62
View code at this point
Browse repository at this point
Commits on Jul 14, 2017
stmhal/servo: Don't compile servo code when it's not enabled.
dpgeorge
committed
4fa9d97
View commit details
Copy full SHA for 4fa9d97
View code at this point
Browse repository at this point
stmhal/pin_named_pins: Remove unreachable print function.
Show description for 9cca14a
dpgeorge
committed
9cca14a
View commit details
Copy full SHA for 9cca14a
View code at this point
Browse repository at this point
stmhal/servo: Make pyb.Servo(n) map to Pin('Xn') on all MCUs.
Show description for 2b70757
dpgeorge
committed
2b70757
View commit details
Copy full SHA for 2b70757
View code at this point
Browse repository at this point
Commits on Jul 12, 2017
stmhal: Reduce size of ESPRUINO_PICO build so it fits in flash.
Show description for f1d260d
dpgeorge
committed
f1d260d
View commit details
Copy full SHA for f1d260d
View code at this point
Browse repository at this point
Commits on Jul 4, 2017
stmhal/boards/NUCLEO_F429ZI: Change USB config from HS to FS peripheral.
Show description for d5ec46a
dpgeorge
committed
d5ec46a
View commit details
Copy full SHA for d5ec46a
View code at this point
Browse repository at this point
Commits on Jul 3, 2017
stmhal: Clean up some header includes.
dpgeorge
committed
80b31dc
View commit details
Copy full SHA for 80b31dc
View code at this point
Browse repository at this point
stmhal/boards: Add configuration files for NUCLEO_F429ZI.
capriele
authored and
dpgeorge
committed
5b509db
View commit details
Copy full SHA for 5b509db
View code at this point
Browse repository at this point
Commits on Jun 28, 2017
stmhal/mpconfigport.h: Allow MICROPY_PY_THREAD to be overridden.
dpgeorge
committed
346f5d4
View commit details
Copy full SHA for 346f5d4
View code at this point
Browse repository at this point
stmhal/Makefile: Add CFLAGS_EXTRA to CFLAGS so cmdline can add options.
dpgeorge
committed
05a0850
View commit details
Copy full SHA for 05a0850
View code at this point
Browse repository at this point
stmhal/Makefile: Rename FLOAT_IMPL to MICROPY_FLOAT_IMPL to match C name
Show description for 703370e
dpgeorge
committed
703370e
View commit details
Copy full SHA for 703370e
View code at this point
Browse repository at this point
stmhal/Makefile: Use hardware double-prec FP for MCUs that support it.
dpgeorge
committed
535804a
View commit details
Copy full SHA for 535804a
View code at this point
Browse repository at this point
stmhal/boards: Enable double-prec FP on F76x boards.
dpgeorge
committed
d20f8fb
View commit details
Copy full SHA for d20f8fb
View code at this point
Browse repository at this point
stmhal: Add possibility to build with double-precision floating point.
Show description for ebfdd96
dpgeorge
committed
ebfdd96
View commit details
Copy full SHA for ebfdd96
View code at this point
Browse repository at this point
Commits on Jun 27, 2017
stmhal/sdcard: Allow a board to customise the SDIO pins.
nesos
authored and
dpgeorge
committed
3e82bed
View commit details
Copy full SHA for 3e82bed
View code at this point
Browse repository at this point
Commits on Jun 26, 2017
stmhal/boards/stm32f405.ld: Increase FLASH_TEXT to end of 1MiB flash.
Show description for 1181730
dpgeorge
committed
1181730
View commit details
Copy full SHA for 1181730
View code at this point
Browse repository at this point
Commits on Jun 22, 2017
stmhal/modules: Provide sym-link to onewire.py driver.
dpgeorge
committed
6e80f0e
View commit details
Copy full SHA for 6e80f0e
View code at this point
Browse repository at this point
stmhal: Make available the _onewire module, for low-level bus control.
dpgeorge
committed
b19138e
View commit details
Copy full SHA for b19138e
View code at this point
Browse repository at this point
stmhal: Add "quiet timing" enter/exit functions.
Show description for 8ed7155
dpgeorge
committed
8ed7155
View commit details
Copy full SHA for 8ed7155
View code at this point
Browse repository at this point
Commits on Jun 15, 2017
stmhal: Move pybstdio.c to lib/utils/sys_stdio_mphal.c for common use.
Show description for 4f9858e
dpgeorge
committed
4f9858e
View commit details
Copy full SHA for 4f9858e
View code at this point
Browse repository at this point
stmhal: Add .value() method to Switch object, to mirror Pin and Signal.
dpgeorge
committed
fd860dc
View commit details
Copy full SHA for fd860dc
View code at this point
Browse repository at this point
stmhal: Add initial implementation of Pin.irq() method.
Show description for 4abe373
dpgeorge
committed
4abe373
View commit details
Copy full SHA for 4abe373
View code at this point
Browse repository at this point
stmhal: Make error messages more consistent across peripherals.
dpgeorge
committed
2bf5a94
View commit details
Copy full SHA for 2bf5a94
View code at this point
Browse repository at this point
all: Make more use of mp_raise_{msg,TypeError,ValueError} helpers.
dpgeorge
committed
48d867b
View commit details
Copy full SHA for 48d867b
View code at this point
Browse repository at this point
Commits on Jun 14, 2017
stmhal/mpconfigport.h: Remove config of PY_THREAD_GIL to use default.
Show description for c064f0a
dpgeorge
committed
c064f0a
View commit details
Copy full SHA for c064f0a
View code at this point
Browse repository at this point
Commits on Jun 8, 2017
stmhal/usbdev: For MSC implement SCSI SYNCHRONIZE_CACHE command.
Show description for 22cedef
dpgeorge
committed
22cedef
View commit details
Copy full SHA for 22cedef
View code at this point
Browse repository at this point
Commits on Jun 7, 2017
stmhal/usb: Make state for USB device private to top-level USB driver.
dpgeorge
committed
f86c57f
View commit details
Copy full SHA for f86c57f
View code at this point
Browse repository at this point
stmhal/usb: Use local USB handler variable in Start-of-Frame handler.
sylvainpelissier
authored and
dpgeorge
committed
3bb69f6
View commit details
Copy full SHA for 3bb69f6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.