mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 22:20:01 +08:00
esp32_irq.c: Don't reserve BT and Wifi CPU interrupts for APP CPU as
they are attached to the PRO CPU. Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
committed by
Xiang Xiao
parent
17e43b0b4a
commit
ee88235d81
@@ -173,9 +173,7 @@ static uint32_t g_cpu0_freeints = ESP32_CPUINT_PERIPHSET &
|
||||
(~ESP32_WIRELESS_RESERVE_INT &
|
||||
~ESP32_BLE_RESERVE_INT);
|
||||
#ifdef CONFIG_SMP
|
||||
static uint32_t g_cpu1_freeints = ESP32_CPUINT_PERIPHSET &
|
||||
(~ESP32_WIRELESS_RESERVE_INT &
|
||||
~ESP32_BLE_RESERVE_INT);
|
||||
static uint32_t g_cpu1_freeints = ESP32_CPUINT_PERIPHSET;
|
||||
#endif
|
||||
|
||||
/* Bitsets for each interrupt priority 1-5 */
|
||||
|
||||
Reference in New Issue
Block a user