diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-09-02 18:10:09 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-09-02 18:10:09 -0400 |
commit | 72c07acc99546007597efe223aaa906a8c676acd (patch) | |
tree | c803bd42f76070419d535ed32c9d4e5dc0e8ef64 | |
parent | 118f787d5caf4d27aee679dd36b8259b6a053a2b (diff) | |
download | kutter-72c07acc99546007597efe223aaa906a8c676acd.tar.gz kutter-72c07acc99546007597efe223aaa906a8c676acd.tar.xz kutter-72c07acc99546007597efe223aaa906a8c676acd.zip |
lib: Update stm32f2 to use upstream github source
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | lib/README | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -48,9 +48,10 @@ The stm32f1 directory contains code from: 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 -version 1.9.0 (extracted 20200614). +The stm32f2 directory contains code from: + https://github.com/STMicroelectronics/STM32CubeF2 +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 |