Re: [PR] Add CMakeLists for STM32L4 / Nucleo-l476rg board (Fixed) [nuttx]

2025-04-04 Thread via GitHub
xiaoxiang781216 commented on PR #16102: URL: https://github.com/apache/nuttx/pull/16102#issuecomment-2780175019 @pryre please sqaush your patch into one. -- 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

Re: [PR] Add CMakeLists for STM32L4 / Nucleo-l476rg board (Fixed) [nuttx]

2025-04-03 Thread via GitHub
pryre commented on PR #16102: URL: https://github.com/apache/nuttx/pull/16102#issuecomment-2777525217 Thank you for the tips @raiden00pl! -- 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 speci

Re: [PR] Add CMakeLists for STM32L4 / Nucleo-l476rg board (Fixed) [nuttx]

2025-04-01 Thread via GitHub
raiden00pl commented on PR #16102: URL: https://github.com/apache/nuttx/pull/16102#issuecomment-2769267820 please format all new cmake files with `cmake-format --in-place ` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] Add CMakeLists for STM32L4 / Nucleo-l476rg board (Fixed) [nuttx]

2025-04-01 Thread via GitHub
raiden00pl commented on code in PR #16102: URL: https://github.com/apache/nuttx/pull/16102#discussion_r2022797492 ## boards/arm/stm32l4/nucleo-l476rg/src/CMakeLists.txt: ## @@ -0,0 +1,117 @@ +# ## +# bo

Re: [PR] Add CMakeLists for STM32L4 / Nucleo-l476rg board (Fixed) [nuttx]

2025-03-31 Thread via GitHub
nuttxpr commented on PR #16102: URL: https://github.com/apache/nuttx/pull/16102#issuecomment-2767983462 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) Yes, this PR appears to meet the NuttX requirements.

[PR] Add CMakeLists for STM32L4 / Nucleo-l476rg board (Fixed) [nuttx]

2025-03-31 Thread via GitHub
pryre opened a new pull request, #16102: URL: https://github.com/apache/nuttx/pull/16102 ## Summary This pull request adds CMakeLists.txt files required to build for the `stm32l4` arch, specifically the `stm32l476rg` board. ## Impact There should be no adverse effects fr