readme.txt 819 B

1234567891011121314151617181920212223
  1. *****************************************************************************
  2. ** ChibiOS/RT port for Atmel AVR AT90USB128. **
  3. *****************************************************************************
  4. ** TARGET **
  5. The demo runs on an PJRC Teensy 2++ board.
  6. ** The Demo **
  7. The demo creates a standard serial-over-USB (CDC) slave device. The simple
  8. ChibiOS shell is run on the USB serial connection and can be interacted
  9. with by a standard serial port program (e.g. putty or screen).
  10. ** Build Procedure **
  11. The demo was built using the GCC AVR toolchain. It should build with WinAVR too!
  12. ** Notes **
  13. The USB driver itself is not that heavyweight but this demo requires a bit of
  14. flash space and memory because of the nature of the ChibiOS shell code and
  15. supporting functionality.