Hello,
I'm Henry from Siemens SI BP, working on the firmware platform, and we decided to use CMSIS-Driver (UART, I2C, SPI, etc.) as common hardware abstraction layer APIs.
Question: Do we have some where the CMSIS-Driver implementations as open source repositories (e.g. on GitHub). Then we could follow the latest update, report issues, and may make contribution as well.
Thank you!
BRHenry
Hello Henry, In the CMSIS development branch, there's now an overview of known CMSIS-Driver implementations: (source for the table is here).Although, it currently doesn't include links to specific packs that contain the implementation, in most cases the drivers are provided either in the DFP for the target MCU, or in the CMSIS-Driver pack for external peripheral devices. We will see if actual links to the packs can be put there too.Should you find any gaps, feel free to let us know by raising an issue in the CMSIS GitHub repository.