Skip to content

Commit

Permalink
samples: add board customization for native_posix_64
Browse files Browse the repository at this point in the history
Sample applications for display functions do not work on native_posix_64
due to missing overrides.  Clone the native_posix_64 Kconfig override
for all samples that have a native_posix Kconfig override.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
  • Loading branch information
pabigot authored and andrewboie committed Jul 17, 2019
1 parent 428c281 commit 0626c8f
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions samples/display/cfb/boards/native_posix_64.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CONFIG_SDL_DISPLAY_DEV_NAME="DISPLAY"
CONFIG_SDL_DISPLAY_X_RES=250
CONFIG_SDL_DISPLAY_Y_RES=120
5 changes: 5 additions & 0 deletions samples/gui/lvgl/boards/native_posix_64.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
CONFIG_SDL_DISPLAY=y
CONFIG_SDL_DISPLAY_DEV_NAME="DISPLAY"
CONFIG_SDL_DISPLAY_X_RES=320
CONFIG_SDL_DISPLAY_Y_RES=240

5 changes: 5 additions & 0 deletions samples/net/gptp/boards/native_posix_64.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Settings for native_posix ethernet driver
CONFIG_ETH_NATIVE_POSIX_PTP_CLOCK=y

#CONFIG_ETH_NATIVE_POSIX_RANDOM_MAC=y
CONFIG_ETH_NATIVE_POSIX_MAC_ADDR="00:00:5e:00:53:2a"
1 change: 1 addition & 0 deletions samples/net/zperf/boards/native_posix_64.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_NATIVE_POSIX_SLOWDOWN_TO_REAL_TIME=y
2 changes: 2 additions & 0 deletions samples/subsys/shell/fs/boards/native_posix_64.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CONFIG_FUSE_FS_ACCESS=y

0 comments on commit 0626c8f

Please sign in to comment.