aboutsummaryrefslogtreecommitdiff
path: root/lib/chibios/demos/AVR/RT-TEENSY2-USB/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chibios/demos/AVR/RT-TEENSY2-USB/readme.txt')
-rw-r--r--lib/chibios/demos/AVR/RT-TEENSY2-USB/readme.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/chibios/demos/AVR/RT-TEENSY2-USB/readme.txt b/lib/chibios/demos/AVR/RT-TEENSY2-USB/readme.txt
new file mode 100644
index 000000000..86fb359b1
--- /dev/null
+++ b/lib/chibios/demos/AVR/RT-TEENSY2-USB/readme.txt
@@ -0,0 +1,23 @@
1*****************************************************************************
2** ChibiOS/RT port for Atmel AVR AT90USB128. **
3*****************************************************************************
4
5** TARGET **
6
7The demo runs on an PJRC Teensy 2++ board.
8
9** The Demo **
10
11The demo creates a standard serial-over-USB (CDC) slave device. The simple
12ChibiOS shell is run on the USB serial connection and can be interacted
13with by a standard serial port program (e.g. putty or screen).
14
15** Build Procedure **
16
17The demo was built using the GCC AVR toolchain. It should build with WinAVR too!
18
19** Notes **
20
21The USB driver itself is not that heavyweight but this demo requires a bit of
22flash space and memory because of the nature of the ChibiOS shell code and
23supporting functionality.