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
Age
Commit message (
Expand
)
Author
2015-01-18
esp8266: Add missing hard_reset qstr.
Paul Sokolovsky
2015-01-18
esp8266:modpyb: Implement hard_reset().
Paul Sokolovsky
2015-01-16
esp8266: Implement task-based, event-driven interface with UART.
Paul Sokolovsky
2015-01-15
esp8266: Use dedicated heap allocated as static array.
Paul Sokolovsky
2015-01-12
esp8266: Update for readline module moved to lib/.
Paul Sokolovsky
2015-01-09
py: Disable stack checking by default; enable on most ports.
Damien George
2015-01-07
stmhal: Collect all root pointers together in 1 place.
Damien George
2015-01-07
py: Put all global state together in state structures.
Damien George
2015-01-01
esp8266: Prefix includes with py/; remove need for -I../py.
Damien George
2014-12-29
py: Add include guards to mpconfig,misc,qstr,obj,runtime,parsehelper.
Damien George
2014-12-06
esp8266/README: Fix typos.
Paul Sokolovsky
2014-11-29
esp8266: Add README.md.
Damien George
2014-11-29
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Damien George
2014-11-29
esp8266: Move more rodata to irom section.
Damien George
2014-11-28
esp8266: Make default ESP_SDK variable work correctly.
Damien George
2014-11-28
esp8266: Change bignum from mpz to longlong; move some rodata to iram.
Damien George
2014-11-28
esp8266: Provide sensible default ESP_SDK; deploy 2 the images together.
Damien George
2014-11-28
esp8266: Allow to override serial port.
Paul Sokolovsky
2014-11-27
esp8266: New port of Micro Python to ESP8266 wifi module.
Damien George