summaryrefslogtreecommitdiffstatshomepage
path: root/ports/esp32/esp32_partition.c
Commit message (Expand)AuthorAge
* esp32: Implement vfs.rom_ioctl with support for external flash.Damien George2025-03-06
* ports: Include py/mphal.h instead of mphalport.h.Damien George2024-10-09
* all: Use new mp_obj_new_str_from_cstr() function.Jon Foster2024-07-04
* all: Remove the "STATIC" macro and just use "static" instead.Angus Gratton2024-03-07
* esp32: Fix Partition.writeblocks() partial write corruption.Luca Burelli2023-09-21
* py/obj: Convert make_new into a mp_obj_type_t slot.Jim Mussared2022-09-19
* all: Remove unnecessary locals_dict cast.Jim Mussared2022-09-19
* all: Make all mp_obj_type_t defs use MP_DEFINE_CONST_OBJ_TYPE.Jim Mussared2022-09-19
* all: Use mp_obj_malloc everywhere it's applicable.Jim Mussared2022-05-03
* esp32/esp32_partition: Add support for specifying block_size.Damien George2022-02-22
* esp32: Improve support for OTA updates.Thorsten von Eicken2020-05-03
* esp32: Consolidate check_esp_err functions and add IDF error string.Thorsten von Eicken2020-04-23
* all: Reformat C and Python source code with tools/codeformat.py.Damien George2020-02-28
* py: Introduce MP_ROM_NONE macro for ROM to refer to None object.Damien George2019-12-27
* esp32/esp32_partition: Support extended block protocol.Damien George2019-11-06
* extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx.Damien George2019-10-29
* esp32: Add esp32.Partition class to expose partition and OTA funcs.Damien George2019-08-20