aboutsummaryrefslogtreecommitdiff
path: root/lib/chibios/demos/AVR/NIL-ARDUINO-MEGA/readme.txt
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-04-10 12:13:40 +0100
committerAkshay <[email protected]>2022-04-10 12:13:40 +0100
commitdc90387ce7d8ba7b607d9c48540bf6d8b560f14d (patch)
tree4ccb8fa5886b66fa9d480edef74236c27f035e16 /lib/chibios/demos/AVR/NIL-ARDUINO-MEGA/readme.txt
Diffstat (limited to 'lib/chibios/demos/AVR/NIL-ARDUINO-MEGA/readme.txt')
-rw-r--r--lib/chibios/demos/AVR/NIL-ARDUINO-MEGA/readme.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/chibios/demos/AVR/NIL-ARDUINO-MEGA/readme.txt b/lib/chibios/demos/AVR/NIL-ARDUINO-MEGA/readme.txt
new file mode 100644
index 000000000..fbe5a9a98
--- /dev/null
+++ b/lib/chibios/demos/AVR/NIL-ARDUINO-MEGA/readme.txt
@@ -0,0 +1,23 @@
1*****************************************************************************
2** ChibiOS/NIL port for Atmel AVR ATmega2560. **
3*****************************************************************************
4
5** TARGET **
6
7The demo runs on an Arduino Mega board.
8
9** The Demo **
10
11One thread prints a message to the serial console, which is available on
12the board USB connector (FT232 converter).
13
14Another thread toggles the LED on PB7 (pin 13 on Arduino IDE) every 500ms.
15
16** Build Procedure **
17
18The demo was built using the GCC AVR toolchain. It should build with WinAVR too!
19
20** Notes **
21
22This demo runs natively so the Arduino bootloader must be removed and the FUSEs
23reprogrammed. The values used for fuses are LFUSE=0xe7 and HFUSE=0x99.