diff options
author | Fabio Utzig <utzig@utzig.org> | 2015-08-18 23:44:05 +0000 |
---|---|---|
committer | Fabio Utzig <utzig@utzig.org> | 2015-08-18 23:44:05 +0000 |
commit | 649c937cdb4aa6076ce29e8f116b60c2b4f68601 (patch) | |
tree | 0a82e03305b8a2e95c4729e63761aaaf9ba1a84b /demos/AVR/RT-ARDUINOUNO/readme.txt | |
parent | 603e117103e1404fff9799d52bb3dcd469b9044a (diff) | |
download | ChibiOS-649c937cdb4aa6076ce29e8f116b60c2b4f68601.tar.gz ChibiOS-649c937cdb4aa6076ce29e8f116b60c2b4f68601.tar.bz2 ChibiOS-649c937cdb4aa6076ce29e8f116b60c2b4f68601.zip |
[AVR] Add NIL/RT demos for Uno
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8225 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/AVR/RT-ARDUINOUNO/readme.txt')
-rw-r--r-- | demos/AVR/RT-ARDUINOUNO/readme.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/demos/AVR/RT-ARDUINOUNO/readme.txt b/demos/AVR/RT-ARDUINOUNO/readme.txt new file mode 100644 index 000000000..2a1524da7 --- /dev/null +++ b/demos/AVR/RT-ARDUINOUNO/readme.txt @@ -0,0 +1,22 @@ +*****************************************************************************
+** ChibiOS/RT port for Atmel AVR ATmega1280. **
+*****************************************************************************
+
+** TARGET **
+
+The demo runs on an Arduino Mega board.
+
+** The Demo **
+
+The demo currently just prints the TestThread output on Serial0, which is
+available on the board USB connector (FT232 converter), and toggles the LED
+on PB7 (pin 13 on Arduino IDE) every second.
+
+** Build Procedure **
+
+The demo was built using the GCC AVR toolchain. It should build with WinAVR too!
+
+** Notes **
+
+This demo runs natively so the Arduino bootloader must be removed and the FUSEs
+reprogrammed. The values used for fuses are LFUSE=0xe7 and HFUSE=0x99.
|