diff options
Diffstat (limited to 'lib/chibios/demos/AVR/RT-TEENSY2-USB/readme.txt')
-rw-r--r-- | lib/chibios/demos/AVR/RT-TEENSY2-USB/readme.txt | 23 |
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 | |||
7 | The demo runs on an PJRC Teensy 2++ board. | ||
8 | |||
9 | ** The Demo ** | ||
10 | |||
11 | The demo creates a standard serial-over-USB (CDC) slave device. The simple | ||
12 | ChibiOS shell is run on the USB serial connection and can be interacted | ||
13 | with by a standard serial port program (e.g. putty or screen). | ||
14 | |||
15 | ** Build Procedure ** | ||
16 | |||
17 | The demo was built using the GCC AVR toolchain. It should build with WinAVR too! | ||
18 | |||
19 | ** Notes ** | ||
20 | |||
21 | The USB driver itself is not that heavyweight but this demo requires a bit of | ||
22 | flash space and memory because of the nature of the ChibiOS shell code and | ||
23 | supporting functionality. | ||