This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
31b25400ff
zephyr
/
samples
/
basic
/
minimal
/
no-mt.conf
5 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
samples: basic: Add a minimal sample Add a minimal sample that showcases minimal ROM sizes. It can be built in several configurations, all very restrictive when it comes to features enabled in order to verify the fact that we can fit in small devices and to be able to accurately measure the sizes of the kernel's basic features. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2019-05-10 01:48:17 +08:00
# Single-threaded, no timer support in the kernel
CONFIG_MULTITHREADING=n
samples: basic/minimal: disable memory pool when MT=n This adds the option to disable kernel memory pool when multithreading is also not enabled. This saves some code space. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2020-09-19 05:16:45 +08:00
CONFIG_KERNEL_MEM_POOL=n