aboutsummaryrefslogtreecommitdiffstats
path: root/lib/README
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-08-21 21:02:48 -0400
committerKevin O'Connor <kevin@koconnor.net>2019-09-06 13:49:16 -0400
commit97af0b3cb052651f200f79add9ef822ded7c5ba2 (patch)
tree17a89bfe0de090cbe633f4e3b21c4e0f20eb003a /lib/README
parenta344f6d2ad5258e1e58722bd6b63d8f993e36548 (diff)
downloadkutter-97af0b3cb052651f200f79add9ef822ded7c5ba2.tar.gz
kutter-97af0b3cb052651f200f79add9ef822ded7c5ba2.tar.xz
kutter-97af0b3cb052651f200f79add9ef822ded7c5ba2.zip
lib: Remove now unused ARM Cortex-M linker scripts and boot assembly
Remove the unused files for those boards converted to use the armcm_boot mechanism. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'lib/README')
-rw-r--r--lib/README21
1 files changed, 6 insertions, 15 deletions
diff --git a/lib/README b/lib/README
index d5d9e250..7ac2a361 100644
--- a/lib/README
+++ b/lib/README
@@ -8,37 +8,28 @@ taken from the CMSIS/Core/Include/ directory.
The sam3x directory contains code from the
Atmel.SAM3X_DFP.1.0.50.atpack zip file found at:
http://packs.download.atmel.com/
-version 1.0.50 (extracted on 20180725). It has been modified to
-compile with gcc's LTO feature. See sam3x.patch for the modifications.
+version 1.0.50 (extracted on 20180725).
The sam4e directory contains code from the
Atmel.SAM4E_DFP.1.1.57.atpack zip file found at:
http://packs.download.atmel.com/
-version 1.1.57 (extracted on 20180806). It has been modified to
-compile with gcc's LTO feature. Also, some AFEC register RW accesses
-have been modified to comply with the SAM4E datasheet. Finally, the
-interrupt vector table has been slightly modified to allow the code to
-run. See sam4e.patch for the modifications.
+version 1.1.57 (extracted on 20180806). It has been modified to fix
+some AFEC register RW accesses. See sam4e.patch for the modifications.
The sam4s directory contains code from the
Atmel.SAM4S_DFP.1.0.56.atpack zip file found at:
http://packs.download.atmel.com/
-version 1.0.56 (extracted on 20181220). It has been modified to
-compile with gcc's LTO feature. See sam4s.patch for the modifications.
+version 1.0.56 (extracted on 20181220).
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. See samd21.patch for the
-modifications.
+version 1.3.304 (extracted on 20180725).
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. See samd51.patch for the
-modifications.
+version 1.1.96 (extracted on 20190110).
The lpc176x directory contains code from the mbed project:
https://github.com/ARMmbed/mbed-os