btashton commented on pull request #2655: URL: https://github.com/apache/incubator-nuttx/pull/2655#issuecomment-755479970
@liangzhanggb One more minor fix that I think will also get the build to pass. I verified your latest changes and they all look good. Thanks. ```c diff --git a/arch/risc-v/src/bl602/Kconfig b/arch/risc-v/src/bl602/Kconfig index 9542d0be9c..0c819f95c8 100644 --- a/arch/risc-v/src/bl602/Kconfig +++ b/arch/risc-v/src/bl602/Kconfig @@ -13,6 +13,7 @@ config BL602_HAVE_UART0 select ARCH_HAVE_UART0 select UART0_SERIALDRIVER select ARCH_HAVE_SERIAL_TERMIOS + select ARCH_HAVE_PWM_MULTICHAN config BL602_UART0 bool @@ -37,6 +38,5 @@ config BL602_TIMER1 config BL602_PWM0 bool "PWM0" - select ARCH_HAVE_PWM_MULTICHAN endmenu diff --git a/boards/risc-v/bl602/bl602evb/configs/timer/defconfig b/boards/risc-v/bl602/bl602evb/configs/timer/defconfig index 63ef88f96a..94d63251ff 100644 --- a/boards/risc-v/bl602/bl602evb/configs/timer/defconfig +++ b/boards/risc-v/bl602/bl602evb/configs/timer/defconfig @@ -55,6 +55,7 @@ CONFIG_ONESHOT=y CONFIG_PREALLOC_TIMERS=0 CONFIG_PTHREAD_STACK_DEFAULT=8192 CONFIG_PWM=y +CONFIG_PWM_MULTICHAN=y CONFIG_PWM_NCHANNELS=2 CONFIG_RAM_SIZE=134217728 CONFIG_RAM_START=0xc0800000 ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org