aboutsummaryrefslogtreecommitdiffstats
path: root/lib/README
blob: 6719b96474bb54d438a6dcd289614adfb711f5a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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. 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.

The hub-ctrl directory contains code from:
  https://github.com/codazoda/hub-ctrl.c/
revision 42095e522859059e8a5f4ec05c1e3def01a870a9.