diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2016-06-04 19:34:39 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2016-06-05 10:52:45 -0400 |
commit | 3eafc8345885ff7d58c0124e518b240cbbaa8ecc (patch) | |
tree | 8a97d30951000819dd7f3074721ab25b3731b68f /lib/README | |
parent | 4326a3adced3788c774bf248d64776d730bafe0f (diff) | |
download | kutter-3eafc8345885ff7d58c0124e518b240cbbaa8ecc.tar.gz kutter-3eafc8345885ff7d58c0124e518b240cbbaa8ecc.tar.xz kutter-3eafc8345885ff7d58c0124e518b240cbbaa8ecc.zip |
avr: Initial support for Atmel AT90USB1286 mcu
Add GPIO definitions for the AT90USB1286. Add code for communicating
over USB port on AT90USB1286.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
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. |