mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-28 21:01:06 +00:00
Add more metadata
This commit is contained in:
parent
d04dc2bc35
commit
adb0c3e947
@ -24,6 +24,7 @@ build = [
|
||||
{target = "thumbv7em-none-eabi", features = ["arch-cortex-m", "executor-thread"]},
|
||||
{target = "thumbv7em-none-eabi", features = ["arch-cortex-m", "executor-interrupt"]},
|
||||
{target = "thumbv7em-none-eabi", features = ["arch-cortex-m", "executor-interrupt", "executor-thread"]},
|
||||
{target = "thumbv7em-none-eabi", features = ["arch-cortex-m", "executor-interrupt", "executor-thread", "edf-scheduler"]},
|
||||
{target = "armv7a-none-eabi", features = ["arch-cortex-ar", "executor-thread"]},
|
||||
{target = "armv7r-none-eabi", features = ["arch-cortex-ar", "executor-thread"]},
|
||||
{target = "armv7r-none-eabihf", features = ["arch-cortex-ar", "executor-thread"]},
|
||||
|
Loading…
x
Reference in New Issue
Block a user