diff options
author | Matt Baker <baker.matt.j@gmail.com> | 2022-09-21 21:20:16 -0700 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2022-12-02 11:31:42 -0500 |
commit | 9ab367d8136d059c14f0cc5e9ab0a198d744d5b4 (patch) | |
tree | 57ecb2cf440a9aa1052377d869b27b1c1b77fe22 /lib/README | |
parent | a1de69e39be743d7963da67dc4065c9c98d29cc7 (diff) | |
download | kutter-9ab367d8136d059c14f0cc5e9ab0a198d744d5b4.tar.gz kutter-9ab367d8136d059c14f0cc5e9ab0a198d744d5b4.tar.xz kutter-9ab367d8136d059c14f0cc5e9ab0a198d744d5b4.zip |
stm32g4: add lib from stm32cubeg4 v1.4.0
Signed-off-by: Matt Baker <baker.matt.j@gmail.com>
Diffstat (limited to 'lib/README')
-rw-r--r-- | lib/README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -78,6 +78,11 @@ The stm32g0 directory contains code from: version v1.4.1 (5cb06333a6a43cefbe145f10a5aa98d3cc4cffee). Contents taken from the Drivers/CMSIS/Device/ST/STM32G0xx/ directory. +The stm32g4 directory contains code from: + https://github.com/STMicroelectronics/STM32CubeG4 +version v1.4.0 (e762fe2ce800cf6c18a1868a3aabc7e9351751bd). Contents +taken from the Drivers/CMSIS/Device/ST/STM32G4xx/ directory. + The stm32l4 directory contains code from: https://github.com/STMicroelectronics/STM32CubeL4 version v1.17.0 (5e1553e07706491bd11f4edd304e093b6e4b83a4). Contents |