An open API service indexing awesome lists of open source software.

https://github.com/modm-io/cmsis-header-stm32

CMSIS device headers for all STM32 devices
https://github.com/modm-io/cmsis-header-stm32

barebone cmsis header microcontroller stm32

Last synced: 2 months ago
JSON representation

CMSIS device headers for all STM32 devices

Awesome Lists containing this project

README

          

## CMSIS device headers for STM32

This folder includes the CMSIS device headers for all STM32 devices. The files
located here are part of the `STM32Cube` libraries and can be found inside the
`STM32Cube*/Drivers/CMSIS/Device/ST/STM32F*xx/Include` folder.

The files are copied and modified by converting all line endings from Windows to
Unix style and removing all trailing whitespace.

Here is the list of the current device header version and release date:

- [STM32C0: v1.3.0 created 30-October-2024](https://github.com/STMicroelectronics/STM32CubeC0)
- [STM32F0: v2.3.7 created 27-January-2023](https://github.com/STMicroelectronics/STM32CubeF0)
- [STM32F1: v4.3.5 created 22-July-2024](https://github.com/STMicroelectronics/STM32CubeF1)
- [STM32F2: v2.2.6 created 07-April-2023](https://github.com/STMicroelectronics/STM32CubeF2)
- [STM32F3: v2.3.8 created 29-March-2024](https://github.com/STMicroelectronics/STM32CubeF3)
- [STM32F4: v2.6.11 created 25-April-2025](https://github.com/STMicroelectronics/STM32CubeF4)
- [STM32F7: v1.2.10 created 25-April-2025](https://github.com/STMicroelectronics/STM32CubeF7)
- [STM32G0: v1.4.5 created 27-February-2026](https://github.com/STMicroelectronics/STM32CubeG0)
- [STM32G4: v1.2.6 created 06-February-2026](https://github.com/STMicroelectronics/STM32CubeG4)
- [STM32H5: v1.6.0 created 04-February-2026](https://github.com/STMicroelectronics/STM32CubeH5)
- [STM32H7: v1.10.7 created 04-February-2026](https://github.com/STMicroelectronics/STM32CubeH7)
- [STM32H7RS: v1.2.1 created 29-October-2025](https://github.com/STMicroelectronics/STM32CubeH7RS)
- [STM32L0: v1.9.4 created 07-March-2025](https://github.com/STMicroelectronics/STM32CubeL0)
- [STM32L1: v2.3.4 created 21-February-2025](https://github.com/STMicroelectronics/STM32CubeL1)
- [STM32L4: v1.7.5 created 14-November-2025](https://github.com/STMicroelectronics/STM32CubeL4)
- [STM32L5: v1.0.7 created 29-October-2025](https://github.com/STMicroelectronics/STM32CubeL5)
- [STM32N6: v1.3.0 created 29-October-2025](https://github.com/STMicroelectronics/STM32CubeN6)
- [STM32U0: v1.3.0 created 04-June-2025](https://github.com/STMicroelectronics/STM32CubeU0)
- [STM32U3: v1.3.0 created 04-February-2026](https://github.com/STMicroelectronics/STM32CubeU3)
- [STM32U5: v1.4.2 created 04-June-2025](https://github.com/STMicroelectronics/STM32CubeU5)
- [STM32WB: v1.12.3 created 04-June-2025](https://github.com/STMicroelectronics/STM32CubeWB)
- [STM32WB0: v1.4.0 created 29-October-2025](https://github.com/STMicroelectronics/STM32CubeWB0)
- [STM32WBA: v1.9.0 created 20-January-2026](https://github.com/STMicroelectronics/STM32CubeWBA)
- [STM32WL: v1.3.0 created 29-October-2025](https://github.com/STMicroelectronics/STM32CubeWL)
- [STM32WL3: v1.3.1 created 20-November-2025](https://github.com/STMicroelectronics/STM32CubeWL3)

This repository is updated periodically by Github Actions.