ipc: use highest coop priority for workqueue in new IPC backend
The priority of workqueue responsible for rpmsg processing was too low. Any cooperative task could cause rpmsg processing to be slightly delayed. Signed-off-by: Artur Hadasz <artur.hadasz@nordicsemi.no>
This commit is contained in:
parent
9f5c159c7c
commit
001894a1c0
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
#define DT_DRV_COMPAT zephyr_ipc_openamp_static_vrings
|
||||
|
||||
#define WQ_PRIORITY (0)
|
||||
#define WQ_PRIORITY K_HIGHEST_APPLICATION_THREAD_PRIO
|
||||
#define WQ_STACK_SIZE CONFIG_IPC_SERVICE_BACKEND_RPMSG_WQ_STACK_SIZE
|
||||
|
||||
#define STATE_READY (0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue