aboutsummaryrefslogtreecommitdiff
path: root/ports/esp8266
AgeCommit message (Expand)Author
2021-02-09esp8266/modules: Fix fs_corrupted() to use start_sec not START_SEC.Damien George
2021-02-05py/gc: Change include of stdint.h to stddef.h.Damien George
2021-02-04ports: Remove def of MP_PLAT_PRINT_STRN if it's the same as the default.Damien George
2021-02-04py/gc: Don't include mpconfig.h and misc.h in gc.h.Xiang Xiao
2021-01-30esp8266/modules/neopixel.py: Add timing param to NeoPixel constructor.Christopher Tse
2020-11-18esp32,esp8266: Remove "FAT" from warning message in inisetup.py.robert
2020-10-29esp8266/mpconfigport.h: Seed the urandom module on import.robert
2020-10-01extmod/utime_mphal: Add generic utime.time_ns() function.Damien George
2020-10-01ports: Support legacy soft I2C/SPI construction via id=-1 arg.Damien George
2020-10-01ports: Add SoftI2C and SoftSPI to machine module where appropriate.Damien George
2020-10-01extmod/machine_spi: Remove "id" arg in SoftSPI constructor.Damien George
2020-10-01extmod/machine_i2c: Rename type to SoftI2C and add custom print method.Damien George
2020-09-18all: Rename absolute time-based functions to include "epoch".Damien George
2020-09-18ports: Add utime.gmtime() function.Damien George
2020-09-18esp8266: Remove release-specific manifest, disable osdebug by default.Damien George
2020-08-22py/mphal.h: Introduce mp_hal_time_ns and implement on various ports.Damien George
2020-05-27esp8266/esppwm: Fix PWM glitch when setting duty on different channel.Olivier Ortigues
2020-05-14esp8266/boards: Allow configuring btree/FAT/LFS2 support when building.Rafael Römhild
2020-05-08esp8266/uart: Move a few functions from iRAM to iROM.Damien George
2020-05-08esp8266/esp_mphal: Move most functions in esp_mphal.c from iRAM to iROM.Damien George
2020-05-08esp8266/boards: Move py/pairheap.c code from iRAM to iROM.Damien George
2020-05-08esp8266: Clean up Pin intr handler by moving all code to machine_pin.c.Damien George
2020-04-30esp8266/mpconfigport.h: Add definitions for BEGIN/END_ATOMIC_SECTION.Damien George
2020-04-30esp8266/machine_pin: Move pin_intr_handler to iRAM, de-support hard IRQ.Damien George
2020-04-27py/stream: Remove mp_stream_errno and use system errno instead.Damien George
2020-04-23all: Format code to add space after C++-style comment start.stijn
2020-04-23all: Remove commented-out include statements.stijn
2020-04-05ports: Enable error text compression for various ports, but not all.Jim Mussared
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2020-04-04esp8266/makeimg.py: Print out info about RAM segments when building fw.Damien George
2020-04-04esp8266: Change from FAT to littlefs v2 as default filesystem.Damien George
2020-03-28all: Remove spaces inside and around parenthesis.Damien George
2020-03-26esp8266: Enable and freeze uasyncio.Damien George
2020-03-25ports: Add lib/libm/roundf.c to bare-metal Makefile's.Zoltán Vörös
2020-03-25esp8266/modnetwork: Add support for wlan.ifconfig('dhcp').Damien George
2020-03-25all: Remove spaces between nested paren and inside function arg paren.Damien George
2020-03-22esp8266/README.md: Add docker build instructions.Jim Mussared
2020-03-20esp8266/modmachine: Implement machine.soft_reset().Damien George
2020-03-10esp8266/machine_pin: Disable ets_loop_iter during hard IRQ handler.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-02-28all: Add *FORMAT-OFF* in various places.Damien George
2020-02-13py: Add mp_raise_msg_varg helper and use it where appropriate.Damien George
2020-02-07esp8266: Put mp_keyboard_interrupt in IRAM.Damien George
2020-02-07py/scheduler: Add "raise_exc" argument to mp_handle_pending.Damien George
2020-01-31esp8266/modules/ntptime.py: Add comment about configuring NTP host.Damien George
2020-01-14esp8266/modules: Fix AttributeError in _boot.py if flash not formatted.JensDiemer
2019-12-27ports: Allow overriding CROSS_COMPILE in a custom makefile.David Lechner
2019-12-20extmod/webrepl: Move webrepl scripts to common place and use manifest.Jim Mussared
2019-12-12py/persistentcode: Add ability to relocate loaded native code.Damien George
2019-11-11extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports.Damien George