diff options
Diffstat (limited to 'lib/README')
-rw-r--r-- | lib/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/README b/lib/README new file mode 100644 index 00000000..ce9b6524 --- /dev/null +++ b/lib/README @@ -0,0 +1,6 @@ +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. |