Skip to content

Commit

Permalink
samples: basic/minimal: disable memory pool when MT=n
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
dcpleung authored and nashif committed Sep 19, 2020
1 parent b5c2ff9 commit 4a9ee68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/basic/minimal/no-mt.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Single-threaded, no timer support in the kernel

CONFIG_MULTITHREADING=n
CONFIG_KERNEL_MEM_POOL=n

0 comments on commit 4a9ee68

Please sign in to comment.