1common: 2 build_only: true 3 tags: 4 - drivers 5 - adc 6tests: 7 drivers.adc.build: 8 # will cover I2C, SPI, and emul based drivers 9 platform_allow: 10 - native_sim 11 - native_sim/native/64 12 extra_args: "CONFIG_GPIO=y" 13 drivers.adc.cc32xx.build: 14 platform_allow: cc3220sf_launchxl 15 drivers.adc.ite.it8xxx2.build: 16 platform_allow: it8xxx2_evb 17 drivers.adc.mcux.adc12.build: 18 platform_allow: twr_ke18f 19 drivers.adc.mcux.adc16.build: 20 platform_allow: frdm_k22f 21 drivers.adc.mcux.lpadc.build: 22 platform_allow: lpcxpresso55s28 23 drivers.adc.mcp320x.build: 24 platform_allow: lpcxpresso55s16 25 extra_args: SHIELD=mikroe_adc_click 26 drivers.adc.npcx.build: 27 platform_allow: npcx7m6fb_evb 28 drivers.adc.nrf.build: 29 platform_allow: nrf51dk/nrf51822 30 drivers.adc.nrf.saadc.build: 31 platform_allow: nrf21540dk/nrf52840 32 drivers.adc.sam0.build: 33 platform_allow: same54_xpro 34 drivers.adc.sam.afec.build: 35 platform_allow: sam_e70_xplained/same70q21 36 drivers.adc.stm32.build: 37 platform_allow: disco_l475_iot1 38 drivers.adc.xec.build: 39 platform_allow: mec15xxevb_assy6853 40 drivers.adc.test.build: 41 platform_allow: qemu_cortex_m3 42 drivers.adc.linker_generator.build: 43 platform_allow: qemu_cortex_m3 44 tags: 45 - linker_generator 46 extra_configs: 47 - CONFIG_CMAKE_LINKER_GENERATOR=y 48