nrf: add docs build for nrf54.

This commit is contained in:
Dario Nieuwenhuis 2024-11-17 23:01:00 +01:00
parent 5c9f9c443f
commit f99d733b61

View File

@ -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" },
] ]