diff options
Diffstat (limited to 'lib/chibios/demos/AVR/TEST-SUITE-RT/readme.txt')
-rw-r--r-- | lib/chibios/demos/AVR/TEST-SUITE-RT/readme.txt | 22 |
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 | |||
7 | The demo runs on an Arduino Mega board. | ||
8 | |||
9 | ** The Demo ** | ||
10 | |||
11 | The demo currently just prints the RT test suite output on Serial0, which is | ||
12 | available on the board USB connector (FT232 converter), and toggles the LED | ||
13 | on PB7 (pin 13 on Arduino IDE) every second. | ||
14 | |||
15 | ** Build Procedure ** | ||
16 | |||
17 | The demo was built using the GCC AVR toolchain. It should build with WinAVR too! | ||
18 | |||
19 | ** Notes ** | ||
20 | |||
21 | This demo runs natively so the Arduino bootloader must be removed and the FUSEs | ||
22 | reprogrammed. The values used for fuses are LFUSE=0xe7 and HFUSE=0x99. | ||