aboutsummaryrefslogtreecommitdiff
path: root/esp8266
AgeCommit message (Expand)Author
2016-10-25esp8266/scripts: Make neopixel/apa102 handle 4bpp LEDs with common code.Radomir Dopieralski
2016-10-25esp8266: Add support for building firmware version for 512K modules.Paul Sokolovsky
2016-10-24esp8266/modesp: Add flash_user_start() function.Paul Sokolovsky
2016-10-23esp8266/etshal.h: Add few more ESP8266 vendor lib prototypes.Paul Sokolovsky
2016-10-22esp8266/Makefile: deploy: Remove deprecated line.Paul Sokolovsky
2016-10-21py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.Damien George
2016-10-21py/py.mk: Automatically add frozen.c to source list if FROZEN_DIR is defined.Paul Sokolovsky
2016-10-20esp8266/modules/webrepl: Enforce only one concurrent WebREPL connection.Paul Sokolovsky
2016-10-19esp8266/main: Mark nlr_jump_fail() as MP_FASTCODE.Paul Sokolovsky
2016-10-19esp8266: Add MP_FASTCODE modifier to put a function to iRAM.Paul Sokolovsky
2016-10-19esp8266/esp8266.ld: Move main.o to iROM.Paul Sokolovsky
2016-10-19esp8266/esp8266.ld: Move modmachine.o to iROM.Paul Sokolovsky
2016-10-19esp8266/esp8266.ld: Move help.o to iROM.Paul Sokolovsky
2016-10-18esp8266/esp_init_data: Auto-initialize system params with vendor SDK 2.0.0.Paul Sokolovsky
2016-10-18esp8266/Makefile: Use latest esptool.py flash size auto-detection.Paul Sokolovsky
2016-10-16esp8266, stmhal, unix: MAKE_FROZEN is consistently defined in mkenv.mk.Paul Sokolovsky
2016-10-14extmod/utime_mphal: Factor out implementations in terms of mp_hal_* for reuse.Paul Sokolovsky
2016-10-14esp8266: Enable micropython.alloc_emergency_exception_buf().Damien George
2016-10-12esp8266: Enable importing of precompiled .mpy files.Damien George
2016-10-12esp8266: Enable sys.{stdin,stdout,stderr}.buffer for raw serial access.Damien George
2016-10-11esp8266/mpconfigport: Enable MICROPY_PY_BUILTINS_SLICE_ATTRSRadomir Dopieralski
2016-10-09esp8266: Make neopixel support configurable.Paul Sokolovsky
2016-10-07esp8266: Use mp_raise_OSError helper function.Damien George
2016-10-07esp8266: Add FLASH_MODE,FLASH_SIZE options for make deploy target.dmanso
2016-10-06esp8266: Make PY_UHASHLIB_SHA1 config depend on PY_USSL and SSL_AXTLS.Damien George
2016-10-05esp8266/modpybrtc.c: Implement machine.RTC.alarm_left()puuu
2016-10-05esp8266/main: Put /lib before / in sys.path.Paul Sokolovsky
2016-10-04esp8266/modmachine: idle(): Return number of CPU cycles spent idling.Paul Sokolovsky
2016-10-04extmod/machine_spi: Use delay_half, not baudrate, for internal timing.Damien George
2016-10-03esp8266/moduos: Move stat/statvfs funcs to sit within #if VFS guard.Damien George
2016-10-03extmod/machine_spi: Factor out software SPI code from esp8266 to extmod.Damien George
2016-10-03extmod/machine_spi: Simplify SPI xfer function to only take one buf len.Damien George
2016-09-29lib/interrupt_char: Factor out typical Ctrl+C handling from esp8266 port.Paul Sokolovsky
2016-09-27esp8266: Add uos.statvfs() to get filesystem status.Alex March
2016-09-22all: Remove 'name' member from mp_obj_module_t struct.Damien George
2016-09-20esp8266: Extend system microsecond counter to 64-bits; use in ticks_ms.Damien George
2016-09-19esp8266/esp_mphal: Add tentative change to mp_hal_stdin_rx_chr() to wait IRQ.Paul Sokolovsky
2016-09-18esp8266/ets_alt_task: ets_post: Should return 0 on success, !0 - failure.Paul Sokolovsky
2016-09-17py: Move frozen modules rules from esp8266 port for reuse across ports.Paul Sokolovsky
2016-09-17esp8266/Makefile: Rename SCRIPTDIR to FROZEN_DIR for consistency.Paul Sokolovsky
2016-09-08stmhal,cc3200,esp8266: Consistently use PWRON_RESET constant.Damien George
2016-09-07esp8266/modmachine: Map PWR_ON_RESET to vendor's REASON_DEFAULT_RST.Paul Sokolovsky
2016-09-06esp8266/modnetwork: Fix wlan.scan() method so it returns all networks.Damien George
2016-09-06esp8266/espneopixel: Disable IRQs during eps.neopixel_write.Torsten Wagner
2016-09-05unix,stmhal,esp8266: When find'ing frozen files follow symbolic links.Damien George
2016-09-05py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled.Delio Brignoli
2016-09-04esp8266/modmachine: Simplify SPI class implementation multiplexing.Paul Sokolovsky
2016-09-04esp8266/modmachine: Don't expose internal SoftSPI and HSPI classes.Paul Sokolovsky
2016-09-04esp8266/modmachine: Add WDT_RESET and SOFT_RESET constants.Paul Sokolovsky
2016-09-03esp8266/modmachinewdt: Add .deinit() method.Paul Sokolovsky