More Kconfig
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4625 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
4de94ea7dc
commit
3e69da4e83
@ -426,14 +426,11 @@ config ARCH_BOARD_SIM
|
|||||||
bool "User mode simulation"
|
bool "User mode simulation"
|
||||||
depends on ARCH_SIM
|
depends on ARCH_SIM
|
||||||
---help---
|
---help---
|
||||||
A user-mode port of NuttX to the x86 Linux platform is available.
|
A user-mode port of NuttX to the x86 Linux/Cygwin platform is available.
|
||||||
The purpose of this port is primarily to support OS feature development.
|
The purpose of this port is primarily to support OS feature development.
|
||||||
This port does not support interrupts or a real timer (and hence no
|
This port does not support interrupts or a real timer (and hence no
|
||||||
round robin scheduler) Otherwise, it is complete.
|
round robin scheduler) Otherwise, it is complete.
|
||||||
|
|
||||||
NOTE: This target will not run on Cygwin probably for many reasons but
|
|
||||||
first off because it uses some of the same symbols as does cygwin.dll.
|
|
||||||
|
|
||||||
config ARCH_BOARD_CUSTOM
|
config ARCH_BOARD_CUSTOM
|
||||||
bool "Custom development board"
|
bool "Custom development board"
|
||||||
---help---
|
---help---
|
||||||
|
@ -1518,9 +1518,6 @@ configs/sim
|
|||||||
This port does not support interrupts or a real timer (and hence no
|
This port does not support interrupts or a real timer (and hence no
|
||||||
round robin scheduler) Otherwise, it is complete.
|
round robin scheduler) Otherwise, it is complete.
|
||||||
|
|
||||||
NOTE: This target will not run on Cygwin probably for many reasons but
|
|
||||||
first off because it uses some of the same symbols as does cygwin.dll.
|
|
||||||
|
|
||||||
configs/skp16c26
|
configs/skp16c26
|
||||||
Renesas M16C processor on the Renesas SKP16C26 StarterKit. This port
|
Renesas M16C processor on the Renesas SKP16C26 StarterKit. This port
|
||||||
uses the GNU m32c toolchain. STATUS: The port is complete but untested
|
uses the GNU m32c toolchain. STATUS: The port is complete but untested
|
||||||
|
@ -2,3 +2,6 @@
|
|||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see misc/tools/kconfig-language.txt.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if ARCH_BOARD_SIM
|
||||||
|
endif
|
||||||
|
@ -64,7 +64,7 @@
|
|||||||
# CONFIG_ARCH_LCD - Configure LCD. Unique to skp16c26.
|
# CONFIG_ARCH_LCD - Configure LCD. Unique to skp16c26.
|
||||||
|
|
||||||
CONFIG_ARCH=sh
|
CONFIG_ARCH=sh
|
||||||
CONFIG_ARCH_SH=y
|
CONFIG_ARCH_M16C=y
|
||||||
CONFIG_ARCH_CHIP=m16c
|
CONFIG_ARCH_CHIP=m16c
|
||||||
CONFIG_ARCH_CHIP_M30262F8=y
|
CONFIG_ARCH_CHIP_M30262F8=y
|
||||||
CONFIG_ARCH_BOARD=skp16c26
|
CONFIG_ARCH_BOARD=skp16c26
|
||||||
|
Loading…
Reference in New Issue
Block a user