stm32f0: Remove hal based stm32f0 implementation

Signed-off-by: Eug Krashtan <eug.krashtan@gmail.com>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Eug Krashtan
2019-12-28 13:29:10 +02:00
committed by Kevin O'Connor
parent a34dbc7029
commit b70416167b
180 changed files with 0 additions and 260688 deletions

View File

@@ -21,8 +21,6 @@ choice
bool "LPC176x (Smoothieboard)"
config MACH_STM32
bool "STMicroelectronics STM32"
config MACH_STM32F0_HAL
bool "STMicroelectronics STM32F042 (with CAN)"
config MACH_PRU
bool "Beaglebone PRU"
config MACH_LINUX
@@ -36,7 +34,6 @@ source "src/atsam/Kconfig"
source "src/atsamd/Kconfig"
source "src/lpc176x/Kconfig"
source "src/stm32/Kconfig"
source "src/stm32f0/Kconfig"
source "src/pru/Kconfig"
source "src/linux/Kconfig"
source "src/simulator/Kconfig"