Author Topic: ChibiOS on Digispark Pro  (Read 13910 times)

tfateba

  • Newbie
  • *
  • Posts: 1
ChibiOS on Digispark Pro
« on: October 29, 2017, 02:07:38 am »
Hello all,

I'm new to the forums, and I just want to share my work on one of the board made my Digistump.

For those interested in RTOS, I have ported ChibiOS/RT and ChibiOS/NIL on the Digispark Pro board. I know that use an RTOS on such a board is a bit crazy but i did it for learning purpose.

You can take a look at:

I have for the moment implement two drivers, the GPIO and the USART, there is still a lot of drivers to implement, so any help is welcome  ;).
The is also a demo to run the OS on the board. This demo blink the onboard LED and send hello world message to the usart serial link.

Best regards, and thanks for this cool board  ;D