readme.txt 759 B

12345678910111213141516171819202122
  1. *****************************************************************************
  2. ** ChibiOS/RT port for ATxmega128a4u. **
  3. *****************************************************************************
  4. ** TARGET **
  5. The demo runs on the mattair Tech MT-DB-X4 board.
  6. ** The Demo **
  7. The demo show how to configure and use the USARTC0 to transmit an Hello world!
  8. message. To see this message in a console on a computer, you must connect an
  9. FTDI adapter to PIN PC3(TX) and PC2(RX).
  10. ** Build Procedure **
  11. The demo was built using the GCC AVR toolchain. It should build with WinAVR too!
  12. ** Programming procedure **
  13. The board can be flash by using the Makefile and the DFU Programmer tools.
  14. See the make file for more details.