aboutsummaryrefslogtreecommitdiff
path: root/lib/chibios/demos/AVR/TEST-SUITE-RT/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chibios/demos/AVR/TEST-SUITE-RT/readme.txt')
-rw-r--r--lib/chibios/demos/AVR/TEST-SUITE-RT/readme.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/chibios/demos/AVR/TEST-SUITE-RT/readme.txt b/lib/chibios/demos/AVR/TEST-SUITE-RT/readme.txt
new file mode 100644
index 000000000..d2762e163
--- /dev/null
+++ b/lib/chibios/demos/AVR/TEST-SUITE-RT/readme.txt
@@ -0,0 +1,22 @@
1*****************************************************************************
2** ChibiOS/RT port for Atmel AVR ATmega2560. **
3*****************************************************************************
4
5** TARGET **
6
7The demo runs on an Arduino Mega board.
8
9** The Demo **
10
11The demo currently just prints the RT test suite output on Serial0, which is
12available on the board USB connector (FT232 converter), and toggles the LED
13on PB7 (pin 13 on Arduino IDE) every second.
14
15** Build Procedure **
16
17The demo was built using the GCC AVR toolchain. It should build with WinAVR too!
18
19** Notes **
20
21This demo runs natively so the Arduino bootloader must be removed and the FUSEs
22reprogrammed. The values used for fuses are LFUSE=0xe7 and HFUSE=0x99.