Re: [PR] arm/stm32f401rc-rs485: Add support to WS2812 addressable LED [nuttx]

2024-10-23 Thread via GitHub
acassis merged PR #14197: URL: https://github.com/apache/nuttx/pull/14197 -- 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. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apac

Re: [PR] arm/stm32f401rc-rs485: Add support to WS2812 addressable LED [nuttx]

2024-10-23 Thread via GitHub
xiaoxiang781216 commented on PR #14197: URL: https://github.com/apache/nuttx/pull/14197#issuecomment-2431141257 @xuxin930 could you look at why cmake output the above warning. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] arm/stm32f401rc-rs485: Add support to WS2812 addressable LED [nuttx]

2024-10-23 Thread via GitHub
raiden00pl commented on PR #14197: URL: https://github.com/apache/nuttx/pull/14197#issuecomment-2431171951 @rcsim please rebase to the latest master, stm32f7 CI break should be fixed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: [PR] arm/stm32f401rc-rs485: Add support to WS2812 addressable LED [nuttx]

2024-10-22 Thread via GitHub
acassis commented on PR #14197: URL: https://github.com/apache/nuttx/pull/14197#issuecomment-2429309745 @xiaoxiang781216 @lupyuen what are these errors: ``` Cmake in present: nucleo-f722ze/cansock,CONFIG_ARM_TOOLCHAIN_CLANG Configuration/Tool: nucleo-f722ze/cansock,CONFIG_ARM_TOO

Re: [PR] arm/stm32f401rc-rs485: Add support to WS2812 addressable LED [nuttx]

2024-10-21 Thread via GitHub
acassis commented on PR #14197: URL: https://github.com/apache/nuttx/pull/14197#issuecomment-2426979961 @rcsim please rebase your branch and git push forced to fix the CI issue -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [PR] arm/stm32f401rc-rs485: Add support to WS2812 addressable LED [nuttx]

2024-10-14 Thread via GitHub
rcsim commented on code in PR #14197: URL: https://github.com/apache/nuttx/pull/14197#discussion_r1799203546 ## boards/arm/stm32/stm32f401rc-rs485/src/stm32_bringup.c: ## @@ -328,5 +332,15 @@ int stm32_bringup(void) } #endif +#ifdef CONFIG_WS2812 && defined(CONFIG_WS2812

Re: [PR] arm/stm32f401rc-rs485: Add support to WS2812 addressable LED [nuttx]

2024-10-13 Thread via GitHub
pkarashchenko commented on code in PR #14197: URL: https://github.com/apache/nuttx/pull/14197#discussion_r1798612237 ## boards/arm/stm32/stm32f401rc-rs485/src/stm32_bringup.c: ## @@ -328,5 +332,15 @@ int stm32_bringup(void) } #endif +#ifdef CONFIG_WS2812 && defined(CONFI

Re: [PR] arm/stm32f401rc-rs485: Add support to WS2812 addressable LED [nuttx]

2024-10-12 Thread via GitHub
nuttxpr commented on PR #14197: URL: https://github.com/apache/nuttx/pull/14197#issuecomment-2408587090 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) The PR summary is missing some key information:

[PR] arm/stm32f401rc-rs485: Add support to WS2812 addressable LED [nuttx]

2024-10-12 Thread via GitHub
rcsim opened a new pull request, #14197: URL: https://github.com/apache/nuttx/pull/14197 ## Summary This commit adds support to WS2812 on stm32f401rc-rs485 boards. ## Impact This change impacts only stm32f401rc-rs485 board, adding the possibility of using an addressable LED comp