pkarashchenko commented on pull request #5705:
URL: https://github.com/apache/incubator-nuttx/pull/5705#issuecomment-1063866846


   Currently next in-tree board archs have common:
   ```
   ./boards/xtensa/esp32s3/common
   ./boards/xtensa/esp32/common
   ./boards/xtensa/esp32s2/common
   ./boards/arm/rp2040/common
   ./boards/arm/cxd56xx/common
   ./boards/arm/stm32/common
   ./boards/arm/samv7/common
   ./boards/risc-v/mpfs/common
   ```
   and there are only two options available `BOARD_STM32_COMMON` and 
`BOARD_SAMV7_COMMON`. So we need either to equip the rest of the cases with 
`BOARD_ARCH_CHIP_COMMON` option go to go with 
`CONFIG_BOARD_CUSTOM_ARCH_BOARD_COMMON`. Personally I do not know what is 
better and taking into account next release time frame I'm not sure that I will 
be able to add  `BOARD_ARCH_CHIP_COMMON` to all missing places. So I made this 
simple change that covers error reported by users.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to