Lines Matching +full:fail +full:- +full:fast
15 - esp32_devkitc_wrover/esp32/procpu
16 - esp32c3_devkitm
17 - esp32c6_devkitc
18 - esp32s2_saola
19 - esp32s3_devkitm/esp32s3/procpu
26 .. code-block:: console
28 west build -b <board> tests/boards/espressif/rtc_clk
33 .. code-block:: console
35 …west twister -p <board> --device-testing --device-serial=/dev/ttyUSB0 -vv --flash-before -T tests/…
39 .. code-block:: console
41 …west twister -p esp32c3_devkitm --device-testing --device-serial=/dev/ttyUSB0 -vv --flash-before -…
46 .. code-block:: console
48 *** Booting Zephyr OS build v3.6.0-3162-g529005998ea6 ***
54 START - test_cpu_pll_src
58 PASS - test_cpu_pll_src in 0.020 seconds
60 START - test_cpu_xtal_src
65 PASS - test_cpu_xtal_src in 17.645 seconds
67 START - test_rtc_fast_src
68 Testing RTC FAST CLK freq: 20000000 MHz
69 Testing RTC FAST CLK freq: 17500000 MHz
70 PASS - test_rtc_fast_src in 0.001 seconds
72 START - test_rtc_slow_src
75 PASS - test_rtc_slow_src in 0.002 seconds
78 ------ TESTSUITE SUMMARY START ------
79 SUITE PASS - 100.00% [rtc_clk]: pass = 4, fail = 0, skip = 0, total = 4 duration = 17.668 seconds
80 - PASS - [rtc_clk.test_cpu_pll_src] duration = 0.020 seconds
81 - PASS - [rtc_clk.test_cpu_xtal_src] duration = 17.645 seconds
82 - PASS - [rtc_clk.test_rtc_fast_src] duration = 0.001 seconds
83 - PASS - [rtc_clk.test_rtc_slow_src] duration = 0.002 seconds
84 ------ TESTSUITE SUMMARY END ------