mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
14 lines
No EOL
272 B
JSON
14 lines
No EOL
272 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "cargo",
|
|
"command": "build --example ${fileBasenameNoExtension} --target thumbv7m-none-eabi --features __v7",
|
|
"problemMatcher": [
|
|
"$rustc"
|
|
],
|
|
"group": "build",
|
|
"label": "cargo build --examples"
|
|
}
|
|
]
|
|
} |