diff options
author | Hiroki Noda <kubo39@gmail.com> | 2023-03-16 19:03:43 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-16 18:03:43 +0800 |
commit | c43ac90390d950fcfd8905fd2f48cb486310f26a (patch) | |
tree | 555e9654732ad2bbddf49c5d9ca658d18a95e8d6 | |
parent | 26b7a74a45059453b42f8eee4ccf0586b9003087 (diff) | |
download | Nim-c43ac90390d950fcfd8905fd2f48cb486310f26a.tar.gz |
Add NuttX for thread stack size doc (#21529)
-rw-r--r-- | doc/nimc.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nimc.md b/doc/nimc.md index 7b0e99e06..d367c6620 100644 --- a/doc/nimc.md +++ b/doc/nimc.md @@ -715,7 +715,7 @@ Nim's thread API provides a simple wrapper around more advanced RTOS task features. Customizing the stack size and stack guard size can be done by setting `-d:nimThreadStackSize=16384` or `-d:nimThreadStackGuard=32`. -Currently only Zephyr and FreeRTOS support these configurations. +Currently only Zephyr, NuttX and FreeRTOS support these configurations. Nim for realtime systems ======================== |