diff options
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.txt | 20 |
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 | |||
7 | The demo runs on the mattair Tech MT-DB-X4 board. | ||
8 | |||
9 | ** The Demo ** | ||
10 | |||
11 | The demo show how to blink the onboard LED every second. | ||
12 | |||
13 | ** Build Procedure ** | ||
14 | |||
15 | The demo was built using the GCC AVR toolchain. It should build with WinAVR too! | ||
16 | |||
17 | ** Programming procedure ** | ||
18 | |||
19 | The board can be flash by using the Makefile and the DFU Programmer tools. | ||
20 | See the make file for more details. | ||