prepare va108xx-embassy release
This commit is contained in:
parent
872944bebf
commit
1ba43ad4ad
@ -23,4 +23,4 @@ once_cell = {version = "1", default-features = false, features = ["critical-sect
|
||||
ringbuf = { version = "0.4.7", default-features = false, features = ["portable-atomic"] }
|
||||
|
||||
va108xx-hal = "0.9"
|
||||
vorago-reb1 = { path = "../../vorago-reb1" }
|
||||
vorago-reb1 = "0.7"
|
||||
|
@ -20,4 +20,4 @@ version = "0.9"
|
||||
features = ["rt", "defmt"]
|
||||
|
||||
[dependencies.vorago-reb1]
|
||||
path = "../../vorago-reb1"
|
||||
version = "0.7"
|
||||
|
9
va108xx-embassy/CHANGELOG.md
Normal file
9
va108xx-embassy/CHANGELOG.md
Normal file
@ -0,0 +1,9 @@
|
||||
Change Log
|
||||
=======
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
||||
and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## [unreleased]
|
@ -14,8 +14,7 @@ embassy-time-queue-utils = "0.1"
|
||||
|
||||
once_cell = { version = "1", default-features = false, features = ["critical-section"] }
|
||||
|
||||
[dependencies.va108xx-hal]
|
||||
path = "../va108xx-hal"
|
||||
va108xx-hal = "0.9"
|
||||
|
||||
[features]
|
||||
default = ["irq-oc30-oc31"]
|
||||
|
@ -29,7 +29,7 @@
|
||||
//!
|
||||
//! ## Examples
|
||||
//!
|
||||
//! [embassy example project](https://egit.irs.uni-stuttgart.de/rust/va108xx-rs/src/branch/main/examples/embassy)
|
||||
//! [embassy example projects](https://egit.irs.uni-stuttgart.de/rust/va108xx-rs/src/branch/main/examples/embassy)
|
||||
#![no_std]
|
||||
use core::cell::{Cell, RefCell};
|
||||
use critical_section::CriticalSection;
|
||||
|
Loading…
x
Reference in New Issue
Block a user