mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-06 05:24:02 -06:00
sam3: Merge sam4e8e support into sam3 code
Most of the peripherals on the sam4e8e are similar to the ones on the sam3x8e mcu. Merge the code together and use just one code directory. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
e278552d44
commit
94c86d6c6c
25 changed files with 127 additions and 551 deletions
|
@ -1,2 +1,3 @@
|
|||
# Base config file for Atmel SAM3x8e ARM processor
|
||||
CONFIG_MACH_SAM3=y
|
||||
CONFIG_MACH_SAM3X8E=y
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
# Base config file for Atmel SAM4E8E ARM processor
|
||||
CONFIG_MACH_SAM3=y
|
||||
CONFIG_MACH_SAM4E8E=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue