mirror of
https://github.com/apache/nuttx.git
synced 2026-05-11 07:48:59 +08:00
f8077022bd
* The appropriate size of stack varies among archs. E.g. for 64-bit sim, 2048 is way too small, especially when the task happens to use host OS functionalities. I plan to allow an arch provide its own default. * I plan to use this to replace hardcoded "STACKSIZE = 2048" in APPDIR.