esp-idf/components/esp_rom/patches
Guillaume Souchere 93d4b0b38c fix(heap): Patch tlsf_check_pool in ROM heap
The integrity_walker now calls the integrity check hook to control
free AND used blocks of memory in the TLSF pool. This integrity walker
function is called from tlsf_check_pool.

This commit creates a patch of integrity_walker function to update the
outdated implementation in the ROM.
2023-11-01 09:47:41 +01:00
..
esp_rom_cache_esp32s2_esp32s3.c fix(rom_cache): use assembly to implement api cache_writeback_items_freeze 2023-07-20 10:47:17 +08:00
esp_rom_cache_writeback_esp32s3.S fix(rom_cache): use assembly to implement api cache_writeback_items_freeze 2023-07-20 10:47:17 +08:00
esp_rom_crc.c esp_rom: extract common CRC apis into esp_rom_crc.h 2020-06-23 16:40:14 +08:00
esp_rom_efuse.c system/sleep: further fix spi flash/ram current leakage 2022-07-21 19:14:26 +08:00
esp_rom_hp_regi2c_esp32c6.c fix(esp_rom): fix esp32c6, esp32h2 hp_regi2c ops data conflict with phy ops 2023-08-22 11:00:00 +08:00
esp_rom_longjmp.S [esp_rom]: fixed S3 longjmp patch 2021-06-18 15:47:41 +08:00
esp_rom_regi2c_esp32h2.c fix(esp_rom): fix esp32c6, esp32h2 hp_regi2c ops data conflict with phy ops 2023-08-22 11:00:00 +08:00
esp_rom_regi2c_esp32s2.c esp_rom: put regi2c override apis to IRAM 2022-11-17 19:12:02 +08:00
esp_rom_spiflash.c fix(ota): Fixed OTA fail on octal flash with 32MB memory, 2023-10-13 12:01:26 +08:00
esp_rom_sys.c esp_rom: add common ROM API to update CPU tick rate 2023-04-19 13:21:26 +08:00
esp_rom_systimer.c feat(esp_timer): Support systimer for ESP32P4 2023-09-13 19:13:38 +08:00
esp_rom_tlsf.c fix(heap): Patch tlsf_check_pool in ROM heap 2023-11-01 09:47:41 +01:00
esp_rom_uart.c feat(uart): add LP-UART GPIO support 2023-10-08 10:10:02 +08:00
esp_rom_wdt.c Merge branch 'feature/h2_wdt' into 'master' 2023-02-24 13:48:20 +08:00