From 1d10baf57837dadf709b98cfb024c35198885754 Mon Sep 17 00:00:00 2001 From: Eugene Batalov Date: Thu, 14 Jul 2016 14:25:44 +0300 Subject: [PATCH] car_fmw: add readme for usb vcp lib --- car_fmw/src/lib/usb_vcp/README.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 car_fmw/src/lib/usb_vcp/README.txt diff --git a/car_fmw/src/lib/usb_vcp/README.txt b/car_fmw/src/lib/usb_vcp/README.txt new file mode 100644 index 00000000000..a0ec6623372 --- /dev/null +++ b/car_fmw/src/lib/usb_vcp/README.txt @@ -0,0 +1,8 @@ +This library is cleaned up and minfied version +of code represented at +http://vedder.se/2012/07/usb-serial-on-stm32f4/ + +Useful resources: +http://www.beyondlogic.org/usbnutshell/usb1.shtml +http://www.usbmadesimple.co.uk/index.html +http://www.linusakesson.net/programming/tty/