157 Commits (0613d3e3561a82fffa36594647ef916b19bc912b)

Author SHA1 Message Date
Damien George 9e2dd93145 esp8266/ets_alt_task: Process idle callback if no other events occurred. 6 years ago
Damien George 51482ba925 README: Remove references to "make axtls", it's no longer needed. 6 years ago
Damien George 746dbf78d3 py/py.mk: When building axtls use -Wno-all to prevent all warnings. 6 years ago
Damien George bbccb0f630 esp8266: Remove scanning of GC pointers in native code block. 6 years ago
Damien George 5cd2c7f2e7 esp8266/main: Increase heap by 2kb, now that axtls rodata is in ROM. 6 years ago
Damien George eed83caf1d esp8266/Makefile: Remove build of libaxtls.a and add back tuned config. 6 years ago
Damien George da2d2b6d88 py/mpconfig.h: Introduce MICROPY_DEBUG_PRINTER for debugging output. 6 years ago
Nicko van Someren c3c914f4dd esp8266,esp32: Implement high-res timers using new tick_hz argument. 6 years ago
Damien George bccf9d3dcf esp8266: Let machine.WDT trigger the software WDT if obj is not fed. 6 years ago
Damien George b6e5f82ba5 esp8266/modesp: Run ets_loop_iter before/after doing flash erase/write. 6 years ago
Damien George 8f86fbfd6c ports: Enable ure.sub() on stm32, esp8266 (not 512k) and esp32. 6 years ago
Damien George d800ed1877 esp8266/esp8266_common.ld: Put mp_keyboard_interrupt in iRAM. 6 years ago
Damien George bc6c56d75d esp8266/mpconfigport.h: Enable ucryptolib module for standard build. 6 years ago
Damien George 565f590586 ports: Enable IOBase on unix, stm32, esp8266 and esp32. 7 years ago
Damien George b2fa1b50ed ports: Call gc_sweep_all() when doing a soft reset. 7 years ago
Damien George 93150a0d40 ports: Enable descriptors on stm32, esp8266, esp32 ports. 7 years ago
Damien George f35aae366c extmod/vfs_fat: Rename FileIO/TextIO types to mp_type_vfs_fat_XXX. 7 years ago
Damien George aace60a75e esp8266/modules/ntptime.py: Remove print of newly-set time. 7 years ago
Damien George 20b4b85f72 ports: Enable MICROPY_PY_BUILTINS_ROUND_INT on selected ports. 7 years ago
Damien George afd0701bf7 esp8266: Change UART(0) to attach to REPL via uos.dupterm interface. 7 years ago
Damien George 58331e3c28 esp8266/modmachine: Allow I2C and SPI to be configured out of the build. 7 years ago
Damien George dd13065843 esp8266/modnetwork: Raise ValueError when getting invalid WLAN id. 7 years ago
Damien George f8a5cd24d8 esp8266/modnetwork: Return empty str for hostname if STA is inactive. 7 years ago
Damien George 94a79f340d esp8266/mpconfigport.h: Add some weak links to common Python modules. 7 years ago
Damien George 6410e174c5 esp8266: Disable DEBUG_PRINTERS for 512k build. 7 years ago
Lars Kellogg-Stedman d8fdb77ac9 esp8266/modnetwork: Allow to get ESSID of AP that STA is connected to. 7 years ago
Damien George 033c32e694 esp8266/esp_mphal.h: Fix I2C glitching by using input mode for od_high. 7 years ago
Damien George 58ebeca6a9 drivers/bus: Pull out software SPI implementation to dedicated driver. 7 years ago
Olivier Ortigues b691aa0aae esp8266/esppwm: Always start timer to avoid glitch from full to nonfull. 7 years ago
Damien George c5fe610ba1 esp8266/modnetwork: Implement WLAN.status('rssi') for STA interface. 7 years ago
Damien George 01dcd5bb71 esp8266/uart: Allow to compile with event-driven REPL. 7 years ago
Damien George 82828340a0 ports: Enable ucollections.deque on relevant ports. 7 years ago
Olivier Ortigues 359d2bdf84 esp8266/README.md: Update build instruction to reflect new ports dir. 7 years ago
Olivier Ortigues 5c83d05b49 esp8266/esppwm: Clip negative duty numbers to 0. 7 years ago
Damien George a40ce1d829 esp8266/modules: Move dht.py driver to drivers/dht directory. 7 years ago
Damien George 9bcdb0acd1 esp8266/Makefile: Remove commented-out unused lines. 7 years ago
Damien George badaf3ecfe esp8266/machine_hspi: After an SPI write wait for last byte to transfer. 7 years ago
Paul Sokolovsky 3a431fba50 esp8266/modnetwork: Make sure to intern string passed to .config("param"). 7 years ago
Damien George 4e056d82cc esp8266/modules/webrepl_setup: Fix first-time enable of WebREPL. 7 years ago
Damien George 4601759bf5 py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str. 7 years ago
Paul Sokolovsky 964bf935a3 esp8266/esp8266_common.ld: Put .text of more libs into .irom0.text . 7 years ago
Paul Sokolovsky 0535d03370 esp8266/README: Add section on using upip. 7 years ago
Paul Sokolovsky 9c209e4d09 esp8266/README: Emphasize the need to change default WiFi password. 7 years ago
Paul Sokolovsky 1b146e9de9 py/mpconfig: Introduce reusable MP_HTOBE32(), etc. macros. 7 years ago
Paul Sokolovsky e766a4af4a esp8266/etshal.h: Make function prototypes compatible with ESP SDK 2.1.0+. 7 years ago
Damien George f4059dcc0c all: Use NULL instead of "" when calling mp_raise exception helpers. 7 years ago
Damien George 37282f8fc1 extmod/uos_dupterm: Update uos.dupterm() and helper funcs to have index. 7 years ago
Vitor Massaru Iha 1b7d6a7951 esp8266/modules/webrepl_setup: Add info about allowed password length. 7 years ago
Damien George 6db132e130 esp8266/modnetwork: Add "bssid" keyword arg to WLAN.connect() method. 7 years ago
Damien George a3dc1b1957 all: Remove inclusion of internal py header files. 7 years ago