Page 1 of 1

ChibiOS/(NIL & RT) support for ATtiny167

Posted: Wed Aug 02, 2017 8:54 pm
by tfAteba
Hello every body,

Two or three weeks ago, I added to the trunk my first port for ATtiny167 micro-controller :) .

I plan to support a wide range of ATtiny devices, but for the moment, this is the starting point.

The port is based on digispark pro board from Digistump here is a link to the website: http://digistump.com/products/109

There are RT and NIL demos under demo/AVR/ NIL-DIGISPARK-ATTINY-167 or demo/AVR/RT-DIGISPARK-ATTINY-167. The two demos use a thread to blink an onbaord LED and also send a message on UART Transmission pins.

For the moment, I have implemented just the minimum of low level drive (uart and pal) so a lot of work are still reminding on the hal layer.

Give a try for those who are interested, and I hope it will give a lot of idea to other people.

Feedback, suggestions and improvements are welcome.

Re: ChibiOS/(NIL & RT) support for ATtiny167  Topic is solved

Posted: Sun Oct 29, 2017 10:18 am
by tfAteba
Hello everyone,

Just a short message to tell that I have share this work with the Digistump community in case there will be interested people.
Here is a link to the post: http://digistump.com/board/index.php/topic,2798.0.html

I will see if there will be emulation around this small board running ChibiOS/RT and ChibiOS/NIL.