samples: add board customization for native_posix_64
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>
This commit is contained in:
parent
428c281bc6
commit
0626c8f1d3
5 changed files with 16 additions and 0 deletions
3
samples/display/cfb/boards/native_posix_64.conf
Normal file
3
samples/display/cfb/boards/native_posix_64.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
CONFIG_SDL_DISPLAY_DEV_NAME="DISPLAY"
|
||||
CONFIG_SDL_DISPLAY_X_RES=250
|
||||
CONFIG_SDL_DISPLAY_Y_RES=120
|
5
samples/gui/lvgl/boards/native_posix_64.conf
Normal file
5
samples/gui/lvgl/boards/native_posix_64.conf
Normal file
|
@ -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
samples/net/gptp/boards/native_posix_64.conf
Normal file
5
samples/net/gptp/boards/native_posix_64.conf
Normal file
|
@ -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
samples/net/zperf/boards/native_posix_64.conf
Normal file
1
samples/net/zperf/boards/native_posix_64.conf
Normal file
|
@ -0,0 +1 @@
|
|||
CONFIG_NATIVE_POSIX_SLOWDOWN_TO_REAL_TIME=y
|
2
samples/subsys/shell/fs/boards/native_posix_64.conf
Normal file
2
samples/subsys/shell/fs/boards/native_posix_64.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
CONFIG_FUSE_FS_ACCESS=y
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue