summaryrefslogtreecommitdiff
path: root/ports/esp32/esp32_partition.c
AgeCommit message (Expand)Author
2020-05-03esp32: Improve support for OTA updates.Thorsten von Eicken
2020-04-23esp32: Consolidate check_esp_err functions and add IDF error string.Thorsten von Eicken
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-12-27py: Introduce MP_ROM_NONE macro for ROM to refer to None object.Damien George
2019-11-06esp32/esp32_partition: Support extended block protocol.Damien George
2019-10-29extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx.Damien George
2019-08-20esp32: Add esp32.Partition class to expose partition and OTA funcs.Damien George