99 Commits (26f00ff154e68f623bd312a78f92051fea2f6d4e)

Author SHA1 Message Date
Paul Sokolovsky b0f23786da esp8266/Makefile: Put firmware-ota.bin in build/, for consistency. 8 years ago
Paul Sokolovsky f5750e88c5 esp8266/Makefile: Produce OTA firmware as firmware-ota.bin. 8 years ago
Paul Sokolovsky 9af73bda33 esp8266: Force relinking OTA firmware image if built after normal one. 8 years ago
Mike Causer 87e426c7c7 esp8266: Add "erase" target to Makefile, to erase entire flash. 8 years ago
Paul Sokolovsky ee7ad7e8be esp8266: Add "ota" target to produce firmware binary for use with yaota8266. 8 years ago
Damien George ad166857bc esp8266: Refactor to use extmod implementation of software SPI class. 8 years ago
Damien George bdf33bc136 py: Move frozen bytecode Makefile rules from ports to common mk files. 8 years ago
Paul Sokolovsky 8bc3fc20fe esp8266: Rename "machine" module implementation to use contemporary naming. 8 years ago
Paul Sokolovsky 2550d7dfd2 esp8266: Add support for building firmware version for 512K modules. 8 years ago
Paul Sokolovsky 1b76614d41 esp8266/Makefile: deploy: Remove deprecated line. 8 years ago
Paul Sokolovsky b440307b4a py/py.mk: Automatically add frozen.c to source list if FROZEN_DIR is defined. 8 years ago
Paul Sokolovsky 20d0271863 esp8266/esp_init_data: Auto-initialize system params with vendor SDK 2.0.0. 8 years ago
Paul Sokolovsky 4d45f286eb esp8266/Makefile: Use latest esptool.py flash size auto-detection. 8 years ago
Paul Sokolovsky 799ccdc789 esp8266, stmhal, unix: MAKE_FROZEN is consistently defined in mkenv.mk. 8 years ago
dmanso 0363e1d7b5 esp8266: Add FLASH_MODE,FLASH_SIZE options for make deploy target. 8 years ago
Paul Sokolovsky 6ab2c5e6cc lib/interrupt_char: Factor out typical Ctrl+C handling from esp8266 port. 8 years ago
Paul Sokolovsky f28efa1971 py: Move frozen modules rules from esp8266 port for reuse across ports. 8 years ago
Paul Sokolovsky 8ae885a0c6 esp8266/Makefile: Rename SCRIPTDIR to FROZEN_DIR for consistency. 8 years ago
Damien George 9526e24234 unix,stmhal,esp8266: When find'ing frozen files follow symbolic links. 8 years ago
Delio Brignoli e2ac8bb3f1 py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled. 8 years ago
Paul Sokolovsky dba40afa70 esp8266/modmachine: Simplify SPI class implementation multiplexing. 8 years ago
Damien George 9c04ef2a67 unix,stmhal,esp8266: When find'ing frozen files don't use extra slash. 8 years ago
Paul Sokolovsky 263aaa7030 esp8266/modmachinewdt: Implement machine.WDT class. 8 years ago
Radomir Dopieralski d076fae219 esp8266/modmachinespi: Add a factory method for SoftSPI/HSPI 8 years ago
Radomir Dopieralski 8e7dfea803 esp8266/modpybhspi: Add a HSPI module for hardware SPI support 9 years ago
Paul Sokolovsky 4d22ade102 esp8266: Enable btree module. 8 years ago
Paul Sokolovsky 6aa7c805cc esp8266: Cache Xtensa-built libaxtls.a in local build dir. 8 years ago
Paul Sokolovsky be313ea215 esp8266: Select axTLS for SSL implementation, following recent refactor. 8 years ago
Damien George db80c0ed46 esp8266: Enable frozen bytecode, with scripts in modules/ subdir. 9 years ago
Paul Sokolovsky 236838a9fc esp8266/Makefile: Enable --verify option for esptool.py write_flash. 9 years ago
Paul Sokolovsky 74e6c0337d esp8266/Makefile: Document "disable" value for UART_OS. 9 years ago
Damien George 45f3416816 esp8266: Enable DHT C-level driver. 9 years ago
misterdanb a0a08b4be1 esp8266: Add APA102 serial individually controllable LEDs support. 9 years ago
Paul Sokolovsky 26fd0ac571 esp8266/Makefile: Be sure to pass cross-compiling AR when building axtls. 9 years ago
Paul Sokolovsky b639ce27c7 esp8266/help: Implement help() builtin. 9 years ago
Paul Sokolovsky 978a429aaa esp8266: Set suitable values for axtls's RT_MAX_PLAIN_LENGTH & RT_EXTRA. 9 years ago
Damien George a6aa35af09 esp8266: Move pyb.info() function to esp module and remove pyb module. 9 years ago
Paul Sokolovsky 0785040593 esp8266/Makefile: Enable "ussl" module. 9 years ago
Paul Sokolovsky 941ddfe559 esp8266/Makefile: Support linking with axTLS built from source. 9 years ago
Paul Sokolovsky dc2c8f0b1a esp8266/axtls_helpers: Helper/wrapper functions for axTLS. 9 years ago
Paul Sokolovsky 648333d2d5 esp8266/Makefile: Override abort() when building axtls. 9 years ago
Paul Sokolovsky 6149ce01f8 esp8266/Makefile: Add target to build axTLS. 9 years ago
Paul Sokolovsky 6d103b6548 py: Move call_function_*_protected() functions to py/ for reuse. 9 years ago
Damien George 73ccb3fc5b esp8266: Adapt port to use new auto-qstr generation. 9 years ago
Paul Sokolovsky 4f811d0e4c esp8266: Enable input() builtin. 9 years ago
Damien George df3b1741b6 esp8266: Separate 1-wire timing funcs from Python module to save iRAM. 9 years ago
Damien George 674bf1bc81 esp8266: Add hard IRQ callbacks for pin change on GPIO0-15. 9 years ago
Damien George a525493e40 esp8266: Switch from using custom I2C driver to generic extmod one. 9 years ago
Damien George 1a0a323ca8 esp8266: Add initial implementation of machine.UART. 9 years ago
Paul Sokolovsky 919b70b7ec esp8266: Switch back to flashing combined firmware (single file). 9 years ago