mirror of
https://github.com/apache/nuttx.git
synced 2026-09-02 23:23:02 +00:00
Refresh sim/ostest configuration
This commit is contained in:
parent
33b1f59ee8
commit
a86d459eb6
1 changed files with 5 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ CONFIG_HOST_LINUX=y
|
|||
#
|
||||
# Build Configuration
|
||||
#
|
||||
# CONFIG_APPS_DIR="../apps"
|
||||
#CONFIG_APPS_DIR="../apps"
|
||||
CONFIG_BUILD_FLAT=y
|
||||
# CONFIG_BUILD_2PASS is not set
|
||||
|
||||
|
|
@ -90,9 +90,9 @@ CONFIG_ARCH="sim"
|
|||
#
|
||||
# Simulation Configuration Options
|
||||
#
|
||||
CONFIG_SIM_M32=y
|
||||
CONFIG_HOST_X86_64=y
|
||||
# CONFIG_HOST_X86 is not set
|
||||
CONFIG_SIM_M32=y
|
||||
# CONFIG_SIM_WALLTIME is not set
|
||||
# CONFIG_SIM_SPIFLASH is not set
|
||||
|
||||
|
|
@ -365,6 +365,9 @@ CONFIG_SERIAL=y
|
|||
# CONFIG_DISABLE_PSEUDOFS_OPERATIONS is not set
|
||||
# CONFIG_FS_READABLE is not set
|
||||
# CONFIG_FS_WRITABLE is not set
|
||||
CONFIG_FS_NAMED_SEMAPHORES=y
|
||||
CONFIG_FS_NAMED_SEMPATH="/var/lock"
|
||||
CONFIG_FS_MQUEUE_MPATH="/var/mqueue"
|
||||
# CONFIG_FS_RAMMAP is not set
|
||||
# CONFIG_FS_FAT is not set
|
||||
# CONFIG_FS_NXFFS is not set
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue