aboutsummaryrefslogtreecommitdiffstats
path: root/lib/README
diff options
context:
space:
mode:
authorD4SK <konstantin.vogel@gmx.net>2021-02-10 15:07:48 +0000
committerKevin O'Connor <kevin@koconnor.net>2021-10-06 18:17:06 -0400
commit53b98ebaed74971fee8c7c151ee803eecc4e2532 (patch)
tree9490026fd6ae693322792f861d9e97912d945617 /lib/README
parent309fbbc1043ae7d0f618d947b67c00a66dbc668c (diff)
downloadkutter-53b98ebaed74971fee8c7c151ee803eecc4e2532.tar.gz
kutter-53b98ebaed74971fee8c7c151ee803eecc4e2532.tar.xz
kutter-53b98ebaed74971fee8c7c151ee803eecc4e2532.zip
lib: Added cmsis libraries for stm32h7
Signed-off-by: Konstantin Vogel <konstantin.vogel@gmx.net> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'lib/README')
-rw-r--r--lib/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/README b/lib/README
index 8d923438..f6680d9f 100644
--- a/lib/README
+++ b/lib/README
@@ -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 stm32h7 directory contains code from:
+ https://github.com/STMicroelectronics/STM32CubeH7
+version v1.7.0 (79196b09acfb720589f58e93ccf956401b18a191). Contents
+taken from the Drivers/CMSIS/Device/ST/STM32H7xx/ directory.
+
The rp2040 directory contains code from the pico sdk:
https://github.com/raspberrypi/pico-sdk.git
version 1.2.0 (bfcbefafc5d2a210551a4d9d80b4303d4ae0adf7). It has been