raiden00pl opened a new issue, #16172: URL: https://github.com/apache/nuttx/issues/16172
### Is your feature request related to a problem? Please describe. `arch/arm/stm32f0l0g0` is dedicated to support all STM32 M0 chips, but since this location supports now the new STM32C0 family, the old naming for directories (`boards`, `arch`) and Kcofnig options (`CONFIG_STM32F0L0G0`) is no longer correct. It's also possible that new chips from ST with Cortex-M0 will appear in the future. What should we do about this? Leave the name as it is and accept the incorrect naming, or change the naming as it should have been done from the beginning - `stm32m0` for directories and `CONFIG_STM32M0` for Kconfig. The second option is of course a breaking change, but it is easy to detect and fix. Or maybe someone has another idea? ### Describe the solution you'd like - ### Describe alternatives you've considered _No response_ ### Verification - [x] I have verified before submitting the report. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org