index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
esp8266
/
machine_pin.c
Commit message (
Expand
)
Author
Age
*
all: Raise exceptions via mp_raise_XXX
Javier Candeira
2017-08-13
*
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-31
*
esp8266: Convert to mp_rom_map_elem_t.
Paul Sokolovsky
2017-07-30
*
esp8266: Move mp_hal_pin_open_drain from esp_mphal.c to machine_pin.c.
Damien George
2017-06-22
*
esp8266, stmhal, zephyr: Rename machine.Pin high/low methods to on/off.
Paul Sokolovsky
2017-05-21
*
extmod/machine_signal: Support all Pin's arguments to the constructor.
Paul Sokolovsky
2017-04-11
*
esp8266/machine_pin: Fix pin.irq() to work when all args are keywords.
Damien George
2017-03-21
*
esp8266/machine_pin: Fix memset size for zeroing of pin_irq_is_hard.
Damien George
2017-03-21
*
esp8266/machine_pin: Make pin.irq arguments positional.
Damien George
2017-03-20
*
esp8266/machine_pin: Add "hard" parameter to pin.irq, soft by default.
Damien George
2017-03-20
*
esp8266: Enable micropython.schedule() with locking in pin callback.
Damien George
2017-03-20
*
esp8266/machine_pin: Implement pin ioctl protocol.
Paul Sokolovsky
2017-01-29
*
all: Consistently update signatures of .make_new and .call methods.
Paul Sokolovsky
2017-01-04
*
esp8266: Rename "machine" module implementation to use contemporary naming.
Paul Sokolovsky
2016-11-06