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