mirror of
https://github.com/apache/nuttx.git
synced 2026-09-27 18:58:27 +08:00
AT91SAM3 now supports kernel-mode heap; SAM3U-EK knsh configuration converted to use kconfig-frontends tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5726 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -150,7 +150,7 @@ config BUILD_2PASS
|
||||
if BUILD_2PASS
|
||||
config PASS1_TARGET
|
||||
string "Pass one target"
|
||||
default ""
|
||||
default "all"
|
||||
---help---
|
||||
The name of the first pass build target. This
|
||||
can be specific build target, a special build target (all, default, etc.)
|
||||
@@ -458,6 +458,9 @@ endmenu
|
||||
|
||||
menu "RTOS Features"
|
||||
source sched/Kconfig
|
||||
if NUTTX_KERNEL
|
||||
source syscall/Kconfig
|
||||
endif
|
||||
endmenu
|
||||
|
||||
menu "Device Drivers"
|
||||
|
||||
Reference in New Issue
Block a user