Kconfig 332 B

123456789101112131415
  1. menu "IDF unit test"
  2. config UNITY_FREERTOS_PRIORITY
  3. int "Priority of Unity test task"
  4. default 5
  5. config UNITY_FREERTOS_CPU
  6. int "CPU to run Unity test task on"
  7. default 0
  8. config UNITY_FREERTOS_STACK_SIZE
  9. int "Stack size of Unity test task, in bytes"
  10. default 8192
  11. endmenu