diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-09-16 11:19:42 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-10-23 21:16:35 -0400 |
commit | 7e090a996a85016b2e72fa5d426ba95fe8bdc703 (patch) | |
tree | 789e12103544158d611e5f51f47bf217fae758e8 /lib/README | |
parent | 7b792e40d51a5ee105c0d1b605b773cb44354d83 (diff) | |
download | kutter-7e090a996a85016b2e72fa5d426ba95fe8bdc703.tar.gz kutter-7e090a996a85016b2e72fa5d426ba95fe8bdc703.tar.xz kutter-7e090a996a85016b2e72fa5d426ba95fe8bdc703.zip |
lib: Add a copy of stm32f0 cmsis files from v1.10.0
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'lib/README')
-rw-r--r-- | lib/README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -43,6 +43,10 @@ STMicroelectronics: http://www.st.com/en/embedded-software/stm32cubef0.html version 1.9.0 (extracted 20190116). +The stm32f0 directory contains code from STMicroelectronics: + http://www.st.com/en/embedded-software/stm32cubef1.html +version 1.10.0 (extracted 20190721). + The stm32f1 directory contains code from STMicroelectronics: http://www.st.com/en/embedded-software/stm32cubef1.html version 1.8.0 (extracted 20190721). |