aboutsummaryrefslogtreecommitdiffstats
path: root/lib/README
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2016-06-14 14:25:42 -0400
committerKevin O'Connor <kevin@koconnor.net>2016-06-14 14:25:42 -0400
commit31c04261c14b7ab7cca2d191d294c3efa326c8f1 (patch)
treec16f6212cbf946bd5f6f91c87678dcdd64f1669e /lib/README
parent6220cdda9247391b02007d4e8d3c640eca962baa (diff)
downloadkutter-31c04261c14b7ab7cca2d191d294c3efa326c8f1.tar.gz
kutter-31c04261c14b7ab7cca2d191d294c3efa326c8f1.tar.xz
kutter-31c04261c14b7ab7cca2d191d294c3efa326c8f1.zip
lib: Add Atmel SAM3x8e ARM CMSIS files
Add the ARM CMSIS definitions (obtained from an Arduino copy of libsam) in preparation for Arduino Due support. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'lib/README')
-rw-r--r--lib/README10
1 files changed, 8 insertions, 2 deletions
diff --git a/lib/README b/lib/README
index ce9b6524..5006043f 100644
--- a/lib/README
+++ b/lib/README
@@ -2,5 +2,11 @@ This directory contains external library code.
The pjrc_usb_serial directory contains code from:
http://www.pjrc.com/teensy/usb_serial.html
-it has been modified to compile on recent versions of gcc. See
-usb_serial.patch for the modifications.
+version 1.7 (extracted on 20160605). It has been modified to compile
+on recent versions of gcc. See usb_serial.patch for the modifications.
+
+The cmsis-sam3x8e directory contains code from the Arduino project:
+ https://www.arduino.cc/
+version 1.5.1 (extracted on 20160608). It has been modified to
+compile with gcc's LTO feature. See cmsis-sam3x8e.patch for the
+modifications.