aboutsummaryrefslogtreecommitdiff
path: root/nuttx/sched
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-11 18:04:04 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-11 18:04:04 +0000
commit7978ac907ba023c523f51244f6da2882a1455b2e (patch)
tree0b5cce4b0f0049e65b2aec2260ee39d4506bdbef /nuttx/sched
parent97ddd5100fa54b3c49e0aae002ec2883b01b3b41 (diff)
downloadpx4-firmware-7978ac907ba023c523f51244f6da2882a1455b2e.tar.gz
px4-firmware-7978ac907ba023c523f51244f6da2882a1455b2e.tar.bz2
px4-firmware-7978ac907ba023c523f51244f6da2882a1455b2e.zip
Add support for the Z180 MMU and generic hooks for processes
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5428 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched')
-rw-r--r--nuttx/sched/Kconfig10
1 files changed, 1 insertions, 9 deletions
diff --git a/nuttx/sched/Kconfig b/nuttx/sched/Kconfig
index ab0de5b47..afb35c1c0 100644
--- a/nuttx/sched/Kconfig
+++ b/nuttx/sched/Kconfig
@@ -40,7 +40,7 @@ config JULIAN_TIME
config START_YEAR
int "start year"
- default 2010
+ default 2013
config START_MONTH
int "start month"
@@ -384,14 +384,6 @@ config PREALLOC_TIMERS
comment "Stack and heap information"
-config CUSTOM_STACK
- bool "Enable custom stack"
- default n
- ---help---
- The up_ implementation will handle all stack operations outside of the
- nuttx model. This is necessary for certain architectures that have
- have hardware stacks (such as the 8051 family).
-
config IDLETHREAD_STACKSIZE
int "Idle thread stack size"
default 1024