Add -boot docserver metadata.

This commit is contained in:
Dario Nieuwenhuis
2022-08-15 20:40:41 +02:00
parent eb811a71ac
commit dff6847e9c
10 changed files with 24 additions and 22 deletions

View File

@ -7,9 +7,7 @@ edition = "2021"
src_base = "https://github.com/embassy-rs/embassy/blob/embassy-usb-v$VERSION/embassy-usb/src/"
src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-usb/src/"
features = ["defmt"]
flavors = [
{ name = "default", target = "thumbv7em-none-eabihf" },
]
target = "thumbv7em-none-eabi"
[dependencies]
embassy-util = { version = "0.1.0", path = "../embassy-util" }