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
2016-07-05
esp8266/esp_mphal: Properly handle dupterm EOF after switching to readinto().
Paul Sokolovsky
2016-07-04
esp8266/esp_mphal: call_dupterm_read: Use readinto() method.
Paul Sokolovsky
2016-07-04
esp8266/main: Init recently added dupterm_arr_obj port state var.
Paul Sokolovsky
2016-07-02
esp8266/README: Promote from "highly experimental" to "experimental".
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-30
esp8266/modpybuart: allow setting baudrate and other params
Radomir Dopieralski
2016-06-30
esp8266/websocket_helper.py: Fix typo in debug output.
Paul Sokolovsky
2016-06-30
esp8266/websocket_helper.py: Avoid extra string allocations.
Paul Sokolovsky
2016-06-29
esp8266/README: Describe how to build mpy-cross.
Damien George
2016-06-29
esp8266: Enable frozen bytecode, with scripts in modules/ subdir.
Damien George
2016-06-26
esp8266/main.c: Clear the command line history when (re)booting.
Robert HH
2016-06-18
all: Rename mp_obj_type_t::stream_p to protocol.
Paul Sokolovsky
2016-06-16
esp8266: Use RTC to set date & time stamps for files.
Robert HH
2016-06-12
esp8266/Makefile: Enable --verify option for esptool.py write_flash.
Paul Sokolovsky
2016-06-12
esp8266: Switch floating-point arith routines to BootROM.
Paul Sokolovsky
2016-06-06
esp8266: Let RTC work correctly after deepsleep.
puuu
2016-06-04
esp8266/modnetwork: Use struct bss_info::ssid_len for ESSID length.
Mark
2016-06-03
esp8266/modpybrtc: Handle RTC overflow.
puuu
2016-06-01
esp8266: Provide a dedicated variable to disable ets_loop_iter.
Damien George
2016-06-01
esp8266/rtc: Set RTC user memory length to 0 on first boot.
Damien George
2016-05-31
esp8266/moduos.c: Add stat() to the module uos of esp8266.
Robert HH
2016-05-31
esp8266: Enable MICROPY_PY_IO_FILEIO to get compliant text/binary streams.
Paul Sokolovsky
2016-05-31
extmod/machine: Add MICROPY_PY_MACHINE_PULSE config for time_pulse_us.
Damien George
2016-05-31
esp8266/modmachine: Add machine.time_pulse_us function.
Damien George
2016-05-30
esp8266/scripts/ntptime: Allow to override NTP server.
Paul Sokolovsky
2016-05-29
esp8266/moduos: Add chdir() and getcwd() functions.
Paul Sokolovsky
2016-05-29
esp8266/uart: Properly initialise UART0 RXD pin in uart_config.
Damien George
2016-05-29
esp8266/modnetwork: Allow to press ctrl-C while scan() is running.
Damien George
2016-05-29
esp8266/modnetwork: Protect scan() callback against memory errors.
Damien George
2016-05-29
esp8266/modnetwork: scan() is only supported by STA when it's enabled.
Damien George
2016-05-27
esp8266/Makefile: Document "disable" value for UART_OS.
Paul Sokolovsky
2016-05-26
esp8266: Add dht.py script for high-level control of DHT11/DHT22 sensor.
Damien George
2016-05-26
esp8266: Enable DHT C-level driver.
Damien George
2016-05-26
extmod/machine_i2c: Redo mp_hal_pin macros to use open_drain and od_low.
Damien George
2016-05-26
esp8266/modmachine: Add disable_irq and enable_irq functions.
Damien George
2016-05-26
esp8266/ets_alt_task: Don't run ets_loop_iter if irqs are disabled.
Damien George
2016-05-26
esp8266/xtirq: Add xtirq.h for controlling xtensa irqs.
Damien George
2016-05-26
esp8266/modpybspi: Configure pins when initialising an SPI object.
Damien George
2016-05-26
esp8266: Add mp_hal_pin_input() and mp_hal_pin_output() functions.
Damien George
2016-05-24
esp8266/esp_mphal: mp_uos_dupterm_deactivate() may raise exception.
Paul Sokolovsky
2016-05-24
esp8266/esp_mphal: Handle Ctrl+C from dupterm (e.g. WebREPL).
Paul Sokolovsky
2016-05-24
esp8266/esp_mphal: Fix NLR buffer leak in call_dupterm_read().
Paul Sokolovsky
2016-05-24
esp8266/scripts/port_diag: Dump network interface IP settings.
Paul Sokolovsky
2016-05-22
esp8266/main: Update _boot module loading for recent frozen modules refactors.
Paul Sokolovsky
2016-05-22
esp8266: Enable collections.OrderedDict.
Paul Sokolovsky
2016-05-20
extmod/moduos_dupterm: Dumpterm subsystem is responsible for closing stream.
Paul Sokolovsky
2016-05-19
esp8266: Add APA102 serial individually controllable LEDs support.
misterdanb
2016-05-19
esp8266/README: Add a very first start section.
Torwag
[next]