raiden00pl commented on PR #19004:
URL: https://github.com/apache/nuttx/pull/19004#issuecomment-4599744492

   @michallenc So you're saying that some families can be in the same 
directory, others can't. What criteria are you using for this? What about the 
stm32f0l0g0, which also supports the stm32c0, which isn't in the name? What 
about the stm32u0, which should also end up in stm32f0l0g0 directory? 
   
   Regarding mixing core types, this has not been true for some time. The 
STM32H7 supports Cortex M4 and Cortex M7 and uses the same peripheral drivers. 
How do you suggest to solve this issue? Where should support for Cortex M4 
drivers for the STM32H7 be placed? In `arch/stm32`? Or maybe in `arch/stm32l4`? 
My solution doesn't have that problem; everything that's reusable is placed in 
`common/stm32`.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to