diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-09-02 18:05:49 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-09-02 18:06:33 -0400 |
commit | 118f787d5caf4d27aee679dd36b8259b6a053a2b (patch) | |
tree | d20a90d00669ed174566b76415a1b5ab2d67213d /lib/README | |
parent | 729ac52851a586f450647e8e6b7f121a91fc5d2c (diff) | |
download | kutter-118f787d5caf4d27aee679dd36b8259b6a053a2b.tar.gz kutter-118f787d5caf4d27aee679dd36b8259b6a053a2b.tar.xz kutter-118f787d5caf4d27aee679dd36b8259b6a053a2b.zip |
lib: Update stm32f1 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
@@ -43,9 +43,10 @@ The stm32f0 directory contains code from: version v1.10.1 (d0c380d668c67dcdd4e44f656be27045ce4006a6). Contents taken from the Drivers/CMSIS/Device/ST/STM32F0xx/ directory. -The stm32f1 directory contains code from STMicroelectronics: - http://www.st.com/en/embedded-software/stm32cubef1.html -version 1.8.0 (extracted 20190721). +The stm32f1 directory contains code from: + https://github.com/STMicroelectronics/STM32CubeF1 +version v1.8.0 (441b2cbdc25aa50437a59c4bffe22b88e78942c9). Contents +taken from the Drivers/CMSIS/Device/ST/STM32F1xx/ directory. The stm32f2 directory contains code from STMicroelectronics: https://www.st.com/content/st_com/en/products/embedded-software/mcu-mpu-embedded-software/stm32-embedded-software/stm32cube-mcu-mpu-packages/stm32cubef2.html |