diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-07-23 23:02:44 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-07-25 18:05:13 -0400 |
commit | a31a6c1d6a6e0f7d8c247799b373bf959c7e0584 (patch) | |
tree | 9797bbaa51adc0fd754c36a573150f146216b865 /lib/README | |
parent | 52dd6f0b57fab95239c369799c90224f8b2a70b2 (diff) | |
download | kutter-a31a6c1d6a6e0f7d8c247799b373bf959c7e0584.tar.gz kutter-a31a6c1d6a6e0f7d8c247799b373bf959c7e0584.tar.xz kutter-a31a6c1d6a6e0f7d8c247799b373bf959c7e0584.zip |
lib: Add stm32f4 cmsis files
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
@@ -59,6 +59,10 @@ version 1.8.0 (extracted 20190721). It has been modified to compile with gcc's LTO feature and to add a stm32f1xx_hal_conf.h file. See stm32f1.patch for the modifications. +The stm32f4 directory contains code from STMicroelectronics: + http://www.st.com/en/embedded-software/stm32cubef4.html +version 1.24.0 (extracted 20190723). + The hub-ctrl directory contains code from: https://github.com/codazoda/hub-ctrl.c/ revision 42095e522859059e8a5f4ec05c1e3def01a870a9. |