https://github.com/qookei/tart
Asynchronous microcontroller library written in C++20.
https://github.com/qookei/tart
async cpp hacktoberfest library microcontroller
Last synced: about 2 months ago
JSON representation
Asynchronous microcontroller library written in C++20.
- Host: GitHub
- URL: https://github.com/qookei/tart
- Owner: qookei
- License: zlib
- Created: 2020-04-22T19:40:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T22:26:55.000Z (over 2 years ago)
- Last Synced: 2025-04-09T07:51:22.066Z (2 months ago)
- Topics: async, cpp, hacktoberfest, library, microcontroller
- Language: C++
- Homepage:
- Size: 229 KB
- Stars: 17
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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.