Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 705 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 705 Bytes

tart

Tart is an asynchronous microcontroller library written in C++20. It is designed around C++20 coroutines. The library is intended to be used in place of other SDKs, and as such provides it's own driver for peripherals and such.

Note that this library is under active development and as such the APIs may change at any time and should not be considered stable for the time being.

Official IRC channel: #tart on irc.libera.chat.

Supported platforms

Currently, the following platforms are supported:

  • Raspberry Pi Foundation RP2040,
  • ST Electronics STM32F103C8T6.

Documentation

Documentation is yet to be written.

License

This project is licensed under the Zlib license.