Kconfig: Mark Windows Native build as EXPERIMENTAL (#144)
Kconfig: the CONFIG_WINDOWS_NATIVE options now depends on CONFIG_EXPERIMENTAL. The Windows native build is complete and available, but not often used or verified. As a consequence, it cannot be assured to be fully functional at any given time. Hence, it is marked here as EXPERIMENTAL so that the end user will be aware of this state. boards/arm/stm32/stm32f4discovery/configs/winbuild/defconfig: Add CONFIG_EXPERIMENTAL to the windbuild configuration. It is now necessary for this configuratino to be a viable test configuration. Co-authored-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
parent
5a53ed6e9c
commit
d126ddeeed
6
Kconfig
6
Kconfig
@ -61,10 +61,16 @@ choice
|
|||||||
config WINDOWS_NATIVE
|
config WINDOWS_NATIVE
|
||||||
bool "Windows Native"
|
bool "Windows Native"
|
||||||
select TOOLCHAIN_WINDOWS
|
select TOOLCHAIN_WINDOWS
|
||||||
|
depends on EXPERIMENTAL
|
||||||
---help---
|
---help---
|
||||||
Build natively in a CMD.exe environment with Windows style paths
|
Build natively in a CMD.exe environment with Windows style paths
|
||||||
(like C:\cgywin\home)
|
(like C:\cgywin\home)
|
||||||
|
|
||||||
|
This Windows native build is complete and available, but not often
|
||||||
|
used or verified. As a consequence, it cannot be assured to be
|
||||||
|
fully functional at any given time. Hence, it is marked here as
|
||||||
|
EXPERIMENTAL so that the end user will be aware of this state.
|
||||||
|
|
||||||
config WINDOWS_CYGWIN
|
config WINDOWS_CYGWIN
|
||||||
bool "Cygwin"
|
bool "Cygwin"
|
||||||
select TOOLCHAIN_WINDOWS
|
select TOOLCHAIN_WINDOWS
|
||||||
|
@ -18,6 +18,7 @@ CONFIG_BOARD_LOOPSPERMSEC=16717
|
|||||||
CONFIG_DEV_LOWCONSOLE=y
|
CONFIG_DEV_LOWCONSOLE=y
|
||||||
CONFIG_DISABLE_ENVIRON=y
|
CONFIG_DISABLE_ENVIRON=y
|
||||||
CONFIG_DISABLE_MOUNTPOINT=y
|
CONFIG_DISABLE_MOUNTPOINT=y
|
||||||
|
CONFIG_EXPERIMENTAL=y
|
||||||
CONFIG_HOST_WINDOWS=y
|
CONFIG_HOST_WINDOWS=y
|
||||||
CONFIG_INTELHEX_BINARY=y
|
CONFIG_INTELHEX_BINARY=y
|
||||||
CONFIG_MAX_TASKS=16
|
CONFIG_MAX_TASKS=16
|
||||||
|
Loading…
Reference in New Issue
Block a user