HB, OTA etc

This commit is contained in:
2026-04-22 20:11:55 +03:00
parent 4100931deb
commit cb1014c950
76 changed files with 3157 additions and 232 deletions

View File

@@ -0,0 +1,6 @@
onewire_bus/test_apps:
disable:
- if: CONFIG_NAME == "rmt" and SOC_RMT_SUPPORTED != 1
reason: RMT backend variant requires SOC RMT support
- if: CONFIG_NAME == "uart" and SOC_UART_SUPPORTED != 1
reason: UART backend variant requires SOC UART support