mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 14:22:33 +00:00
nrf: add docs build for nrf54.
This commit is contained in:
parent
5c9f9c443f
commit
f99d733b61
@ -18,6 +18,7 @@ flavors = [
|
|||||||
{ regex_feature = "nrf51", target = "thumbv6m-none-eabi" },
|
{ regex_feature = "nrf51", target = "thumbv6m-none-eabi" },
|
||||||
{ regex_feature = "nrf52.*", target = "thumbv7em-none-eabihf" },
|
{ regex_feature = "nrf52.*", target = "thumbv7em-none-eabihf" },
|
||||||
{ regex_feature = "nrf53.*", target = "thumbv8m.main-none-eabihf" },
|
{ regex_feature = "nrf53.*", target = "thumbv8m.main-none-eabihf" },
|
||||||
|
{ regex_feature = "nrf54.*", target = "thumbv8m.main-none-eabihf" },
|
||||||
{ regex_feature = "nrf91.*", target = "thumbv8m.main-none-eabihf" },
|
{ regex_feature = "nrf91.*", target = "thumbv8m.main-none-eabihf" },
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user