mirror of
https://github.com/apache/nuttx.git
synced 2026-09-06 00:52:58 +00:00
boards/imx93-evk: disable work queues in bootloader
Some checks failed
MemBrowse Memory Report / changes-filter (push) Waiting to run
MemBrowse Memory Report / load-targets (push) Waiting to run
MemBrowse Memory Report / identical (push) Blocked by required conditions
MemBrowse Memory Report / analyze (push) Blocked by required conditions
Build Documentation / build-html (push) Has been cancelled
Some checks failed
MemBrowse Memory Report / changes-filter (push) Waiting to run
MemBrowse Memory Report / load-targets (push) Waiting to run
MemBrowse Memory Report / identical (push) Blocked by required conditions
MemBrowse Memory Report / analyze (push) Blocked by required conditions
Build Documentation / build-html (push) Has been cancelled
The bootloader image has no linked HPWORK or LPWORK consumers, but enabling both queues pulls unused scheduler code into its constrained OCRAM region. Disable the predefined work queues and let deferred memory reclamation fall back to the idle thread. Assisted-by: Codex:GPT-5 Signed-off-by: DuoYuWang <thirteenking.wang@gmail.com>
This commit is contained in:
parent
a1e2813c25
commit
30503f8fdf
1 changed files with 0 additions and 4 deletions
|
|
@ -107,10 +107,6 @@ CONFIG_READLINE_CMD_HISTORY=y
|
|||
CONFIG_READLINE_CMD_HISTORY_LEN=16
|
||||
CONFIG_READLINE_CMD_HISTORY_LINELEN=80
|
||||
CONFIG_RR_INTERVAL=200
|
||||
CONFIG_SCHED_HPWORK=y
|
||||
CONFIG_SCHED_HPWORKPRIORITY=192
|
||||
CONFIG_SCHED_LPWORK=y
|
||||
CONFIG_SCHED_LPWORKPRIORITY=50
|
||||
CONFIG_SIG_PREALLOC_IRQ_ACTIONS=8
|
||||
CONFIG_SPINLOCK=y
|
||||
CONFIG_STACK_COLORATION=y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue