summaryrefslogtreecommitdiff
path: root/esp8266/Makefile
AgeCommit message (Expand)Author
2018-02-23Remove obsolete periphal drivers in esp moduleDan Halbert
2017-12-05Introduce reset mechanics to microcontroller.Scott Shawcroft
2017-10-03Do not allow a *io object to be used after deinit().Dan Halbert
2017-08-31Add microcontroller.cpu.temperature, for use as a simple sensor on minimal bo...Dan Halbert
2017-08-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...Dan Halbert
2017-08-11all: Make use of $(TOP) variable in Makefiles, instead of "..".Damien George
2017-08-11minimal,esp8266,pic16bit: Remove unused stmhal include from Makefile.Damien George
2017-08-07esp8266: Introduce `multiterminal` module for managing a secondaryScott Shawcroft
2017-06-28shared-bindings: Introduce storage.remount() so you can set root asScott Shawcroft
2017-06-27Introduce a random module that is a subset of CPython's random. ItScott Shawcroft
2017-06-27Split uos module into os and storage.Scott Shawcroft
2017-06-22extmod: Move modonewire.c from esp8266 to extmod directory.Damien George
2017-06-22esp8266/modonewire: Move low-level 1-wire bus code to modonewire.c.Damien George
2017-06-20Merge tag 'v1.9.1'2.0.0-alpha.0Scott Shawcroft
2017-06-20esp8266/Makefile: Add LIB_SRC_C variable to qstr auto-extraction list.Damien George
2017-06-16shared-bindings: Move enum-like classes out of DigitalInOut into digitalio.Scott Shawcroft
2017-06-15stmhal: Move pybstdio.c to lib/utils/sys_stdio_mphal.c for common use.Damien George
2017-06-15esp8266/Makefile: Allow FROZEN_DIR,FROZEN_MPY_DIR to be overridden.Damien George
2017-06-14esp8266/Makefile: Bump axTLS TLS record buffer size to 5K.Paul Sokolovsky
2017-06-10esp8266/Makefile: Add clean-modules target.Paul Sokolovsky
2017-06-08esp8266/Makefile: replace references to make with $(MAKE)Tamas TEVESZ
2017-06-01ports: Convert from using stmhal's input() to core provided version.Damien George
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-10Split up nativeio.0.9.4Scott Shawcroft
2017-03-31all: Use full path name when including mp-readline/timeutils/netutils.Damien George
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-24py/modbuiltins: For round() builtin use nearbyint instead of round.Damien George
2017-03-23all/Makefile: Remove -ansi from GCC flags, its ignored anyway.Krzysztof Blazewicz
2017-03-10Add PulseOut which can pulse a PWMOut for IR remote transmission.Scott Shawcroft
2017-02-24Make the build quieter by default.Scott Shawcroft
2017-02-19Switch enum-like attributes to all caps and add print support for them. Make ...Scott Shawcroft
2017-01-27esp8266: Switch to use OO version of FatFs library.Damien George
2017-01-22esp8266: Convert to use builtin help function.Damien George
2017-01-10Merge tag 'v1.8.7'Scott Shawcroft
2017-01-04esp8266/Makefile: Put firmware-ota.bin in build/, for consistency.Paul Sokolovsky
2017-01-02esp8266/Makefile: Produce OTA firmware as firmware-ota.bin.Paul Sokolovsky
2016-12-20esp8266: Force relinking OTA firmware image if built after normal one.Paul Sokolovsky
2016-12-19esp8266: Add limited (untested) UART support.Scott Shawcroft
2016-12-15esp8266: Add "erase" target to Makefile, to erase entire flash.Mike Causer
2016-12-14esp8266: Add "ota" target to produce firmware binary for use with yaota8266.Paul Sokolovsky
2016-12-12atmel-samd: Basic capacitive touch button support.Scott Shawcroft
2016-12-08esp8266: Refactor to use extmod implementation of software SPI class.Damien George
2016-12-02Add try_lock and unlock to I2C and SPI classes to make sure thingsScott Shawcroft
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-08py: Move frozen bytecode Makefile rules from ports to common mk files.Damien George