Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 565 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 565 Bytes

chibios-on-attiny167

This is a port of ChibiOS/NIL and ChibiOS/RT on the ATtiny167 mcu.

This repository just content the minimum needed to run ChibiOS on Digispark Pro board based on ATtiny167 mcu.

You can have a quick look at the demos: Take a look to the readme file under each demo folder to have more detail on wath does the demo.

TODO

  • The Port of ChibiOS RT

  • The Support is not finish, here is a list of remining tasks.

    • ADC support.
    • PWM support.
    • EXT support.
    • GPT support.
    • SPI support.
    • I2C support.

Thank you.