aboutsummaryrefslogtreecommitdiffstats
path: root/lib/README
diff options
context:
space:
mode:
authorcombolek <4743344+combolek@users.noreply.github.com>2020-06-23 07:52:15 -0700
committerGitHub <noreply@github.com>2020-06-23 10:52:15 -0400
commit7cab732ae9baf5cf6da716f06dc82942426a1712 (patch)
treeab3f2fbd5ab1613f26c32008590796bb7ca72ef7 /lib/README
parenta4c31bafb0c86b679c591fc0ab693b4fdef6114e (diff)
downloadkutter-7cab732ae9baf5cf6da716f06dc82942426a1712.tar.gz
kutter-7cab732ae9baf5cf6da716f06dc82942426a1712.tar.xz
kutter-7cab732ae9baf5cf6da716f06dc82942426a1712.zip
stm32: Initial support for stm32f2 (#3001)
Initial support for stm32f2 in general and STM32F207 in particular. Boots up and communicates on STM32F207VC. Signed-off-by: Boleslaw Ciesielski <combolek@users.noreply.github.com>
Diffstat (limited to 'lib/README')
-rw-r--r--lib/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/README b/lib/README
index f8e4d5f2..a388b862 100644
--- a/lib/README
+++ b/lib/README
@@ -46,6 +46,10 @@ The stm32f1 directory contains code from STMicroelectronics:
http://www.st.com/en/embedded-software/stm32cubef1.html
version 1.8.0 (extracted 20190721).
+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 stm32f4 directory contains code from STMicroelectronics:
http://www.st.com/en/embedded-software/stm32cubef4.html
version 1.24.0 (extracted 20190723).