Skip to content

Commit f5a2033

Browse files
committed
samples: basic: minimal: disable CONFIG_DEVICE_STORE_NAME
Minimal sample is meant to show the minimum Zephyr ROM footprint. Disable CONFIG_DEVICE_STORE_NAME since the option targets ROM footprint reduction as well. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 4f31e72 commit f5a2033

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

samples/basic/minimal/common.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Devices
2+
CONFIG_DEVICE_STORE_NAME=n
3+
14
# Drivers and peripherals
25
CONFIG_I2C=n
36
CONFIG_WATCHDOG=n

0 commit comments

Comments
 (0)