From ab294d1f22a3fd1e9615a0345ec8824d954b18a9 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 5 Mar 2013 18:57:51 +0000 Subject: [PATCH] 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 --- configs/lincoln60/README.txt | 2 +- configs/lincoln60/nsh/defconfig | 2 +- configs/lincoln60/ostest/defconfig | 2 +- configs/lpcxpresso-lpc1768/README.txt | 2 +- configs/lpcxpresso-lpc1768/dhcpd/defconfig | 2 +- configs/lpcxpresso-lpc1768/nsh/defconfig | 2 +- configs/lpcxpresso-lpc1768/nx/defconfig | 2 +- configs/lpcxpresso-lpc1768/ostest/defconfig | 2 +- configs/lpcxpresso-lpc1768/thttpd/defconfig | 2 +- configs/lpcxpresso-lpc1768/usbstorage/defconfig | 2 +- configs/mbed/README.txt | 2 +- configs/mbed/hidkbd/defconfig | 2 +- configs/mbed/nsh/defconfig | 2 +- configs/nucleus2g/README.txt | 2 +- configs/nucleus2g/nsh/defconfig | 2 +- configs/nucleus2g/ostest/defconfig | 2 +- configs/nucleus2g/usbserial/defconfig | 2 +- configs/nucleus2g/usbstorage/defconfig | 2 +- configs/olimex-lpc1766stk/README.txt | 2 +- configs/olimex-lpc1766stk/ftpc/defconfig | 2 +- configs/olimex-lpc1766stk/hidkbd/defconfig | 2 +- configs/olimex-lpc1766stk/nettest/defconfig | 2 +- configs/olimex-lpc1766stk/nsh/defconfig | 2 +- configs/olimex-lpc1766stk/nx/defconfig | 2 +- configs/olimex-lpc1766stk/ostest/defconfig | 2 +- configs/olimex-lpc1766stk/slip-httpd/defconfig | 2 +- configs/olimex-lpc1766stk/thttpd/defconfig | 2 +- configs/olimex-lpc1766stk/usbserial/defconfig | 2 +- configs/olimex-lpc1766stk/usbstorage/defconfig | 2 +- configs/open1788/nsh/defconfig | 10 +++++++--- configs/open1788/ostest/defconfig | 2 +- configs/zkit-arm-1769/README.txt | 2 +- configs/zkit-arm-1769/hello/defconfig | 2 +- configs/zkit-arm-1769/nsh/defconfig | 2 +- configs/zkit-arm-1769/thttpd/defconfig | 2 +- 35 files changed, 41 insertions(+), 37 deletions(-) diff --git a/configs/lincoln60/README.txt b/configs/lincoln60/README.txt index ad35c11c36f..a2a6d103217 100644 --- a/configs/lincoln60/README.txt +++ b/configs/lincoln60/README.txt @@ -338,7 +338,7 @@ Lincoln 60 Configuration Options CONFIG_LPC17_TMR2=n CONFIG_LPC17_TMR3=n CONFIG_LPC17_RIT=n - CONFIG_LPC17_PWM=n + CONFIG_LPC17_PWM0=n CONFIG_LPC17_MCPWM=n CONFIG_LPC17_QEI=n CONFIG_LPC17_RTC=n diff --git a/configs/lincoln60/nsh/defconfig b/configs/lincoln60/nsh/defconfig index ef1b73eb85e..2c28dbf8c14 100644 --- a/configs/lincoln60/nsh/defconfig +++ b/configs/lincoln60/nsh/defconfig @@ -87,7 +87,7 @@ CONFIG_LPC17_TMR1=n CONFIG_LPC17_TMR2=n CONFIG_LPC17_TMR3=n CONFIG_LPC17_RIT=n -CONFIG_LPC17_PWM=n +CONFIG_LPC17_PWM0=n CONFIG_LPC17_MCPWM=n CONFIG_LPC17_QEI=n CONFIG_LPC17_RTC=n diff --git a/configs/lincoln60/ostest/defconfig b/configs/lincoln60/ostest/defconfig index 408baab293a..f1743b67a3b 100644 --- a/configs/lincoln60/ostest/defconfig +++ b/configs/lincoln60/ostest/defconfig @@ -87,7 +87,7 @@ CONFIG_LPC17_TMR1=n CONFIG_LPC17_TMR2=n CONFIG_LPC17_TMR3=n CONFIG_LPC17_RIT=n -CONFIG_LPC17_PWM=n +CONFIG_LPC17_PWM0=n CONFIG_LPC17_MCPWM=n CONFIG_LPC17_QEI=n CONFIG_LPC17_RTC=n diff --git a/configs/lpcxpresso-lpc1768/README.txt b/configs/lpcxpresso-lpc1768/README.txt index f45c1ccc26b..6fbd3e8ac5f 100644 --- a/configs/lpcxpresso-lpc1768/README.txt +++ b/configs/lpcxpresso-lpc1768/README.txt @@ -634,7 +634,7 @@ LPCXpresso Configuration Options CONFIG_LPC17_TMR2=n CONFIG_LPC17_TMR3=n CONFIG_LPC17_RIT=n - CONFIG_LPC17_PWM=n + CONFIG_LPC17_PWM0=n CONFIG_LPC17_MCPWM=n CONFIG_LPC17_QEI=n CONFIG_LPC17_RTC=n diff --git a/configs/lpcxpresso-lpc1768/dhcpd/defconfig b/configs/lpcxpresso-lpc1768/dhcpd/defconfig index 824fcfb2c39..56c9364485d 100755 --- a/configs/lpcxpresso-lpc1768/dhcpd/defconfig +++ b/configs/lpcxpresso-lpc1768/dhcpd/defconfig @@ -89,7 +89,7 @@ CONFIG_LPC17_TMR1=n CONFIG_LPC17_TMR2=n CONFIG_LPC17_TMR3=n CONFIG_LPC17_RIT=n -CONFIG_LPC17_PWM=n +CONFIG_LPC17_PWM0=n CONFIG_LPC17_MCPWM=n CONFIG_LPC17_QEI=n CONFIG_LPC17_RTC=n diff --git a/configs/lpcxpresso-lpc1768/nsh/defconfig b/configs/lpcxpresso-lpc1768/nsh/defconfig index 50d6a7d95c6..3bece6f2100 100755 --- a/configs/lpcxpresso-lpc1768/nsh/defconfig +++ b/configs/lpcxpresso-lpc1768/nsh/defconfig @@ -89,7 +89,7 @@ CONFIG_LPC17_TMR1=n CONFIG_LPC17_TMR2=n CONFIG_LPC17_TMR3=n CONFIG_LPC17_RIT=n -CONFIG_LPC17_PWM=n +CONFIG_LPC17_PWM0=n CONFIG_LPC17_MCPWM=n CONFIG_LPC17_QEI=n CONFIG_LPC17_RTC=n diff --git a/configs/lpcxpresso-lpc1768/nx/defconfig b/configs/lpcxpresso-lpc1768/nx/defconfig index b9eeb792ece..cd95b4bce0d 100755 --- a/configs/lpcxpresso-lpc1768/nx/defconfig +++ b/configs/lpcxpresso-lpc1768/nx/defconfig @@ -89,7 +89,7 @@ CONFIG_LPC17_TMR1=n CONFIG_LPC17_TMR2=n CONFIG_LPC17_TMR3=n CONFIG_LPC17_RIT=n -CONFIG_LPC17_PWM=n +CONFIG_LPC17_PWM0=n CONFIG_LPC17_MCPWM=n CONFIG_LPC17_QEI=n CONFIG_LPC17_RTC=n diff --git a/configs/lpcxpresso-lpc1768/ostest/defconfig b/configs/lpcxpresso-lpc1768/ostest/defconfig index 062e821b53d..8ffed2c254b 100755 --- a/configs/lpcxpresso-lpc1768/ostest/defconfig +++ b/configs/lpcxpresso-lpc1768/ostest/defconfig @@ -89,7 +89,7 @@ CONFIG_LPC17_TMR1=n CONFIG_LPC17_TMR2=n CONFIG_LPC17_TMR3=n CONFIG_LPC17_RIT=n -CONFIG_LPC17_PWM=n +CONFIG_LPC17_PWM0=n CONFIG_LPC17_MCPWM=n CONFIG_LPC17_QEI=n CONFIG_LPC17_RTC=n diff --git a/configs/lpcxpresso-lpc1768/thttpd/defconfig b/configs/lpcxpresso-lpc1768/thttpd/defconfig index 299750371d7..b34f645302e 100755 --- a/configs/lpcxpresso-lpc1768/thttpd/defconfig +++ b/configs/lpcxpresso-lpc1768/thttpd/defconfig @@ -89,7 +89,7 @@ CONFIG_LPC17_TMR1=n CONFIG_LPC17_TMR2=n CONFIG_LPC17_TMR3=n CONFIG_LPC17_RIT=n -CONFIG_LPC17_PWM=n +CONFIG_LPC17_PWM0=n CONFIG_LPC17_MCPWM=n CONFIG_LPC17_QEI=n CONFIG_LPC17_RTC=n diff --git a/configs/lpcxpresso-lpc1768/usbstorage/defconfig b/configs/lpcxpresso-lpc1768/usbstorage/defconfig index 987eb0ff99d..f5de5234ab3 100755 --- a/configs/lpcxpresso-lpc1768/usbstorage/defconfig +++ b/configs/lpcxpresso-lpc1768/usbstorage/defconfig @@ -89,7 +89,7 @@ CONFIG_LPC17_TMR1=n CONFIG_LPC17_TMR2=n CONFIG_LPC17_TMR3=n CONFIG_LPC17_RIT=n -CONFIG_LPC17_PWM=n +CONFIG_LPC17_PWM0=n CONFIG_LPC17_MCPWM=n CONFIG_LPC17_QEI=n CONFIG_LPC17_RTC=n diff --git a/configs/mbed/README.txt b/configs/mbed/README.txt index 604838e282d..4c015f3c984 100644 --- a/configs/mbed/README.txt +++ b/configs/mbed/README.txt @@ -308,7 +308,7 @@ mbed Configuration Options CONFIG_LPC17_TMR2=n CONFIG_LPC17_TMR3=n CONFIG_LPC17_RIT=n - CONFIG_LPC17_PWM=n + CONFIG_LPC17_PWM0=n CONFIG_LPC17_MCPWM=n CONFIG_LPC17_QEI=n CONFIG_LPC17_RTC=n diff --git a/configs/mbed/hidkbd/defconfig b/configs/mbed/hidkbd/defconfig index b4cda857fe1..580921ba9e3 100644 --- a/configs/mbed/hidkbd/defconfig +++ b/configs/mbed/hidkbd/defconfig @@ -87,7 +87,7 @@ CONFIG_LPC17_TMR1=n CONFIG_LPC17_TMR2=n CONFIG_LPC17_TMR3=n CONFIG_LPC17_RIT=n -CONFIG_LPC17_PWM=n +CONFIG_LPC17_PWM0=n CONFIG_LPC17_MCPWM=n CONFIG_LPC17_QEI=n CONFIG_LPC17_RTC=n diff --git a/configs/mbed/nsh/defconfig b/configs/mbed/nsh/defconfig index 8d6b4983ab8..7d5bf4617c9 100755 --- a/configs/mbed/nsh/defconfig +++ b/configs/mbed/nsh/defconfig @@ -87,7 +87,7 @@ CONFIG_LPC17_TMR1=n CONFIG_LPC17_TMR2=n CONFIG_LPC17_TMR3=n CONFIG_LPC17_RIT=n -CONFIG_LPC17_PWM=n +CONFIG_LPC17_PWM0=n CONFIG_LPC17_MCPWM=n CONFIG_LPC17_QEI=n CONFIG_LPC17_RTC=n diff --git a/configs/nucleus2g/README.txt b/configs/nucleus2g/README.txt index d1b3a8f9aa8..8c77eb3cdaa 100644 --- a/configs/nucleus2g/README.txt +++ b/configs/nucleus2g/README.txt @@ -420,7 +420,7 @@ Nucleus 2G Configuration Options CONFIG_LPC17_TMR2=n CONFIG_LPC17_TMR3=n CONFIG_LPC17_RIT=n - CONFIG_LPC17_PWM=n + CONFIG_LPC17_PWM0=n CONFIG_LPC17_MCPWM=n CONFIG_LPC17_QEI=n CONFIG_LPC17_RTC=n diff --git a/configs/nucleus2g/nsh/defconfig b/configs/nucleus2g/nsh/defconfig index de116283e6c..a3a88204a60 100755 --- a/configs/nucleus2g/nsh/defconfig +++ b/configs/nucleus2g/nsh/defconfig @@ -87,7 +87,7 @@ CONFIG_LPC17_TMR1=n CONFIG_LPC17_TMR2=n CONFIG_LPC17_TMR3=n CONFIG_LPC17_RIT=n -CONFIG_LPC17_PWM=n +CONFIG_LPC17_PWM0=n CONFIG_LPC17_MCPWM=n CONFIG_LPC17_QEI=n CONFIG_LPC17_RTC=n diff --git a/configs/nucleus2g/ostest/defconfig b/configs/nucleus2g/ostest/defconfig index 8ee63f20bd1..77f7a8a310d 100755 --- a/configs/nucleus2g/ostest/defconfig +++ b/configs/nucleus2g/ostest/defconfig @@ -87,7 +87,7 @@ CONFIG_LPC17_TMR1=n CONFIG_LPC17_TMR2=n CONFIG_LPC17_TMR3=n CONFIG_LPC17_RIT=n -CONFIG_LPC17_PWM=n +CONFIG_LPC17_PWM0=n CONFIG_LPC17_MCPWM=n CONFIG_LPC17_QEI=n CONFIG_LPC17_RTC=n diff --git a/configs/nucleus2g/usbserial/defconfig b/configs/nucleus2g/usbserial/defconfig index a8d03dae6db..64c093b047e 100755 --- a/configs/nucleus2g/usbserial/defconfig +++ b/configs/nucleus2g/usbserial/defconfig @@ -87,7 +87,7 @@ CONFIG_LPC17_TMR1=n CONFIG_LPC17_TMR2=n CONFIG_LPC17_TMR3=n CONFIG_LPC17_RIT=n -CONFIG_LPC17_PWM=n +CONFIG_LPC17_PWM0=n CONFIG_LPC17_MCPWM=n CONFIG_LPC17_QEI=n CONFIG_LPC17_RTC=n diff --git a/configs/nucleus2g/usbstorage/defconfig b/configs/nucleus2g/usbstorage/defconfig index c1ce0605f72..1339379395f 100755 --- a/configs/nucleus2g/usbstorage/defconfig +++ b/configs/nucleus2g/usbstorage/defconfig @@ -87,7 +87,7 @@ CONFIG_LPC17_TMR1=n CONFIG_LPC17_TMR2=n CONFIG_LPC17_TMR3=n CONFIG_LPC17_RIT=n -CONFIG_LPC17_PWM=n +CONFIG_LPC17_PWM0=n CONFIG_LPC17_MCPWM=n CONFIG_LPC17_QEI=n CONFIG_LPC17_RTC=n diff --git a/configs/olimex-lpc1766stk/README.txt b/configs/olimex-lpc1766stk/README.txt index 005f62dc9c1..b12f0f50c2b 100644 --- a/configs/olimex-lpc1766stk/README.txt +++ b/configs/olimex-lpc1766stk/README.txt @@ -717,7 +717,7 @@ Olimex LPC1766-STK Configuration Options CONFIG_LPC17_TMR2=n CONFIG_LPC17_TMR3=n CONFIG_LPC17_RIT=n - CONFIG_LPC17_PWM=n + CONFIG_LPC17_PWM0=n CONFIG_LPC17_MCPWM=n CONFIG_LPC17_QEI=n CONFIG_LPC17_RTC=n diff --git a/configs/olimex-lpc1766stk/ftpc/defconfig b/configs/olimex-lpc1766stk/ftpc/defconfig index 7df7731745a..f14885bef99 100755 --- a/configs/olimex-lpc1766stk/ftpc/defconfig +++ b/configs/olimex-lpc1766stk/ftpc/defconfig @@ -87,7 +87,7 @@ CONFIG_LPC17_TMR1=n CONFIG_LPC17_TMR2=n CONFIG_LPC17_TMR3=n CONFIG_LPC17_RIT=n -CONFIG_LPC17_PWM=n +CONFIG_LPC17_PWM0=n CONFIG_LPC17_MCPWM=n CONFIG_LPC17_QEI=n CONFIG_LPC17_RTC=n diff --git a/configs/olimex-lpc1766stk/hidkbd/defconfig b/configs/olimex-lpc1766stk/hidkbd/defconfig index be11149a1f9..cccaa740915 100755 --- a/configs/olimex-lpc1766stk/hidkbd/defconfig +++ b/configs/olimex-lpc1766stk/hidkbd/defconfig @@ -141,7 +141,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 diff --git a/configs/olimex-lpc1766stk/nettest/defconfig b/configs/olimex-lpc1766stk/nettest/defconfig index 8b48cbac70d..cb8ba93ba34 100755 --- a/configs/olimex-lpc1766stk/nettest/defconfig +++ b/configs/olimex-lpc1766stk/nettest/defconfig @@ -145,7 +145,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 diff --git a/configs/olimex-lpc1766stk/nsh/defconfig b/configs/olimex-lpc1766stk/nsh/defconfig index fc793ec7b3d..e20a6bc563f 100755 --- a/configs/olimex-lpc1766stk/nsh/defconfig +++ b/configs/olimex-lpc1766stk/nsh/defconfig @@ -147,7 +147,7 @@ CONFIG_LPC17_SSP1=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 diff --git a/configs/olimex-lpc1766stk/nx/defconfig b/configs/olimex-lpc1766stk/nx/defconfig index 9af4e7acad2..e1aee804721 100755 --- a/configs/olimex-lpc1766stk/nx/defconfig +++ b/configs/olimex-lpc1766stk/nx/defconfig @@ -87,7 +87,7 @@ CONFIG_LPC17_TMR1=n CONFIG_LPC17_TMR2=n CONFIG_LPC17_TMR3=n CONFIG_LPC17_RIT=n -CONFIG_LPC17_PWM=n +CONFIG_LPC17_PWM0=n CONFIG_LPC17_MCPWM=n CONFIG_LPC17_QEI=n CONFIG_LPC17_RTC=n diff --git a/configs/olimex-lpc1766stk/ostest/defconfig b/configs/olimex-lpc1766stk/ostest/defconfig index 24b2126c2f2..5dcefc0f487 100755 --- a/configs/olimex-lpc1766stk/ostest/defconfig +++ b/configs/olimex-lpc1766stk/ostest/defconfig @@ -87,7 +87,7 @@ CONFIG_LPC17_TMR1=n CONFIG_LPC17_TMR2=n CONFIG_LPC17_TMR3=n CONFIG_LPC17_RIT=n -CONFIG_LPC17_PWM=n +CONFIG_LPC17_PWM0=n CONFIG_LPC17_MCPWM=n CONFIG_LPC17_QEI=n CONFIG_LPC17_RTC=n diff --git a/configs/olimex-lpc1766stk/slip-httpd/defconfig b/configs/olimex-lpc1766stk/slip-httpd/defconfig index 259457cf6c1..33e3d9f419f 100755 --- a/configs/olimex-lpc1766stk/slip-httpd/defconfig +++ b/configs/olimex-lpc1766stk/slip-httpd/defconfig @@ -87,7 +87,7 @@ CONFIG_LPC17_TMR1=n CONFIG_LPC17_TMR2=n CONFIG_LPC17_TMR3=n CONFIG_LPC17_RIT=n -CONFIG_LPC17_PWM=n +CONFIG_LPC17_PWM0=n CONFIG_LPC17_MCPWM=n CONFIG_LPC17_QEI=n CONFIG_LPC17_RTC=n diff --git a/configs/olimex-lpc1766stk/thttpd/defconfig b/configs/olimex-lpc1766stk/thttpd/defconfig index f684dcde303..47efdd95f9d 100755 --- a/configs/olimex-lpc1766stk/thttpd/defconfig +++ b/configs/olimex-lpc1766stk/thttpd/defconfig @@ -87,7 +87,7 @@ CONFIG_LPC17_TMR1=n CONFIG_LPC17_TMR2=n CONFIG_LPC17_TMR3=n CONFIG_LPC17_RIT=n -CONFIG_LPC17_PWM=n +CONFIG_LPC17_PWM0=n CONFIG_LPC17_MCPWM=n CONFIG_LPC17_QEI=n CONFIG_LPC17_RTC=n diff --git a/configs/olimex-lpc1766stk/usbserial/defconfig b/configs/olimex-lpc1766stk/usbserial/defconfig index 628f11d2fd7..06d41b6f1be 100755 --- a/configs/olimex-lpc1766stk/usbserial/defconfig +++ b/configs/olimex-lpc1766stk/usbserial/defconfig @@ -87,7 +87,7 @@ CONFIG_LPC17_TMR1=n CONFIG_LPC17_TMR2=n CONFIG_LPC17_TMR3=n CONFIG_LPC17_RIT=n -CONFIG_LPC17_PWM=n +CONFIG_LPC17_PWM0=n CONFIG_LPC17_MCPWM=n CONFIG_LPC17_QEI=n CONFIG_LPC17_RTC=n diff --git a/configs/olimex-lpc1766stk/usbstorage/defconfig b/configs/olimex-lpc1766stk/usbstorage/defconfig index 7e8b7abe1c8..fe39eeb5ca2 100755 --- a/configs/olimex-lpc1766stk/usbstorage/defconfig +++ b/configs/olimex-lpc1766stk/usbstorage/defconfig @@ -87,7 +87,7 @@ CONFIG_LPC17_TMR1=n CONFIG_LPC17_TMR2=n CONFIG_LPC17_TMR3=n CONFIG_LPC17_RIT=n -CONFIG_LPC17_PWM=n +CONFIG_LPC17_PWM0=n CONFIG_LPC17_MCPWM=n CONFIG_LPC17_QEI=n CONFIG_LPC17_RTC=n diff --git a/configs/open1788/nsh/defconfig b/configs/open1788/nsh/defconfig index 7b909473167..7a9e7468d59 100644 --- a/configs/open1788/nsh/defconfig +++ b/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/configs/open1788/ostest/defconfig b/configs/open1788/ostest/defconfig index 1d85df4afee..06d55f87710 100644 --- a/configs/open1788/ostest/defconfig +++ b/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 diff --git a/configs/zkit-arm-1769/README.txt b/configs/zkit-arm-1769/README.txt index 43fbf8428bf..14e5aefe52e 100644 --- a/configs/zkit-arm-1769/README.txt +++ b/configs/zkit-arm-1769/README.txt @@ -434,7 +434,7 @@ ZKit-ARM Configuration Options CONFIG_LPC17_TMR2=n CONFIG_LPC17_TMR3=n CONFIG_LPC17_RIT=n - CONFIG_LPC17_PWM=n + CONFIG_LPC17_PWM0=n CONFIG_LPC17_MCPWM=n CONFIG_LPC17_QEI=n CONFIG_LPC17_RTC=n diff --git a/configs/zkit-arm-1769/hello/defconfig b/configs/zkit-arm-1769/hello/defconfig index f51ed5ba650..409135bd7ca 100644 --- a/configs/zkit-arm-1769/hello/defconfig +++ b/configs/zkit-arm-1769/hello/defconfig @@ -148,7 +148,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 diff --git a/configs/zkit-arm-1769/nsh/defconfig b/configs/zkit-arm-1769/nsh/defconfig index cd414d98473..ac82087a334 100644 --- a/configs/zkit-arm-1769/nsh/defconfig +++ b/configs/zkit-arm-1769/nsh/defconfig @@ -146,7 +146,7 @@ CONFIG_LPC17_SSP0=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 diff --git a/configs/zkit-arm-1769/thttpd/defconfig b/configs/zkit-arm-1769/thttpd/defconfig index 27f9ca861ab..0bce28c1691 100644 --- a/configs/zkit-arm-1769/thttpd/defconfig +++ b/configs/zkit-arm-1769/thttpd/defconfig @@ -148,7 +148,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