The flash sample and flash shell have implementations that differ providing similar features. This commit removes all the code in main.c, only `main()` remains to reduce redundancy. Features or improved implementations has not been merged into the flash shell in this commit. It should be possible to do in future commits if desired. Signed-off-by: Jeppe Odgaard <jeppe.odgaard@prevas.dk>
6 lines
115 B
Text
6 lines
115 B
Text
CONFIG_PRINTK=y
|
|
CONFIG_SHELL=y
|
|
CONFIG_LOG=y
|
|
CONFIG_FLASH=y
|
|
CONFIG_FLASH_SHELL=y
|
|
CONFIG_FLASH_SHELL_TEST_COMMANDS=y
|