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
/
modules
Age
Commit message (
Expand
)
Author
2016-11-08
esp8266: Include upip as a standard frozen bytecode module.
Paul Sokolovsky
2016-11-06
esp8266: Rework webrepl_setup to run over wired REPL.
Paul Sokolovsky
2016-11-03
drivers: Add "from micropython import const" when const is used.
Damien George
2016-11-02
esp8266/modules: Fix negative temperature in ds18x20 driver.
ernitron
2016-10-24
esp8266/modesp: Add flash_user_start() function.
Paul Sokolovsky
2016-10-20
esp8266/modules/webrepl: Enforce only one concurrent WebREPL connection.
Paul Sokolovsky
2016-08-29
esp8266/modules/ds18x20.py: Add support for DS18S20 devices.
Damien George
2016-08-29
esp8266/modules/onewire: Change onewire.read() to onewire.readinto().
Damien George
2016-08-29
esp8266/modules: Split onewire.py into OneWire and DS18X20 driver.
Damien George
2016-08-09
esp8266/modules/flashbdev: Start filesystem at 0x90000.
Paul Sokolovsky
2016-08-06
esp8266/flashbdev: Reserve extra sysparam sector for SDK 2.0.0 compatibility.
Paul Sokolovsky
2016-07-23
esp8266/_boot.py: Decrease GC alloc threshold to quarter of heap size.
Paul Sokolovsky
2016-07-23
esp8266/_boot.py: Set GC alloc threshold to half of heap size.
Paul Sokolovsky
2016-07-02
esp8266: Switch webrepl to use frozen bytecode.
Paul Sokolovsky
2016-07-02
esp8266: Switch webrepl_setup to use frozen bytecode.
Paul Sokolovsky
2016-07-02
esp8266: Explicitly collect garbage in bootstrap scripts.
Paul Sokolovsky
2016-06-29
esp8266: Enable frozen bytecode, with scripts in modules/ subdir.
Damien George