Skip to content

Commit

Permalink
Add async feature to docs+CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeaurivage authored Jan 23, 2024
1 parent 52286af commit c8bfb0a
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 27 deletions.
60 changes: 34 additions & 26 deletions crates.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@
"samd11c",
"unproven",
"dma",
"defmt"
"defmt",
"async"
],
"target": "thumbv6m-none-eabi"
},
Expand All @@ -186,7 +187,8 @@
"samd11d",
"unproven",
"dma",
"defmt"
"defmt",
"async"
],
"target": "thumbv6m-none-eabi"
},
Expand All @@ -196,7 +198,8 @@
"unproven",
"usb",
"dma",
"defmt"
"defmt",
"async"
],
"target": "thumbv6m-none-eabi"
},
Expand All @@ -206,7 +209,8 @@
"unproven",
"usb",
"dma",
"defmt"
"defmt",
"async"
],
"target": "thumbv6m-none-eabi"
},
Expand All @@ -217,7 +221,8 @@
"usb",
"sdmmc",
"dma",
"defmt"
"defmt",
"async"
],
"target": "thumbv7em-none-eabihf"
},
Expand All @@ -228,7 +233,8 @@
"usb",
"sdmmc",
"dma",
"defmt"
"defmt",
"async"
],
"target": "thumbv7em-none-eabihf"
},
Expand All @@ -239,7 +245,8 @@
"usb",
"sdmmc",
"dma",
"defmt"
"defmt",
"async"
],
"target": "thumbv7em-none-eabihf"
},
Expand All @@ -250,82 +257,83 @@
"usb",
"sdmmc",
"dma",
"defmt"
"defmt",
"async"
],
"target": "thumbv7em-none-eabihf"
}
},
"hal_build_variants": {
"samd11c": {
"features": [ "samd11c", "unproven", "dma", "rtic", "defmt" ],
"features": [ "samd11c", "unproven", "dma", "rtic", "defmt", "async" ],
"target": "thumbv6m-none-eabi"
},
"samd11d": {
"features": [ "samd11d", "unproven", "dma", "rtic", "defmt" ],
"features": [ "samd11d", "unproven", "dma", "rtic", "defmt", "async" ],
"target": "thumbv6m-none-eabi"
},
"samd21e": {
"features": [ "samd21e", "unproven", "usb", "dma", "rtic", "defmt" ],
"features": [ "samd21e", "unproven", "usb", "dma", "rtic", "defmt", "async" ],
"target": "thumbv6m-none-eabi"
},
"samd21el": {
"features": [ "samd21el", "unproven", "dma", "rtic", "defmt" ],
"features": [ "samd21el", "unproven", "dma", "rtic", "defmt", "async" ],
"target": "thumbv6m-none-eabi"
},
"samd21g": {
"features": [ "samd21g", "unproven", "usb", "dma", "rtic", "defmt" ],
"features": [ "samd21g", "unproven", "usb", "dma", "rtic", "defmt", "async" ],
"target": "thumbv6m-none-eabi"
},
"samd21gl": {
"features": [ "samd21gl", "unproven", "dma", "rtic", "defmt" ],
"features": [ "samd21gl", "unproven", "dma", "rtic", "defmt", "async" ],
"target": "thumbv6m-none-eabi"
},
"samd21j": {
"features": [ "samd21j", "unproven", "usb", "dma", "rtic", "defmt" ],
"features": [ "samd21j", "unproven", "usb", "dma", "rtic", "defmt", "async" ],
"target": "thumbv6m-none-eabi"
},
"samd51g": {
"features": [ "samd51g", "unproven", "usb", "dma", "sdmmc", "rtic", "defmt" ],
"features": [ "samd51g", "unproven", "usb", "dma", "sdmmc", "rtic", "defmt", "async" ],
"target": "thumbv7em-none-eabihf"
},
"samd51j": {
"features": [ "samd51j", "unproven", "usb", "dma", "sdmmc", "rtic", "defmt" ],
"features": [ "samd51j", "unproven", "usb", "dma", "sdmmc", "rtic", "defmt", "async" ],
"target": "thumbv7em-none-eabihf"
},
"samd51n": {
"features": [ "samd51n", "unproven", "usb", "dma", "sdmmc", "rtic", "defmt" ],
"features": [ "samd51n", "unproven", "usb", "dma", "sdmmc", "rtic", "defmt", "async" ],
"target": "thumbv7em-none-eabihf"
},
"samd51p": {
"features": [ "samd51p", "unproven", "usb", "dma", "sdmmc", "rtic", "defmt" ],
"features": [ "samd51p", "unproven", "usb", "dma", "sdmmc", "rtic", "defmt", "async" ],
"target": "thumbv7em-none-eabihf"
},
"same51g": {
"features": [ "same51g", "unproven", "usb", "dma", "sdmmc", "rtic", "can", "defmt" ],
"features": [ "same51g", "unproven", "usb", "dma", "sdmmc", "rtic", "can", "defmt", "async" ],
"target": "thumbv7em-none-eabihf"
},
"same51j": {
"features": [ "same51j", "unproven", "usb", "dma", "sdmmc", "rtic", "can", "defmt" ],
"features": [ "same51j", "unproven", "usb", "dma", "sdmmc", "rtic", "can", "defmt", "async" ],
"target": "thumbv7em-none-eabihf"
},
"same51n": {
"features": [ "same51n", "unproven", "usb", "dma", "sdmmc", "rtic", "can", "defmt" ],
"features": [ "same51n", "unproven", "usb", "dma", "sdmmc", "rtic", "can", "defmt", "async" ],
"target": "thumbv7em-none-eabihf"
},
"same53j": {
"features": [ "same53j", "unproven", "usb", "dma", "sdmmc", "rtic", "defmt" ],
"features": [ "same53j", "unproven", "usb", "dma", "sdmmc", "rtic", "defmt", "async" ],
"target": "thumbv7em-none-eabihf"
},
"same53n": {
"features": [ "same53n", "unproven", "usb", "dma", "sdmmc", "rtic", "defmt" ],
"features": [ "same53n", "unproven", "usb", "dma", "sdmmc", "rtic", "defmt", "async" ],
"target": "thumbv7em-none-eabihf"
},
"same54n": {
"features": [ "same54n", "unproven", "usb", "dma", "sdmmc", "rtic", "can", "defmt" ],
"features": [ "same54n", "unproven", "usb", "dma", "sdmmc", "rtic", "can", "defmt", "async" ],
"target": "thumbv7em-none-eabihf"
},
"same54p": {
"features": [ "same54p", "unproven", "usb", "dma", "sdmmc", "rtic", "can", "defmt" ],
"features": [ "same54p", "unproven", "usb", "dma", "sdmmc", "rtic", "can", "defmt", "async" ],
"target": "thumbv7em-none-eabihf"
}
}
Expand Down
2 changes: 1 addition & 1 deletion hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rust-version = "1.75"
version = "0.16.0"

[package.metadata.docs.rs]
features = ["samd21g", "samd21g-rt", "unproven", "usb", "dma"]
features = ["samd21g", "samd21g-rt", "unproven", "usb", "dma", "async"]

#===============================================================================
# Required depdendencies
Expand Down

0 comments on commit c8bfb0a

Please sign in to comment.