diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-09-02 18:14:54 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-09-02 18:14:54 -0400 |
commit | 8865f5799e46fe9c80ef4daa7208658cf93a38dc (patch) | |
tree | 4d74351d2a2e7737b043db9d332fe10bd7d9118a /lib/README | |
parent | 72c07acc99546007597efe223aaa906a8c676acd (diff) | |
download | kutter-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/README | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |