aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/AVR/ICU/readme.txt
diff options
context:
space:
mode:
authorTheodore Ateba <tf.ateba@gmail.com>2017-08-16 06:39:57 +0000
committerTheodore Ateba <tf.ateba@gmail.com>2017-08-16 06:39:57 +0000
commit7437bfef11387f1521f8c33e81885e186b583626 (patch)
treeae0bf0f0b0cb535fbcfd37114f22e641705a42ff /testhal/AVR/ICU/readme.txt
parent47461741eda79dd6096093d9b5474190d03ca8ce (diff)
downloadChibiOS-7437bfef11387f1521f8c33e81885e186b583626.tar.gz
ChibiOS-7437bfef11387f1521f8c33e81885e186b583626.tar.bz2
ChibiOS-7437bfef11387f1521f8c33e81885e186b583626.zip
Add a specific directory for AVR MEGA in the testhal.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10436 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/AVR/ICU/readme.txt')
-rw-r--r--testhal/AVR/ICU/readme.txt25
1 files changed, 0 insertions, 25 deletions
diff --git a/testhal/AVR/ICU/readme.txt b/testhal/AVR/ICU/readme.txt
deleted file mode 100644
index c9b431083..000000000
--- a/testhal/AVR/ICU/readme.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-*****************************************************************************
-** ChibiOS/RT port for Atmel AVR ATmega1280. **
-*****************************************************************************
-
-** TARGET **
-
-The demo runs on an Arduino Mega board.
-
-** The Demo **
-
-This demo uses ICP3 (ICU3 input) which is located on pin PE7 to measure signal
-width and period. The signal is output on pin PD4 using standard PAL calls and
-thread sleep functions. PD4 must be wired to PE7. It outputs three different
-waveforms with aproximately 1s duration using 50%, 25% and 75% respective duty
-cycles. After that it just turns on ICU3 and waits for it to overflow. The values
-read on each of these operations is output to SERIAL1.
-
-** 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.