Darian Leung
|
b097dd0a79
Add Task Watchdog backtrace printing
|
5 年之前 |
Felipe Neves
|
429712c6eb
freertos: moved all xtensa specific files into a separated folder
|
6 年之前 |
Anton Maklakov
|
afbaf74007
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
|
6 年之前 |
Konstantin Kondrashov
|
399d2d2605
all: Using xxx_periph.h
|
6 年之前 |
Sachin Parekh
|
f3db0b5a4a
crosscore_init: port*_CRITICAL vanilla FreeRTOS compliance
|
6 年之前 |
morris
|
f5b03c9ea3
misc adjustment of esp32 component
|
6 年之前 |
morris
|
c159984264
separate rom from esp32 component to esp_rom
|
6 年之前 |
Angus Gratton
|
f6442abdeb
esp32: Move esp_crosscore_isr_handle_yield() to IRAM
|
7 年之前 |
Ivan Grokhotkov
|
f65870566a
crosscore_int: use _ISR version of portENTER/EXIT_CRITICAL in ISR
|
8 年之前 |
Ivan Grokhotkov
|
566f018996
crosscore_int: add support for FREQ_SWITCH event
|
8 年之前 |
Tian Hao
|
26a3cb93c7
component/soc : move dport access header files to soc
|
8 年之前 |
Tian Hao
|
f7e8856520
component/esp32 : fix dualcore bug
|
8 年之前 |
Angus Gratton
|
b6a2329f0f
FreeRTOS: esp_crosscore_int_send_yield() should be in IRAM
|
9 年之前 |
Ivan Grokhotkov
|
a2e0c2432e
esp32: sanity check ISR handler address passed into esp_intr_alloc
|
9 年之前 |
Ivan Grokhotkov
|
833102cbf3
esp32: place cross-core interrupt handler into IRAM
|
9 年之前 |
Jeroen Domburg
|
655fd2986a
Add interrupt allocation scheme / interrupt sharing. Also modifies drivers and examples. Also allows interrupts
|
9 年之前 |
Jeroen Domburg
|
86d8f63005
Per-CPU interrupt handlers and args
|
9 年之前 |
Jeroen Domburg
|
90b787636a
Remove redundant volatile keyword
|
9 年之前 |
Jeroen Domburg
|
68f39c1ed9
Only init crosscore when FreeRTOS runs in multicore mode, add warnings that cross_int calls are private.
|
9 年之前 |
Jeroen Domburg
|
3371083c16
Add checks for tasks woken up on other CPUs where needed, make xYieldPending and xPendingReadyList per-processor, add configurable ISR stack size to Kconfig, in general fix the entire wake-up-task-on-other-cpu-by-interrupt implementation
|
9 年之前 |
Jeroen Domburg
|
c6477ff10d
Fix int clear, actually call int init code
|
9 年之前 |
Jeroen Domburg
|
d3d9a8bc28
Most code written. Interrupts still do not fire yet.
|
9 年之前 |