summaryrefslogtreecommitdiff
path: root/nuttx/configs/kwikstik-k40
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-25 18:18:04 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-25 18:18:04 +0000
commit97802f4b576ac03abedd9f19fe40980a42e20ddb (patch)
tree2afe7baa7db0e7be713253551c0e24e7cbe48de3 /nuttx/configs/kwikstik-k40
parent27c3eb5b66089e278ebace37fe2392a190f8edde (diff)
downloadpx4-nuttx-97802f4b576ac03abedd9f19fe40980a42e20ddb.tar.gz
px4-nuttx-97802f4b576ac03abedd9f19fe40980a42e20ddb.tar.bz2
px4-nuttx-97802f4b576ac03abedd9f19fe40980a42e20ddb.zip
twr-k60n512 configurations converted to use the kconfig-frontends tools
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5785 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/kwikstik-k40')
-rw-r--r--nuttx/configs/kwikstik-k40/README.txt4
-rwxr-xr-xnuttx/configs/kwikstik-k40/ostest/defconfig6
2 files changed, 6 insertions, 4 deletions
diff --git a/nuttx/configs/kwikstik-k40/README.txt b/nuttx/configs/kwikstik-k40/README.txt
index a49936e65..d08f6bb35 100644
--- a/nuttx/configs/kwikstik-k40/README.txt
+++ b/nuttx/configs/kwikstik-k40/README.txt
@@ -458,7 +458,9 @@ KwikStik-K40-specific Configuration Options
CONFIG_KINETIS_PIT -- Support Programmable Interval Timers
CONFIG_ARMV7M_MPU -- Support the MPU
- Kinetis interrupt priorities (Default is the mid priority)
+ Kinetis interrupt priorities (Default is the mid priority) These should
+ not be set because they can cause unhandled, nested interrupts. All
+ interrupts need to be at the default priority in the current design.
CONFIG_KINETIS_UART0PRIO
CONFIG_KINETIS_UART1PRIO
diff --git a/nuttx/configs/kwikstik-k40/ostest/defconfig b/nuttx/configs/kwikstik-k40/ostest/defconfig
index 7b806d611..16b3bd321 100755
--- a/nuttx/configs/kwikstik-k40/ostest/defconfig
+++ b/nuttx/configs/kwikstik-k40/ostest/defconfig
@@ -233,9 +233,9 @@ CONFIG_RR_INTERVAL=200
CONFIG_TASK_NAME_SIZE=0
# CONFIG_SCHED_HAVE_PARENT is not set
# CONFIG_JULIAN_TIME is not set
-CONFIG_START_YEAR=2009
-CONFIG_START_MONTH=9
-CONFIG_START_DAY=21
+CONFIG_START_YEAR=2013
+CONFIG_START_MONTH=3
+CONFIG_START_DAY=25
CONFIG_DEV_CONSOLE=y
# CONFIG_MUTEX_TYPES is not set
# CONFIG_PRIORITY_INHERITANCE is not set