stbenn opened a new pull request, #14599: URL: https://github.com/apache/nuttx/pull/14599
Created stm32h5 directory to add support for the H5 chip. We used a Nucleo-H563ZI dev board during development. This is a component of #14583 which was deemed too large. It was suggested to start with only the architecture files. Code contained in PR was written in collaboration with @kywwilson11. *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary There has not been support for STM32H5 chips, so this should provide a starting point for further development. ## Impact ## Testing We have a build that gets to the nutshell, but contains many more files than are included in this PR. I stored the state of the larger H5 project in the `Nucleo-H563ZI_PR1` branch on my fork. Testing was done by building the configuration, programming the board and seeing the characters printed during start, followed by `nsh>` working. OS: `Ubuntu 24.04` (Running in WSL2 on Windows 11) Compiler: `arm-none-eabi-gcc (15:13.2.rel1-2) 13.2.1 20231009` Target: - Arch: STM32H5 - Chip: STM32H563ZIT6U - Board: Nucleo-H563ZI - Config: `nucleo-h563zi:nsh` config (added in the Nucleo-H563ZI_PR1 branch) -- 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]
