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:
patacongo
2013-03-10 19:31:10 +00:00
parent 1ef904003e
commit 18ca1965b6
17 changed files with 920 additions and 567 deletions
+4 -1
View File
@@ -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"