diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-09-02 18:00:06 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-09-02 18:06:33 -0400 |
commit | 729ac52851a586f450647e8e6b7f121a91fc5d2c (patch) | |
tree | 2efb9320606c81445bb25b45ff339ee29d9ab3e8 /lib/README | |
parent | 1feea0cfe8310b7633c27da9c45cc6422014a78b (diff) | |
download | kutter-729ac52851a586f450647e8e6b7f121a91fc5d2c.tar.gz kutter-729ac52851a586f450647e8e6b7f121a91fc5d2c.tar.xz kutter-729ac52851a586f450647e8e6b7f121a91fc5d2c.zip |
lib: Update stm32f0 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
@@ -38,9 +38,10 @@ Contents taken from the targets/TARGET_NXP/TARGET_LPC176X/ directory. It has been modified to set the appropriate clock speeds on the LPC1768 and LPC1769. See lpc176x.patch for the modifications. -The stm32f0 directory contains code from STMicroelectronics: - http://www.st.com/en/embedded-software/stm32cubef1.html -version 1.10.0 (extracted 20190721). +The stm32f0 directory contains code from: + https://github.com/STMicroelectronics/STM32CubeF0 +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 |