diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-12-18 17:42:49 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-12-23 22:15:25 -0500 |
commit | 4576b3918c09b1e4fc8b440459f62406c1addb21 (patch) | |
tree | aa3a946c47580e6fbd6c4e3acc06d8d7d04f78c6 /lib/README | |
parent | dc3ac2b424dc2f915f825227ac941ab1b982ed21 (diff) | |
download | kutter-4576b3918c09b1e4fc8b440459f62406c1addb21.tar.gz kutter-4576b3918c09b1e4fc8b440459f62406c1addb21.tar.xz kutter-4576b3918c09b1e4fc8b440459f62406c1addb21.zip |
lib: Add cmsis libraries for stm32g0
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'lib/README')
-rw-r--r-- | lib/README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -58,6 +58,11 @@ The stm32f4 directory contains code from: version v1.24.1 (b5abca20c9676b04f8d2885a668a9b653ee65705). Contents taken from the Drivers/CMSIS/Device/ST/STM32F4xx/ directory. +The stm32g0 directory contains code from: + https://github.com/STMicroelectronics/STM32CubeG0 +version v1.4.1 (5cb06333a6a43cefbe145f10a5aa98d3cc4cffee). Contents +taken from the Drivers/CMSIS/Device/ST/STM32G0xx/ directory. + The stm32h7 directory contains code from: https://github.com/STMicroelectronics/STM32CubeH7 version v1.7.0 (79196b09acfb720589f58e93ccf956401b18a191). Contents |