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

- Closes https://github.com/espressif/esp-idf/pull/12720
pull/13426/head
Laukik Hase 2023-12-11 10:21:27 +05:30
rodzic 2026c783ed
commit 77a7eb217a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: D6F3208C06086AC8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -127,7 +127,7 @@ inline static bool IRAM_ATTR esp_ptr_in_iram(const void *p) {
}
inline static bool IRAM_ATTR 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