ChibiOS/demos/AVR/RT-DIGISPARK-ATTINY-167
Theodore Ateba 75d472f580 AVR: Update all configuration files of RT demos to avoid the error CH_DBG_TRACE_MASK not defined in chconf.h
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11153 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-12-20 20:29:56 +00:00
..
Makefile AVR: Correct the email address on all makefile. 2017-11-16 22:11:26 +00:00
chconf.h AVR: Update all configuration files of RT demos to avoid the error CH_DBG_TRACE_MASK not defined in chconf.h 2017-12-20 20:29:56 +00:00
halconf.h Re-alignment of all halconf.h files. 2017-10-22 13:34:38 +00:00
main.c Add ChibiOS RT demo for AVR ATtiny167 mcu. 2017-07-19 21:27:45 +00:00
mcuconf.h Add ChibiOS RT demo for AVR ATtiny167 mcu. 2017-07-19 21:27:45 +00:00
readme.txt AVR: Update readme.txt files in demos folders. 2017-10-01 09:42:28 +00:00

readme.txt

*****************************************************************************
** ChibiOS/RT port for Atmel AVR ATTiny167.                                **
*****************************************************************************

** TARGET **

The demo runs on a Digispark Pro board based on an ATtiny167.

** The Demo **

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 **

The demo was built using the GCC AVR toolchain.
It should build with WinAVR too!
Just run the command "make" to build this example.

** 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 repository:
https://github.com/micronucleus/micronucleus