nuttx-apps/testing/mm
patacongo 7a8790f1b4
apps/testing/mm: Make stacksize configurable (#40)
Make stacksize as well as program name and priority configurable.  The defaults are the same as the previous hardcoded values.

The default stacksize of 2048 bytes is more than enough for most target applications.  However, when running on the simulator, much large stack sizes are needed.
2020-01-30 17:43:04 +01:00
..
.gitignore apps/testing/mm: Move from apps/examples/mm (#39) 2020-01-30 17:07:00 +01:00
Kconfig apps/testing/mm: Make stacksize configurable (#40) 2020-01-30 17:43:04 +01:00
Make.defs apps/testing/mm: Move from apps/examples/mm (#39) 2020-01-30 17:07:00 +01:00
Makefile apps/testing/mm: Make stacksize configurable (#40) 2020-01-30 17:43:04 +01:00
mm_main.c apps/testing/mm: Move from apps/examples/mm (#39) 2020-01-30 17:07:00 +01:00