readme.txt 637 B

1234567891011121314151617181920
  1. *****************************************************************************
  2. ** ChibiOS/NIL 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 blink the onboard LED every second by using a threas.
  8. ** Build Procedure **
  9. The demo was built using the GCC AVR toolchain. It should build with WinAVR too!
  10. ** Programming procedure **
  11. The board can be flash by using the Makefile and the DFU Programmer tools.
  12. See the make file for more details.