Merge branch 'fix/esp_ptr_check_sign_compare' into 'master'

fix(esp_hw_support): Fix different signed comparison in `esp_ptr_in_drom`

Closes IDFGH-10398 and IDFGH-10632

See merge request espressif/esp-idf!24791
pull/11923/head
Mahavir Jain 2023-07-17 12:33:56 +08:00
commit 3466204d18
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -288,7 +288,7 @@ bool esp_ptr_external_ram(const void *p);
*/
__attribute__((always_inline))
inline static bool esp_ptr_in_drom(const void *p) {
uint32_t drom_start_addr = SOC_DROM_LOW;
int32_t drom_start_addr = SOC_DROM_LOW;
#if CONFIG_ESP32S3_DATA_CACHE_16KB
/* For ESP32-S3, when the DCACHE size is set to 16 kB, the unused 48 kB is
* added to the heap in 2 blocks of 32 kB (from 0x3FCF0000) and 16 kB