aboutsummaryrefslogtreecommitdiff
path: root/ports/esp8266
AgeCommit message (Expand)Author
2018-07-03esp8266: Let machine.WDT trigger the software WDT if obj is not fed.Damien George
2018-07-03esp8266/modesp: Run ets_loop_iter before/after doing flash erase/write.Damien George
2018-07-02ports: Enable ure.sub() on stm32, esp8266 (not 512k) and esp32.Damien George
2018-06-28esp8266/esp8266_common.ld: Put mp_keyboard_interrupt in iRAM.Damien George
2018-06-27esp8266/mpconfigport.h: Enable ucryptolib module for standard build.Damien George
2018-06-12ports: Enable IOBase on unix, stm32, esp8266 and esp32.Damien George
2018-06-12ports: Call gc_sweep_all() when doing a soft reset.Damien George
2018-06-08ports: Enable descriptors on stm32, esp8266, esp32 ports.Damien George
2018-06-06extmod/vfs_fat: Rename FileIO/TextIO types to mp_type_vfs_fat_XXX.Damien George
2018-06-05esp8266/modules/ntptime.py: Remove print of newly-set time.Damien George
2018-05-22ports: Enable MICROPY_PY_BUILTINS_ROUND_INT on selected ports.Damien George
2018-05-21esp8266: Change UART(0) to attach to REPL via uos.dupterm interface.Damien George
2018-05-17esp8266/modmachine: Allow I2C and SPI to be configured out of the build.Damien George
2018-05-17esp8266/modnetwork: Raise ValueError when getting invalid WLAN id.Damien George
2018-05-17esp8266/modnetwork: Return empty str for hostname if STA is inactive.Damien George
2018-05-17esp8266/mpconfigport.h: Add some weak links to common Python modules.Damien George
2018-05-02esp8266: Disable DEBUG_PRINTERS for 512k build.Damien George
2018-05-01esp8266/modnetwork: Allow to get ESSID of AP that STA is connected to.Lars Kellogg-Stedman
2018-03-12esp8266/esp_mphal.h: Fix I2C glitching by using input mode for od_high.Damien George
2018-03-10drivers/bus: Pull out software SPI implementation to dedicated driver.Damien George
2018-03-05esp8266/esppwm: Always start timer to avoid glitch from full to nonfull.Olivier Ortigues
2018-02-26esp8266/modnetwork: Implement WLAN.status('rssi') for STA interface.Damien George
2018-02-26esp8266/uart: Allow to compile with event-driven REPL.Damien George
2018-02-21ports: Enable ucollections.deque on relevant ports.Damien George
2018-02-15esp8266/README.md: Update build instruction to reflect new ports dir.Olivier Ortigues
2018-02-15esp8266/esppwm: Clip negative duty numbers to 0.Olivier Ortigues
2018-01-31esp8266/modules: Move dht.py driver to drivers/dht directory.Damien George
2017-12-22esp8266/Makefile: Remove commented-out unused lines.Damien George
2017-12-14esp8266/machine_hspi: After an SPI write wait for last byte to transfer.Damien George
2017-12-04esp8266/modnetwork: Make sure to intern string passed to .config("param").Paul Sokolovsky
2017-11-30esp8266/modules/webrepl_setup: Fix first-time enable of WebREPL.Damien George
2017-11-16py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.Damien George
2017-11-14esp8266/esp8266_common.ld: Put .text of more libs into .irom0.text .Paul Sokolovsky
2017-11-12esp8266/README: Add section on using upip.Paul Sokolovsky
2017-11-12esp8266/README: Emphasize the need to change default WiFi password.Paul Sokolovsky
2017-11-08py/mpconfig: Introduce reusable MP_HTOBE32(), etc. macros.Paul Sokolovsky
2017-11-05esp8266/etshal.h: Make function prototypes compatible with ESP SDK 2.1.0+.Paul Sokolovsky
2017-10-24all: Use NULL instead of "" when calling mp_raise exception helpers.Damien George
2017-10-13extmod/uos_dupterm: Update uos.dupterm() and helper funcs to have index.Damien George
2017-10-11esp8266/modules/webrepl_setup: Add info about allowed password length.Vitor Massaru Iha
2017-10-09esp8266/modnetwork: Add "bssid" keyword arg to WLAN.connect() method.Damien George
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-10-03esp8266/esp_mphal: Send data in chunks to mp_uos_dupterm_tx_strn.Damien George
2017-09-12py/builtinhelp: Change signature of help text var from pointer to array.Damien George
2017-09-10esp8266: Set DEFPSIZE=1024, MINCACHE=3 for "btree" module.Paul Sokolovsky
2017-09-10esp8266/posix_helpers: Set ENOMEM on memory alloc failure.Paul Sokolovsky
2017-09-10esp8266: Rename axtls_helpers.c to posix_helpers.c.Paul Sokolovsky
2017-09-06all: Update Makefiles and others to build with new ports/ dir layout.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George