ChibiOS/demos/AVR/NIL-DIGISPARK-ATTINY-167
gdisirio 34d794f731 Mass update of halconf.h files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12257 110e8d01-0319-4d1e-a829-52ad28d1bb01
2018-09-15 08:11:45 +00:00
..
Makefile AVR: Resolve compilation problem, missing chlib.h and chlicense.h 2018-03-14 07:45:40 +00:00
chconf.h NIL chconf.h files realignment. 2018-03-14 12:55:14 +00:00
halconf.h Mass update of halconf.h files. 2018-09-15 08:11:45 +00:00
main.c Add NIL support for AVR Tiny architecture. 2017-07-14 21:52:58 +00:00
mcuconf.h Mass update of the Apache 2.0 license statement. 2018-01-20 11:44:14 +00:00
readme.txt AVR: Update readme.txt files in demos folders. 2017-10-01 09:42:28 +00:00

readme.txt

*****************************************************************************
** ChibiOS/NIL 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