lpc176x: Add initial support for LPC176x processors

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2018-05-07 21:32:27 -04:00
parent 5ae22a5e51
commit 970831ee0d
20 changed files with 6856 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ choice
bool "Atmega AVR"
config MACH_SAM3X8E
bool "SAM3x8e (Arduino Due)"
config MACH_LPC176X
bool "LPC176x (Smoothieboard)"
config MACH_STM32F1
bool "STMicroelectronics STM32F103"
config MACH_PRU
@@ -20,6 +22,7 @@ endchoice
source "src/avr/Kconfig"
source "src/sam3x8e/Kconfig"
source "src/lpc176x/Kconfig"
source "src/stm32f1/Kconfig"
source "src/pru/Kconfig"
source "src/linux/Kconfig"