ipc task: Allow configuration of IPC task stack size

Fixes regression in 3fe0022ef
This commit is contained in:
Angus Gratton
2017-06-30 09:39:54 +10:00
committed by Angus Gratton
parent 45c926f8f0
commit 9297edaf60
3 changed files with 22 additions and 2 deletions

View File

@@ -57,6 +57,10 @@ void esp_ipc_init();
*
* In single-core mode, returns ESP_ERR_INVALID_ARG for cpu_id 1.
*
* For complex functions, you may need to increase the stack size of the "IPC task"
* which runs the function must be sufficient. See the "Inter-Processor Call (IPC)
* task stack size" setting in menuconfig.
*
* @param cpu_id CPU where function should be executed (0 or 1)
* @param func pointer to a function which should be executed
* @param arg arbitrary argument to be passed into function