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:
Henrik Brix Andersen 2019-10-31 22:31:08 +01:00 committed by Anas Nashif
commit e72e4aa813
2 changed files with 3 additions and 0 deletions

View file

@ -11,6 +11,7 @@
#include <shell/shell.h>
#include <drivers/eeprom.h>
#include <stdlib.h>
struct args_index {
u8_t device;

View file

@ -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