aboutsummaryrefslogtreecommitdiff
path: root/esp8266
AgeCommit message (Expand)Author
2017-02-22ESP8266: Stop supporting 400khz neopixels through old esp module API.0.9.0Scott Shawcroft
2017-02-21ESP8266: Add reset note to webrepl init.Scott Shawcroft
2017-02-19Save space by only supporting 800khz neopixels.Scott Shawcroft
2017-02-19Two I2C fixes:Scott Shawcroft
2017-02-19Switch enum-like attributes to all caps and add print support for them. Make ...Scott Shawcroft
2017-02-19esp8266: Allow for MOSI or MISO only SPI. Fixes #65Scott Shawcroft
2017-02-15ESP8266: Make sure SPI write finishes before returning.Scott Shawcroft
2017-02-15ESP8266: Rework the execution flow to match the SAMD21.Scott Shawcroft
2017-02-10SPI tweaks for SD Cards:Scott Shawcroft
2017-01-30Add frequency changing support to PWMOut.Scott Shawcroft
2017-01-10Merge tag 'v1.8.7'Scott Shawcroft
2017-01-06esp8266/modules/flashbdev: Change RESERVED_SECS to 0.Damien George
2017-01-06esp8266/modules/flashbdev: Remove now-unused function set_bl_flash_size.Damien George
2017-01-05esp8266/modules/flashbdev: Remove code to patch bootloader flash size.Paul Sokolovsky
2017-01-04all: Consistently update signatures of .make_new and .call methods.Paul Sokolovsky
2017-01-04esp8266/modules/flashbdev: Add RESERVED_SECS before the filesystem.Damien George
2017-01-04esp8266/Makefile: Put firmware-ota.bin in build/, for consistency.Paul Sokolovsky
2017-01-03esp8266: Support data descriptors because its heavily used by the Register li...Scott Shawcroft
2017-01-03esp8266/modesp: Fix a typo, print -> printf.TheSpooler
2017-01-03esp8266/modesp: Make check_fw() work with OTA firmware.Paul Sokolovsky
2017-01-02esp8266/Makefile: Produce OTA firmware as firmware-ota.bin.Paul Sokolovsky
2017-01-02esp8266/scripts/inisetup: Dump FS starting sector/size on error.Paul Sokolovsky
2016-12-23stmhal, esp8266: Enable utimeq module.Paul Sokolovsky
2016-12-20esp8266: Force relinking OTA firmware image if built after normal one.Paul Sokolovsky
2016-12-20esp8266/modesp: flash_user_start(): Support configuration with yaota8266.Paul Sokolovsky
2016-12-19esp8266: Add limited (untested) UART support.Scott Shawcroft
2016-12-20esp8266: When doing GC be sure to trace the memory holding native code.Damien George
2016-12-15esp8266: Add "erase" target to Makefile, to erase entire flash.Mike Causer
2016-12-15esp8266: Use core-provided keyboard exception object.Damien George
2016-12-14esp8266: Add "ota" target to produce firmware binary for use with yaota8266.Paul Sokolovsky
2016-12-14py/runtime: Zero out fs_user_mount array in mp_init.Damien George
2016-12-13Fix up Analog classes: unify them at 16 bits and adds reference_voltage memberScott Shawcroft
2016-12-12esp8266: Fix pyexec calls.Scott Shawcroft
2016-12-12atmel-samd: Basic capacitive touch button support.Scott Shawcroft
2016-12-09esp8266: Enable inline Xtensa assembler.Damien George
2016-12-09esp8266: Enable native emitter for Xtensa arch.Damien George
2016-12-08esp8266/mpconfigport_512k: Disable framebuf module for 512k build.Damien George
2016-12-08esp8266: Refactor to use extmod implementation of software SPI class.Damien George
2016-12-08extmod/machine_spi: Provide reusable software SPI class.Damien George
2016-12-07atmel-samd & esp8266: Make sure pins are not already in use.Scott Shawcroft
2016-12-05esp8266: Move websocket_helper.py from scripts to modules for frozen BC.puuu
2016-12-02Add try_lock and unlock to I2C and SPI classes to make sure thingsScott Shawcroft
2016-12-02esp8266: Enable uselect module.Damien George
2016-11-28esp8266: Make work with python 3 as default python impl.Scott Shawcroft
2016-11-21This introduces an alternative hardware API called nativeio structured around...Scott Shawcroft
2016-11-16py/lexer: Make lexer use an mp_reader as its source.Damien George
2016-11-16py/lexer: Provide generic mp_lexer_new_from_file based on mp_reader.Damien George
2016-11-16py: Factor out persistent-code reader into separate files.Damien George
2016-11-16py: Factor persistent code load/save funcs into persistentcode.[ch].Damien George
2016-11-14all: Remove readall() method, which is equivalent to read() w/o args.Paul Sokolovsky