Skip to content

Commit 022962c

Browse files
thenguyenyfkartben
authored andcommitted
samples: counter: alarm: remove platform_allow filterring
Because this is a common testing scenario, almost any counter instance should be able to run. Some counter instances cannot run this sample should be filtered by platform_exclude or filter keywords. Signed-off-by: The Nguyen <the.nguyen.yf@renesas.com>
1 parent aed47c6 commit 022962c

File tree

1 file changed

+2
-26
lines changed

1 file changed

+2
-26
lines changed

samples/drivers/counter/alarm/sample.yaml

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -16,32 +16,8 @@ common:
1616
depends_on: counter
1717
tests:
1818
sample.drivers.counter.alarm:
19-
platform_allow:
20-
- nucleo_f746zg
21-
- nrf51dk/nrf51822
22-
- nrf52dk/nrf52832
23-
- nrf52840dk/nrf52840
24-
- nrf9160dk/nrf9160
25-
- samd20_xpro
26-
- bl5340_dvk/nrf5340/cpuapp
27-
- gd32e103v_eval
28-
- gd32e507z_eval
29-
- gd32f403z_eval
30-
- gd32f450i_eval
31-
- gd32f450z_eval
32-
- gd32e507v_start
33-
- gd32f407v_start
34-
- gd32f450v_start
35-
- gd32f470i_eval
36-
- stm32h735g_disco
37-
- stm32h573i_dk
38-
- rpi_pico
39-
- mr_canhubk3
40-
- s32z2xxdc2/s32z270/rtu0
41-
- s32z2xxdc2/s32z270/rtu1
42-
- s32z2xxdc2@D/s32z270/rtu0
43-
- s32z2xxdc2@D/s32z270/rtu1
44-
- lp_em_cc2340r5
19+
platform_exclude:
20+
- mps2/an385
4521
integration_platforms:
4622
- nucleo_f746zg
4723
sample.drivers.counter.alarm.stm32_rtc:

0 commit comments

Comments
 (0)