Add support for the Z180 MMU and generic hooks for processes

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5428 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-12-11 18:04:04 +00:00
parent e47a38625f
commit 0f218d0e00
20 changed files with 1056 additions and 110 deletions
+5
View File
@@ -15,6 +15,7 @@ if !BINFMT_DISABLE
config NXFLAT
bool "Enable the NXFLAT Binary Format"
default n
select PIC
---help---
Enable support for the NXFLAT binary format. Default: n
@@ -34,6 +35,10 @@ endif
endif
config PIC
bool
default n
config BINFMT_CONSTRUCTORS
bool "C++ Static Constructor Support"
default n