https://github.com/bjoernq/bl602-async-rs-experiment
Async Rust Experiment on BL602
https://github.com/bjoernq/bl602-async-rs-experiment
Last synced: about 2 months ago
JSON representation
Async Rust Experiment on BL602
- Host: GitHub
- URL: https://github.com/bjoernq/bl602-async-rs-experiment
- Owner: bjoernQ
- Created: 2021-06-25T16:28:29.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-25T16:30:34.000Z (about 5 years ago)
- Last Synced: 2025-04-22T14:15:00.038Z (over 1 year ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Async Experiment on BL602
This is an experiment to use async Rust on BL602.
It's just a very simple async executor and a `Future` which can wait for a specified amount of ticks (currently each tick is half a second).
It is deliberately simple.
It uses an not yet merged PR of the BL602-HAL - but it should work with the `main` branch, too.