aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR/NIL-DIGISPARK-ATTINY-167/readme.txt
diff options
context:
space:
mode:
authorTheodore Ateba <tf.ateba@gmail.com>2017-10-01 09:42:28 +0000
committerTheodore Ateba <tf.ateba@gmail.com>2017-10-01 09:42:28 +0000
commit0daa851127bc9065dcbb025cd4142c5e37caed14 (patch)
tree2409ea628abcb0203bf513ca8295a20cc7c44ba1 /demos/AVR/NIL-DIGISPARK-ATTINY-167/readme.txt
parent1dbf08a13876e1d3f924bfa68f5c2014aa684e0e (diff)
downloadChibiOS-0daa851127bc9065dcbb025cd4142c5e37caed14.tar.gz
ChibiOS-0daa851127bc9065dcbb025cd4142c5e37caed14.tar.bz2
ChibiOS-0daa851127bc9065dcbb025cd4142c5e37caed14.zip
AVR: Update readme.txt files in demos folders.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10724 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/AVR/NIL-DIGISPARK-ATTINY-167/readme.txt')
-rw-r--r--demos/AVR/NIL-DIGISPARK-ATTINY-167/readme.txt19
1 files changed, 11 insertions, 8 deletions
diff --git a/demos/AVR/NIL-DIGISPARK-ATTINY-167/readme.txt b/demos/AVR/NIL-DIGISPARK-ATTINY-167/readme.txt
index 882bf35e1..19e3f0020 100644
--- a/demos/AVR/NIL-DIGISPARK-ATTINY-167/readme.txt
+++ b/demos/AVR/NIL-DIGISPARK-ATTINY-167/readme.txt
@@ -1,6 +1,6 @@
-******************************************************************************
-** ChibiOS/NIL port for Atmel AVR ATTiny167. **
-******************************************************************************
+*****************************************************************************
+** ChibiOS/NIL port for Atmel AVR ATTiny167. **
+*****************************************************************************
** TARGET **
@@ -8,9 +8,11 @@ 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.
+A thread is used to print a message to the UART. The UART pins, must be
+connected to an FTDI converter to see the message on a computer. The thread
+also toggles the onboard test/status LED every second, the LED is connected
+to the PB1 pin of the ATtiny167 MCU wich corresponds to P1 on the
+Digispark Pro board.
** Build Procedure **
@@ -18,11 +20,12 @@ 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 **
+** Programming procedure **
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
+program the board.
+Form more details, look at the Makefile or the github repository:
https://github.com/micronucleus/micronucleus