mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-08 06:24:03 -06:00
lib: Remove samd21/samd51 customizations that are no longer necessary
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
fbef144e7b
commit
a1d74a08e4
8 changed files with 9 additions and 77 deletions
|
@ -30,15 +30,15 @@ The samd21 directory contains code from the
|
|||
Atmel.SAMD21_DFP.1.3.304.atpack zip file found at:
|
||||
http://packs.download.atmel.com/
|
||||
version 1.3.304 (extracted on 20180725). It has been modified to
|
||||
compile with gcc's LTO feature and to work with chips that have a
|
||||
bootloader. See samd21.patch for the modifications.
|
||||
compile with gcc's LTO feature. See samd21.patch for the
|
||||
modifications.
|
||||
|
||||
The samd51 directory contains code from the
|
||||
Atmel.SAMD51_DFP.1.1.96.atpack zip file found at:
|
||||
http://packs.download.atmel.com/
|
||||
version 1.1.96 (extracted on 20190110). It has been modified to
|
||||
compile with gcc's LTO feature and to work with chips that have a
|
||||
bootloader. See samd51.patch for the modifications.
|
||||
compile with gcc's LTO feature. See samd51.patch for the
|
||||
modifications.
|
||||
|
||||
The lpc176x directory contains code from the mbed project:
|
||||
https://github.com/ARMmbed/mbed-os
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue