lib: Remove unused stm32f1 "hal" code

Now that the stm32f1 code has been merged into the stm32 code, there
is no longer a need to use the upstream stm32f1 "hal" code.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2019-07-28 23:23:18 -04:00 committed by KevinOConnor
parent 36217f27aa
commit 664c869f77
131 changed files with 1 additions and 140936 deletions

View file

@ -1,10 +1,3 @@
diff --git a/lib/stm32f1/hal/include/stm32f1xx_hal_conf.h b/lib/stm32f1/hal/include/stm32f1xx_hal_conf.h
new file mode 100644
index 00000000..fb41c421
--- /dev/null
+++ b/lib/stm32f1/hal/include/stm32f1xx_hal_conf.h
@@ -0,0 +1 @@
+#include "stm32f1xx_hal_conf_template.h"
diff --git a/lib/stm32f1/system_stm32f1xx.c b/lib/stm32f1/system_stm32f1xx.c
index be2da1b1..fb6c279c 100644
--- a/lib/stm32f1/system_stm32f1xx.c