index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
esp8266
/
machine_pin.c
Age
Commit message (
Expand
)
Author
2017-08-13
all: Raise exceptions via mp_raise_XXX
Javier Candeira
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-30
esp8266: Convert to mp_rom_map_elem_t.
Paul Sokolovsky
2017-06-22
esp8266: Move mp_hal_pin_open_drain from esp_mphal.c to machine_pin.c.
Damien George
2017-05-21
esp8266, stmhal, zephyr: Rename machine.Pin high/low methods to on/off.
Paul Sokolovsky
2017-04-11
extmod/machine_signal: Support all Pin's arguments to the constructor.
Paul Sokolovsky
2017-03-21
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-20
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-01-29
esp8266/machine_pin: Implement pin ioctl protocol.
Paul Sokolovsky
2017-01-04
all: Consistently update signatures of .make_new and .call methods.
Paul Sokolovsky
2016-11-06
esp8266: Rename "machine" module implementation to use contemporary naming.
Paul Sokolovsky