From 7b06c73d1d766cd3376be29dccbd28a16e3f385b Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 5 Mar 2013 18:57:51 +0000 Subject: Move work queue logic from sched/ to libc/wqueue. It is not core logic and will be extended to support user-space work queues git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5711 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/open1788/nsh/defconfig | 10 +++++++--- nuttx/configs/open1788/ostest/defconfig | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'nuttx/configs/open1788') diff --git a/nuttx/configs/open1788/nsh/defconfig b/nuttx/configs/open1788/nsh/defconfig index 7b9094731..7a9e7468d 100644 --- a/nuttx/configs/open1788/nsh/defconfig +++ b/nuttx/configs/open1788/nsh/defconfig @@ -128,6 +128,7 @@ CONFIG_LPC17_PLL0=y CONFIG_LPC17_PLL1=y # CONFIG_LPC17_EMC is not set # CONFIG_LPC17_ETHERNET is not set +# CONFIG_LPC17_LCD is not set # CONFIG_LPC17_USBHOST is not set # CONFIG_LPC17_USBDEV is not set # CONFIG_LPC17_SDCARD=y @@ -135,11 +136,12 @@ CONFIG_LPC17_UART0=y # CONFIG_LPC17_UART1 is not set # CONFIG_LPC17_UART2 is not set # CONFIG_LPC17_UART3 is not set +# CONFIG_LPC17_UART4 is not set # CONFIG_LPC17_CAN1 is not set # CONFIG_LPC17_CAN2 is not set -# CONFIG_LPC17_SPI is not set # CONFIG_LPC17_SSP0 is not set # CONFIG_LPC17_SSP1 is not set +# CONFIG_LPC17_SSP2 is not set # CONFIG_LPC17_I2C0 is not set # CONFIG_LPC17_I2C1 is not set # CONFIG_LPC17_I2C2 is not set @@ -149,15 +151,17 @@ CONFIG_LPC17_UART0=y # CONFIG_LPC17_TMR2 is not set # CONFIG_LPC17_TMR3 is not set # CONFIG_LPC17_RIT is not set -# CONFIG_LPC17_PWM is not set -# CONFIG_LPC17_MCPWM is not set +# CONFIG_LPC17_PWM0 is not set +# CONFIG_LPC17_PWM1 is not set # CONFIG_LPC17_QEI is not set # CONFIG_LPC17_RTC is not set # CONFIG_LPC17_WDT is not set # CONFIG_LPC17_ADC is not set # CONFIG_LPC17_DAC is not set CONFIG_LPC17_GPDMA=y +# CONFIG_LPC17_CRC is not set # CONFIG_LPC17_FLASH is not set +# CONFIG_LPC17_EEPROM is not set # # Serial driver options diff --git a/nuttx/configs/open1788/ostest/defconfig b/nuttx/configs/open1788/ostest/defconfig index 1d85df4af..06d55f877 100644 --- a/nuttx/configs/open1788/ostest/defconfig +++ b/nuttx/configs/open1788/ostest/defconfig @@ -147,7 +147,7 @@ CONFIG_LPC17_UART0=y # CONFIG_LPC17_TMR2 is not set # CONFIG_LPC17_TMR3 is not set # CONFIG_LPC17_RIT is not set -# CONFIG_LPC17_PWM is not set +# CONFIG_LPC17_PWM0 is not set # CONFIG_LPC17_MCPWM is not set # CONFIG_LPC17_QEI is not set # CONFIG_LPC17_RTC is not set -- cgit v1.2.3