Lines Matching +full:runs +full:- +full:on
1 menu "IPC (Inter-Processor Call)"
4 int "Inter-Processor Call (IPC) task stack size"
10 …Configure the IPC tasks stack size. An IPC task runs on each core (in dual core mode), and allows …
11 …cross-core function calls. See IPC documentation for more details. The default IPC stack size shou…
16 bool "IPC runs at caller's priority"
18 depends on !FREERTOS_UNICORE
20 …s option is not enabled then the IPC task will keep behavior same as prior to that of ESP-IDF v4.0,
21 hence IPC task will run at (configMAX_PRIORITIES - 1) priority.
29 …callbacks written in assembly on another CPU. Due to being run in a High Priority Interrupt, the a…
30 …callbacks must be written with particular restrictions (see "IPC" and "High-Level Interrupt" docs …
33 endmenu # "IPC (Inter-Processor Call)