[zephyr] Add nRF52 component tests so CI runs on zephyr-only changes (#16188)

This commit is contained in:
J. Nick Koston
2026-05-03 20:05:56 -05:00
committed by GitHub
parent 013dee44eb
commit 1d63158480
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
esphome:
on_boot:
- lambda: |-
ESP_LOGD("test", "millis=%u micros=%u cycles=%u",
(unsigned) millis(), (unsigned) micros(),
(unsigned) arch_get_cpu_cycle_count());
delay(1);
delayMicroseconds(1);

View File

@@ -0,0 +1 @@
<<: !include common.yaml