diff options
author | Theodore Ateba <tf.ateba@gmail.com> | 2017-07-21 09:49:36 +0000 |
---|---|---|
committer | Theodore Ateba <tf.ateba@gmail.com> | 2017-07-21 09:49:36 +0000 |
commit | b693c748d55f60e5380e26efac95d31a46f1c169 (patch) | |
tree | 060092a3958dda0d777f76fc6407eb49827452fe /demos | |
parent | 88aa29d4aac0b8f08bf7bf4a6ff81205b6004e9b (diff) | |
download | ChibiOS-b693c748d55f60e5380e26efac95d31a46f1c169.tar.gz ChibiOS-b693c748d55f60e5380e26efac95d31a46f1c169.tar.bz2 ChibiOS-b693c748d55f60e5380e26efac95d31a46f1c169.zip |
Add a readme file to the DIGISPARK ATiny 167 NIL demo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10335 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r-- | demos/AVR/NIL-DIGISPARK-ATTINY-167/readme.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/demos/AVR/NIL-DIGISPARK-ATTINY-167/readme.txt b/demos/AVR/NIL-DIGISPARK-ATTINY-167/readme.txt new file mode 100644 index 000000000..882bf35e1 --- /dev/null +++ b/demos/AVR/NIL-DIGISPARK-ATTINY-167/readme.txt @@ -0,0 +1,28 @@ +******************************************************************************
+** ChibiOS/NIL port for Atmel AVR ATTiny167. **
+******************************************************************************
+
+** TARGET **
+
+The demo runs on a Digispark Pro board based on an ATtiny167.
+
+** The Demo **
+
+The demo currently just toggles the test/status LED every second.
+The LED is connected to the PB1 pin of the ATtiny167 MCU.
+This pin corresponds to P1 on the Digispark Pro board.
+
+** Build Procedure **
+
+The demo was built using the GCC AVR toolchain.
+It should build with WinAVR too!
+Just run the command "make" to build this example.
+
+** Notes **
+
+The ATtiny167 is pre-programmed with a bootloader.
+Thus it can act as an USB device.
+The Digispark Pro runs the “micronucleus” bootloader.
+This bootloader comes with a command line tool which can be used to
+program the board. Form more details, look at the Makefile or the github at
+https://github.com/micronucleus/micronucleus
|