stm32: Support stm32f042 build from stm32/ directory

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2019-09-16 21:39:29 -04:00
parent 2c535106ee
commit a6d90bb95e
4 changed files with 41 additions and 4 deletions

View File

@@ -20,9 +20,9 @@ choice
config MACH_LPC176X
bool "LPC176x (Smoothieboard)"
config MACH_STM32
bool "STMicroelectronics STM32F1/F4"
bool "STMicroelectronics STM32"
config MACH_STM32F0_HAL
bool "STMicroelectronics STM32F042"
bool "STMicroelectronics STM32F042 (with CAN)"
config MACH_PRU
bool "Beaglebone PRU"
config MACH_LINUX