yf13 commented on issue #14550: URL: https://github.com/apache/nuttx/issues/14550#issuecomment-2451105591
Thank you @tmedicci for the explanations. Seems you are assuming that subfolders of `arch/risc-v/src/` must be chip specific but `espressif` isn't chip specific. However, I think the [directory structure](https://nuttx.apache.org/docs/latest/quickstart/organization.html) design just says that chip specific folder should be subfolder of `arch/risc-v/src`, but it doesn't say that subfolders of `arch/risc-v/src` must all be chip specific. Taking the `stm32` example, it depends on `armv7-m` which further depends on `common`. Here both `armv7-m` and `common` are subfolders in `arch/arm/src` and are not chip specific. -- 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]
