aboutsummaryrefslogtreecommitdiffstats
path: root/lib/README
diff options
context:
space:
mode:
Diffstat (limited to 'lib/README')
-rw-r--r--lib/README9
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/README b/lib/README
index 00f888e2..ff6c1f7a 100644
--- a/lib/README
+++ b/lib/README
@@ -1,12 +1,5 @@
This directory contains external library code.
-The pjrc_usb_serial directory contains code from:
- http://www.pjrc.com/teensy/usb_serial.html
-version 1.7 (extracted on 20160605). It has been modified to compile
-on recent versions of gcc, to support asynchronous notification of
-incoming data, and to not use SOF interrupts. See usb_serial.patch for
-the modifications.
-
The cmsis directory contains code from:
https://github.com/ARM-software/CMSIS_5
version 5.3.0 (49ac527aa7406cecbba46d4d3bdbc7f60c6c6d42). Contents
@@ -25,7 +18,7 @@ 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.
-The cmsis-sam4e8e directory contains code from the
+The cmsis-sam4e8e 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