aboutsummaryrefslogtreecommitdiff
path: root/esp8266
AgeCommit message (Expand)Author
2017-06-16shared-bindings: Move enum-like classes out of DigitalInOut into digitalio.Scott Shawcroft
2017-05-25Change the approach for input so that its not included in every single build....Scott Shawcroft
2017-05-25atmel-samd: Add input support. Fixes #143Scott Shawcroft
2017-04-20Switch to a shared piece of code to compute start and length of aScott Shawcroft
2017-04-18esp8266: Fix busio.SPI to take both MOSI and MISO.Scott Shawcroft
2017-04-13esp8266: Don't reset TX and RX lines. The pullup is required forScott Shawcroft
2017-04-12atmel-samd: Rework status LED implementationScott Shawcroft
2017-04-10Split up nativeio.0.9.4Scott Shawcroft
2017-03-28esp8266: Change nativeio.I2C to use bitbangio under the hood rather than thro...Scott Shawcroft
2017-03-25Add low-level OneWire support class.Scott Shawcroft
2017-03-24Add PulseIn support which can be used to measure a series of pulse widths.0.9.2Scott Shawcroft
2017-03-10Add PulseOut which can pulse a PWMOut for IR remote transmission.Scott Shawcroft
2017-03-10esp8266: Turn off framebuf to get space.Scott Shawcroft
2017-02-24Make the build quieter by default.Scott Shawcroft
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