Skip to content

Commit

Permalink
samples: fs: Corrected flash ctrl name in fs shell
Browse files Browse the repository at this point in the history
Corrected the flash controller name in the FS shell sample

Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
  • Loading branch information
vanwinkeljan authored and carlescufi committed Jul 22, 2019
1 parent b3f99fe commit ded4ba0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions samples/subsys/shell/fs/boards/native_posix.conf
Original file line number Original file line Diff line number Diff line change
@@ -1,2 +1,3 @@
CONFIG_FUSE_FS_ACCESS=y CONFIG_FUSE_FS_ACCESS=y
CONFIG_FS_NFFS_FLASH_DEV_NAME="flash_ctrl"


1 change: 1 addition & 0 deletions samples/subsys/shell/fs/boards/native_posix_64.conf
Original file line number Original file line Diff line number Diff line change
@@ -1,2 +1,3 @@
CONFIG_FUSE_FS_ACCESS=y CONFIG_FUSE_FS_ACCESS=y
CONFIG_FS_NFFS_FLASH_DEV_NAME="flash_ctrl"


2 changes: 1 addition & 1 deletion samples/subsys/shell/fs/boards/reel_board.conf
Original file line number Original file line Diff line number Diff line change
@@ -1,2 +1,2 @@
CONFIG_MPU_ALLOW_FLASH_WRITE=y CONFIG_MPU_ALLOW_FLASH_WRITE=y

CONFIG_FS_NFFS_FLASH_DEV_NAME="NRF_FLASH_DRV_NAME"
1 change: 0 additions & 1 deletion samples/subsys/shell/fs/prj.conf
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ CONFIG_FLASH=y
CONFIG_FILE_SYSTEM=y CONFIG_FILE_SYSTEM=y
CONFIG_FILE_SYSTEM_NFFS=y CONFIG_FILE_SYSTEM_NFFS=y
CONFIG_FILE_SYSTEM_SHELL=y CONFIG_FILE_SYSTEM_SHELL=y
CONFIG_FS_NFFS_FLASH_DEV_NAME="flash_ctrl"


CONFIG_LOG=y CONFIG_LOG=y


0 comments on commit ded4ba0

Please sign in to comment.