forked from apache/nuttx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sim/configs/fb: Add a configuration for non-graphical testing of the …
…frambuffer character driver using apps/example/fb drivers/video/fb.c and include/nuttx/video.fb.h: Some improvements and fixes from early testing sith the sim/fb cnofiguration.
- Loading branch information
1 parent
7846381
commit 107866c
Showing
7 changed files
with
163 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# CONFIG_NX_DISABLE_8BPP is not set | ||
# CONFIG_NX_PACKEDMSFIRST is not set | ||
CONFIG_ARCH_BOARD_SIM=y | ||
CONFIG_ARCH_BOARD="sim" | ||
CONFIG_ARCH_SIM=y | ||
CONFIG_ARCH="sim" | ||
CONFIG_BOARD_INITIALIZE=y | ||
CONFIG_DEBUG_SYMBOLS=y | ||
CONFIG_DISABLE_ENVIRON=y | ||
CONFIG_DISABLE_MOUNTPOINT=y | ||
CONFIG_DISABLE_POLL=y | ||
CONFIG_DISABLE_POSIX_TIMERS=y | ||
CONFIG_EXAMPLES_FB=y | ||
CONFIG_IDLETHREAD_STACKSIZE=4096 | ||
CONFIG_MAX_TASKS=16 | ||
CONFIG_NX_KBD=y | ||
CONFIG_NX_UPDATE=y | ||
CONFIG_NX_XYINPUT_MOUSE=y | ||
CONFIG_NX=y | ||
CONFIG_NXFONT_SANS23X27=y | ||
CONFIG_PTHREAD_STACK_DEFAULT=8192 | ||
CONFIG_SDCLONE_DISABLE=y | ||
CONFIG_SIM_FRAMEBUFFER=y | ||
CONFIG_START_DAY=28 | ||
CONFIG_START_MONTH=11 | ||
CONFIG_START_YEAR=2008 | ||
CONFIG_USER_ENTRYPOINT="fb_main" | ||
CONFIG_USERMAIN_STACKSIZE=4096 | ||
CONFIG_VIDEO_DEVICES=y | ||
CONFIG_VIDEO_FB=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters