removes NRF52832 from codebase - it is vestigal at best (#10709)

This commit is contained in:
Tom
2026-06-13 18:46:08 -05:00
committed by GitHub
co-authored by GitHub
parent bbcc35e209
commit b76e5e6ba4
3 changed files with 1 additions and 57 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ _ESP32_ARCHES = {
"esp32-c6",
"esp32c6",
}
_NRF52_ARCHES = {"nrf52", "nrf52840", "nrf52832"}
_NRF52_ARCHES = {"nrf52", "nrf52840"}
def _wait_port_free(port: str, *, timeout_s: float = 15.0, role: str = "") -> None: