configure.js 1.0 KB

123456789101112131415161718192021
  1. var configure =
  2. [
  3. [ "Thread Configuration", "threadConfig.html", [
  4. [ "Configuration of Thread count and Stack Space", "threadConfig.html#stackConfig", null ],
  5. [ "Stack Overflow Checking", "threadConfig.html#stackCheck", null ],
  6. [ "Stack Usage Watermark", "threadConfig.html#stackUsage", null ],
  7. [ "Processor Mode for Thread Execution", "threadConfig.html#processorMode", null ]
  8. ] ],
  9. [ "RTX Kernel Tick Timer Configuration", "timerTick.html", [
  10. [ "Usage of an Alternate Timer as RTX Kernel Timer", "timerTick.html#AltTimer", null ]
  11. ] ],
  12. [ "System Configuration", "systemConfig.html", [
  13. [ "Settings for Round-Robin Thread Switching", "systemConfig.html#RoundRobin", null ],
  14. [ "User Timer Management", "systemConfig.html#UserTimer", null ],
  15. [ "ISR FIFO Queue size", "systemConfig.html#ISRFIFO", null ]
  16. ] ],
  17. [ "Configuration for Low-Power Modes", "lowPower.html", [
  18. [ "Tick-less operation", "lowPower.html#TickLess", null ]
  19. ] ],
  20. [ "SVC Functions", "svcFunctions.html", null ]
  21. ];