espressif: Update external libraries to fix GPIO interrupt bug

This commit updates the HAL version used by NuttX to fix the bug
reported in https://github.com/apache/nuttx/issues/13303
This commit is contained in:
Tiago Medicci Serrano 2024-09-09 16:23:55 -03:00 committed by Xiang Xiao
parent 4fe1458a43
commit f063e47c28
5 changed files with 5 additions and 6 deletions

View file

@ -130,7 +130,7 @@ endif
ESP_HAL_3RDPARTY_REPO = esp-hal-3rdparty
ifndef ESP_HAL_3RDPARTY_VERSION
ESP_HAL_3RDPARTY_VERSION = 51770f0c97201401b535d833a30c5c0cb7df4edd
ESP_HAL_3RDPARTY_VERSION = 20690e67695f0a8170a19ec99e2e9a13b620e94d
endif
ifndef ESP_HAL_3RDPARTY_URL

View file

@ -115,8 +115,7 @@ static volatile uint8_t g_irq_map[NR_IRQS];
* devices.
*/
static uint32_t g_cpuint_freelist = ESP_CPUINT_PERIPHSET & \
~ESP_WIRELESS_RESERVE_INT;
static uint32_t g_cpuint_freelist = ESP_CPUINT_PERIPHSET;
/* This bitmask has an 1 if the int should be disabled
* when the flash is disabled.

View file

@ -208,7 +208,7 @@ endif
ESP_HAL_3RDPARTY_REPO = esp-hal-3rdparty
ifndef ESP_HAL_3RDPARTY_VERSION
ESP_HAL_3RDPARTY_VERSION = 51770f0c97201401b535d833a30c5c0cb7df4edd
ESP_HAL_3RDPARTY_VERSION = 20690e67695f0a8170a19ec99e2e9a13b620e94d
endif
ifndef ESP_HAL_3RDPARTY_URL

View file

@ -143,7 +143,7 @@ endif
ESP_HAL_3RDPARTY_REPO = esp-hal-3rdparty
ifndef ESP_HAL_3RDPARTY_VERSION
ESP_HAL_3RDPARTY_VERSION = 7857ae934736b2de2a387d90bd491fde2b3a5377
ESP_HAL_3RDPARTY_VERSION = 20690e67695f0a8170a19ec99e2e9a13b620e94d
endif
ifndef ESP_HAL_3RDPARTY_URL

View file

@ -209,7 +209,7 @@ endif
ESP_HAL_3RDPARTY_REPO = esp-hal-3rdparty
ifndef ESP_HAL_3RDPARTY_VERSION
ESP_HAL_3RDPARTY_VERSION = 51770f0c97201401b535d833a30c5c0cb7df4edd
ESP_HAL_3RDPARTY_VERSION = 20690e67695f0a8170a19ec99e2e9a13b620e94d
endif
ifndef ESP_HAL_3RDPARTY_URL