From 72c07acc99546007597efe223aaa906a8c676acd Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Thu, 2 Sep 2021 18:10:09 -0400 Subject: [PATCH] lib: Update stm32f2 to use upstream github source Signed-off-by: Kevin O'Connor --- lib/README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/README b/lib/README index eff5f5b4..4f25dc48 100644 --- a/lib/README +++ b/lib/README @@ -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