mirror of
https://github.com/apache/nuttx.git
synced 2026-09-09 10:26:37 +00:00
More kernel build fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5716 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
dfed728304
commit
7dba509891
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue