mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
ci: support to build esp32s2beta simple examples
This commit is contained in:

committed by
Angus Gratton

parent
4ce00a4829
commit
25ab8380c8
@@ -40,7 +40,7 @@
|
||||
static portMUX_TYPE reason_spinlock = portMUX_INITIALIZER_UNLOCKED;
|
||||
static volatile uint32_t reason[ portNUM_PROCESSORS ];
|
||||
|
||||
#warning "crosscore_int: TODO: simplify for esp32s2beta"
|
||||
// TODO: crosscore_int: simplify for esp32s2beta - IDF-754
|
||||
|
||||
/*
|
||||
ToDo: There is a small chance the CPU already has yielded when this ISR is serviced. In that case, it's running the intended task but
|
||||
|
Reference in New Issue
Block a user