readme.txt 858 B

1234567891011121314151617181920212223
  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 demonstrate the use of the serial driver and print an Hello world
  8. massage with a counter value so that the user can see that differents value
  9. are printed to a connected console. To see the messages, you need to connect
  10. an FTDI converter to USARTC0 (PINC3 is MCU TX and PINC2 is MCU RX).
  11. ** Build Procedure **
  12. The demo was built using the GCC AVR toolchain. It should build with WinAVR too!
  13. ** Programming procedure **
  14. The board can be flash by using the Makefile and the DFU Programmer tools.
  15. See the make file for more details.