summaryrefslogtreecommitdiff
path: root/ports/esp32/esp32_partition.c
AgeCommit message (Expand)Author
2025-03-06esp32: Implement vfs.rom_ioctl with support for external flash.Damien George
2024-10-09ports: Include py/mphal.h instead of mphalport.h.Damien George
2024-07-04all: Use new mp_obj_new_str_from_cstr() function.Jon Foster
2024-03-07all: Remove the "STATIC" macro and just use "static" instead.Angus Gratton
2023-09-21esp32: Fix Partition.writeblocks() partial write corruption.Luca Burelli
2022-09-19py/obj: Convert make_new into a mp_obj_type_t slot.Jim Mussared
2022-09-19all: Remove unnecessary locals_dict cast.Jim Mussared
2022-09-19all: Make all mp_obj_type_t defs use MP_DEFINE_CONST_OBJ_TYPE.Jim Mussared
2022-05-03all: Use mp_obj_malloc everywhere it's applicable.Jim Mussared
2022-02-22esp32/esp32_partition: Add support for specifying block_size.Damien George
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