aboutsummaryrefslogtreecommitdiff
path: root/lib/chibios/demos/AVR/RT-MT-DB-X4/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chibios/demos/AVR/RT-MT-DB-X4/readme.txt')
-rw-r--r--lib/chibios/demos/AVR/RT-MT-DB-X4/readme.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/chibios/demos/AVR/RT-MT-DB-X4/readme.txt b/lib/chibios/demos/AVR/RT-MT-DB-X4/readme.txt
new file mode 100644
index 000000000..bd8bad930
--- /dev/null
+++ b/lib/chibios/demos/AVR/RT-MT-DB-X4/readme.txt
@@ -0,0 +1,20 @@
1*****************************************************************************
2** ChibiOS/RT port for ATxmega128a4u. **
3*****************************************************************************
4
5** TARGET **
6
7The demo runs on the mattair Tech MT-DB-X4 board.
8
9** The Demo **
10
11The demo show how to blink the onboard LED every second.
12
13** Build Procedure **
14
15The demo was built using the GCC AVR toolchain. It should build with WinAVR too!
16
17** Programming procedure **
18
19The board can be flash by using the Makefile and the DFU Programmer tools.
20See the make file for more details.