sam4e8e: Add the SAM4e8e port
This can be flashed to e.g. the duet wifi using bossac. It requires a later version as is currently included in the klipper repo (1.8 vs. 1.2). Comms are currently via UART0 only, USB serial is still TBD Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>
This commit is contained in:
committed by
Kevin O'Connor
parent
d15c106288
commit
64e6d85898
@@ -10,6 +10,8 @@ choice
|
||||
bool "SAM3x8e (Arduino Due)"
|
||||
config MACH_SAMD21
|
||||
bool "SAMD21 (Arduino Zero)"
|
||||
config MACH_SAM4E8E
|
||||
bool "SAM4e8e (Duet Wifi/Eth)"
|
||||
config MACH_LPC176X
|
||||
bool "LPC176x (Smoothieboard)"
|
||||
config MACH_STM32F1
|
||||
@@ -25,12 +27,15 @@ endchoice
|
||||
source "src/avr/Kconfig"
|
||||
source "src/sam3x8e/Kconfig"
|
||||
source "src/samd21/Kconfig"
|
||||
source "src/sam4e8e/Kconfig"
|
||||
source "src/lpc176x/Kconfig"
|
||||
source "src/stm32f1/Kconfig"
|
||||
source "src/pru/Kconfig"
|
||||
source "src/linux/Kconfig"
|
||||
source "src/simulator/Kconfig"
|
||||
|
||||
|
||||
|
||||
# The HAVE_GPIO_x options allow boards to disable support for some
|
||||
# commands if the hardware does not support the feature.
|
||||
config HAVE_GPIO
|
||||
|
||||
Reference in New Issue
Block a user