From 7dba509891fdd3f9712f3b2bd7fa7f60237d1328 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 7 Mar 2013 14:27:47 +0000 Subject: [PATCH] More kernel build fixes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5716 42af7a65-404d-4744-a932-0658087f49c3 --- configs/open1788/include/board.h | 3 +++ configs/sam3u-ek/knsh/defconfig | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/configs/open1788/include/board.h b/configs/open1788/include/board.h index 7991d3c095..8ebe31a0fb 100644 --- a/configs/open1788/include/board.h +++ b/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/configs/sam3u-ek/knsh/defconfig b/configs/sam3u-ek/knsh/defconfig index fa3c1502f9..bbd3662c11 100755 --- a/configs/sam3u-ek/knsh/defconfig +++ b/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