simbit18 commented on issue #16539:
URL: https://github.com/apache/nuttx/issues/16539#issuecomment-2979824349

   > [@simbit18](https://github.com/simbit18) what is the value of 
CONFIG_SCHED_HPNTHREADS ?
   
   Hi @acassis 
   
   ```
   # Work queue support
   #
   CONFIG_SCHED_WORKQUEUE=y
   # CONFIG_WQUEUE_NOTIFIER is not set
   CONFIG_SCHED_HPWORK=y
   CONFIG_SCHED_HPNTHREADS=1
   CONFIG_SCHED_HPWORKPRIORITY=224
   CONFIG_SCHED_HPWORKSTACKSIZE=2048
   CONFIG_SCHED_LPWORK=y
   CONFIG_SCHED_LPNTHREADS=1
   CONFIG_SCHED_LPWORKPRIORITY=100
   CONFIG_SCHED_LPWORKSTACKSIZE=2048
   # end of Work queue support
   ```
   
   [config.txt](https://github.com/user-attachments/files/20773587/config.txt)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to