summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-07 14:27:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-07 14:27:47 +0000
commit24151ccd83ce2d0d75bb9c45b137215c24c821c3 (patch)
treed9adb44a8128e7f408bbd16450f40f80da9e0e92 /nuttx/configs
parentce376ed9e145fe7b9c0215e93bfebf0893ecf7b3 (diff)
downloadpx4-nuttx-24151ccd83ce2d0d75bb9c45b137215c24c821c3.tar.gz
px4-nuttx-24151ccd83ce2d0d75bb9c45b137215c24c821c3.tar.bz2
px4-nuttx-24151ccd83ce2d0d75bb9c45b137215c24c821c3.zip
More kernel build fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5716 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/open1788/include/board.h3
-rwxr-xr-xnuttx/configs/sam3u-ek/knsh/defconfig3
2 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/configs/open1788/include/board.h b/nuttx/configs/open1788/include/board.h
index 7991d3c09..8ebe31a0f 100644
--- a/nuttx/configs/open1788/include/board.h
+++ b/nuttx/configs/open1788/include/board.h
@@ -76,6 +76,9 @@
/* Select the main oscillator as the frequency source. SYSCLK is then the frequency
* of the main oscillator.
+ *
+ * If BOARD_XTAL_FREQUENCY > 15000000, then the SCS OSCRS bit (bit 4) should also
+ * be set in the BOARD_SCS_VALUE.
*/
#undef CONFIG_LPC17_MAINOSC
diff --git a/nuttx/configs/sam3u-ek/knsh/defconfig b/nuttx/configs/sam3u-ek/knsh/defconfig
index fa3c1502f..bbd3662c1 100755
--- a/nuttx/configs/sam3u-ek/knsh/defconfig
+++ b/nuttx/configs/sam3u-ek/knsh/defconfig
@@ -182,7 +182,8 @@ CONFIG_FDCLONE_DISABLE=n
CONFIG_FDCLONE_STDIO=n
CONFIG_SDCLONE_DISABLE=y
CONFIG_NXFLAT=n
-CONFIG_SCHED_WORKQUEUE=n
+CONFIG_SCHED_WORKQUEUE=y
+CONFIG_SCHED_HPWORK=y
CONFIG_SCHED_WORKPRIORITY=192
CONFIG_SCHED_WORKPERIOD=50000
CONFIG_SCHED_WORKSTACKSIZE=1024