aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR-ArduinoMega-GCC/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-07-01 14:10:13 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-07-01 14:10:13 +0000
commit21b907c94677776684b86440ec081a0252cd02e2 (patch)
tree3664934b835409b9b33e83e621ef4adeb796d410 /demos/AVR-ArduinoMega-GCC/readme.txt
parent8fabd4641a6d869901256d8b1b4163a6a99b05f6 (diff)
downloadChibiOS-21b907c94677776684b86440ec081a0252cd02e2.tar.gz
ChibiOS-21b907c94677776684b86440ec081a0252cd02e2.tar.bz2
ChibiOS-21b907c94677776684b86440ec081a0252cd02e2.zip
Arduino Mega support.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4379 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/AVR-ArduinoMega-GCC/readme.txt')
-rw-r--r--demos/AVR-ArduinoMega-GCC/readme.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/demos/AVR-ArduinoMega-GCC/readme.txt b/demos/AVR-ArduinoMega-GCC/readme.txt
new file mode 100644
index 000000000..2a1524da7
--- /dev/null
+++ b/demos/AVR-ArduinoMega-GCC/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.