diff options
author | Eug Krashtan <eug.krashtan@gmail.com> | 2019-12-28 13:29:10 +0200 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-01-14 17:08:01 -0500 |
commit | b70416167b9abdcafacea81e9ef92c509360f735 (patch) | |
tree | 7cf36ea0ea19ba2058c7a7457483c5d13eaab9b0 /lib/README | |
parent | a34dbc7029fc9bbaabf8c13b2ef8f5f4052c12a2 (diff) | |
download | kutter-b70416167b9abdcafacea81e9ef92c509360f735.tar.gz kutter-b70416167b9abdcafacea81e9ef92c509360f735.tar.xz kutter-b70416167b9abdcafacea81e9ef92c509360f735.zip |
stm32f0: Remove hal based stm32f0 implementation
Signed-off-by: Eug Krashtan <eug.krashtan@gmail.com>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'lib/README')
-rw-r--r-- | lib/README | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -38,11 +38,6 @@ 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 cmsis-stm32f0 and the hal-stm32f0 directories contain code from -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). |