tests: board_shell: enabled EEPROM shell
Enable EEPROM shell commands in the board_shell test application. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
4d4d4cd0b0
commit
e72e4aa813
2 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
|
||||
#include <shell/shell.h>
|
||||
#include <drivers/eeprom.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
struct args_index {
|
||||
u8_t device;
|
||||
|
|
|
@ -23,3 +23,5 @@ CONFIG_CAN=n
|
|||
CONFIG_CAN_SHELL=n
|
||||
CONFIG_PWM=y
|
||||
CONFIG_PWM_SHELL=y
|
||||
CONFIG_EEPROM=y
|
||||
CONFIG_EEPROM_SHELL=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue