aboutsummaryrefslogtreecommitdiffstats
path: root/lib/README
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2021-09-02 18:14:54 -0400
committerKevin O'Connor <kevin@koconnor.net>2021-09-02 18:14:54 -0400
commit8865f5799e46fe9c80ef4daa7208658cf93a38dc (patch)
tree4d74351d2a2e7737b043db9d332fe10bd7d9118a /lib/README
parent72c07acc99546007597efe223aaa906a8c676acd (diff)
downloadkutter-8865f5799e46fe9c80ef4daa7208658cf93a38dc.tar.gz
kutter-8865f5799e46fe9c80ef4daa7208658cf93a38dc.tar.xz
kutter-8865f5799e46fe9c80ef4daa7208658cf93a38dc.zip
lib: Update stm32f4 to use upstream github source
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'lib/README')
-rw-r--r--lib/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/README b/lib/README
index 4f25dc48..c821d5d7 100644
--- a/lib/README
+++ b/lib/README
@@ -53,9 +53,10 @@ The stm32f2 directory contains code from:
version v1.9.0 (42fc8bf966c04ef814bb0620dcd3e036e038b4a2). Contents
taken from the Drivers/CMSIS/Device/ST/STM32F2xx/ directory.
-The stm32f4 directory contains code from STMicroelectronics:
- http://www.st.com/en/embedded-software/stm32cubef4.html
-version 1.24.0 (extracted 20190723).
+The stm32f4 directory contains code from:
+ https://github.com/STMicroelectronics/STM32CubeF4
+version v1.24.1 (b5abca20c9676b04f8d2885a668a9b653ee65705). Contents
+taken from the Drivers/CMSIS/Device/ST/STM32F4xx/ directory.
The rp2040 directory contains code from the pico sdk:
https://github.com/raspberrypi/pico-sdk.git