mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-09 22:21:10 +00:00
fix(rom): fixed esprv_int_set_threshold on C5
This commit is contained in:
@@ -82,3 +82,7 @@ config ESP_ROM_HAS_VERSION
|
||||
config ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB
|
||||
bool
|
||||
default y
|
||||
|
||||
config ESP_ROM_CLIC_INT_THRESH_PATCH
|
||||
bool
|
||||
default y
|
||||
|
@@ -28,3 +28,4 @@
|
||||
#define ESP_ROM_RAM_APP_NEEDS_MMU_INIT (1) // ROM doesn't init cache MMU when it's a RAM APP, needs MMU hal to init
|
||||
#define ESP_ROM_HAS_VERSION (1) // ROM has version/eco information
|
||||
#define ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB (1) // ROM supports the HP core to jump to the RTC memory to execute stub code after waking up from deepsleep.
|
||||
#define ESP_ROM_CLIC_INT_THRESH_PATCH (1) // ROM version of esprv_intc_int_set_threshold incorrectly assumes lowest MINTTHRESH is 0x1F, should be 0xF
|
||||
|
@@ -276,7 +276,6 @@ gpio_pad_hold = 0x40000740;
|
||||
|
||||
/* Functions */
|
||||
esprv_intc_int_set_priority = 0x40000744;
|
||||
esprv_intc_int_set_threshold = 0x40000748;
|
||||
esprv_intc_int_enable = 0x4000074c;
|
||||
esprv_intc_int_disable = 0x40000750;
|
||||
esprv_intc_int_set_type = 0x40000754;
|
||||
|
Reference in New Issue
Block a user