index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
ports
/
esp32
/
esp32_partition.c
Commit message (
Expand
)
Author
Age
*
esp32: Implement vfs.rom_ioctl with support for external flash.
Damien George
2025-03-06
*
ports: Include py/mphal.h instead of mphalport.h.
Damien George
2024-10-09
*
all: Use new mp_obj_new_str_from_cstr() function.
Jon Foster
2024-07-04
*
all: Remove the "STATIC" macro and just use "static" instead.
Angus Gratton
2024-03-07
*
esp32: Fix Partition.writeblocks() partial write corruption.
Luca Burelli
2023-09-21
*
py/obj: Convert make_new into a mp_obj_type_t slot.
Jim Mussared
2022-09-19
*
all: Remove unnecessary locals_dict cast.
Jim Mussared
2022-09-19
*
all: Make all mp_obj_type_t defs use MP_DEFINE_CONST_OBJ_TYPE.
Jim Mussared
2022-09-19
*
all: Use mp_obj_malloc everywhere it's applicable.
Jim Mussared
2022-05-03
*
esp32/esp32_partition: Add support for specifying block_size.
Damien George
2022-02-22
*
esp32: Improve support for OTA updates.
Thorsten von Eicken
2020-05-03
*
esp32: Consolidate check_esp_err functions and add IDF error string.
Thorsten von Eicken
2020-04-23
*
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-28
*
py: Introduce MP_ROM_NONE macro for ROM to refer to None object.
Damien George
2019-12-27
*
esp32/esp32_partition: Support extended block protocol.
Damien George
2019-11-06
*
extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx.
Damien George
2019-10-29
*
esp32: Add esp32.Partition class to expose partition and OTA funcs.
Damien George
2019-08-20