mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-30 22:01:11 +00:00
parent
70e3f2ca26
commit
06ab8ad8ad
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
@ -63,7 +63,7 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: esp-hal/esp-hal
|
||||
repository: esp-rs/esp-hal
|
||||
ref: ${{ matrix.packages.tag }}
|
||||
|
||||
- name: Build documentation
|
||||
|
@ -282,12 +282,9 @@ fn apply_feature_rules(package: &Package, config: &Config) -> Vec<String> {
|
||||
features.push("coex".to_owned());
|
||||
}
|
||||
}
|
||||
Package::EspHalEmbassy => {
|
||||
Package::EspHalEmbassy | Package::EspIeee802154 => {
|
||||
features.push("esp-hal/unstable".to_owned());
|
||||
}
|
||||
Package::EspIeee802154 => {
|
||||
features.push("esp-hal/unstable".to_owned());
|
||||
}
|
||||
},
|
||||
_ => {}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user