mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 12:17:23 +00:00
[zephyr] Add nRF52 component tests so CI runs on zephyr-only changes (#16188)
This commit is contained in:
8
tests/components/zephyr/common.yaml
Normal file
8
tests/components/zephyr/common.yaml
Normal 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);
|
||||
1
tests/components/zephyr/test.nrf52-adafruit.yaml
Normal file
1
tests/components/zephyr/test.nrf52-adafruit.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common.yaml
|
||||
Reference in New Issue
Block a user