zephyr/tests/drivers
Krzysztof Chruscinski 8bee027ec4 arch: arm: Unconditionally compile IRQ_ZERO_LATENCY flag
Flag was present only when ZLI was enabled. That resulted in additional
ifdefs needed whenever code supports ZLI and non-ZLI mode.

Removed ifdefs, added build assert to irq connections to fail at
compile time if IRQ_ZERO_LATENCY is set but ZLI is disabled. Additional
clean up made which resulted from removing the ifdef.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2021-04-12 07:33:27 -04:00
..
adc/adc_api boards: arm: Add support for BMD-330-EVAL 2021-04-06 15:32:43 +02:00
build_all max17055: Set battery parameters from device tree 2021-04-05 15:29:00 -05:00
can tests: drivers: can: timing: Fix potential div by zero 2021-02-11 08:54:12 -05:00
clock_control tests: convert DEVICE_AND_API_INIT to DEVICE_DEFINE 2020-12-19 20:05:40 -05:00
console sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
counter esp32: drivers: counter: add support for general-purpose counters 2021-03-03 13:02:02 +01:00
dac drivers/dac: stm32: Adding DAC driver for nucleo_f429zi 2021-03-26 08:32:31 -04:00
dma tests: drivers: Fix dma channel link test 2021-04-08 14:52:07 -04:00
eeprom drivers: eeprom: EEPROM emulation in flash memory 2021-02-19 14:06:15 +01:00
entropy/api device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
flash tests/drivers/flash: allow CI using nrf52840dk_nrf52840 2021-03-29 13:43:55 -04:00
flash_simulator tests/drivers/flash_simulator: remove flash_write_protection_set() usage 2021-03-29 13:43:55 -04:00
gpio tests: drivers: gpio: provide quickfeather overlay 2021-03-11 08:58:20 -05:00
hwinfo/api
i2c coccinelle: Remove extra semicolon 2021-03-25 11:35:30 -05:00
i2s device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
ipm tests: convert DEVICE_AND_API_INIT to DEVICE_DEFINE 2020-12-19 20:05:40 -05:00
kscan/kscan_api device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
led/led_api device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
memc/stm32_sdram tests: drivers: memc: add test for stm32 SDRAM 2020-11-24 16:33:17 +01:00
pwm tests: drivers: pwm: fix order of parameters 2021-03-06 09:09:08 -06:00
regulator/fixed tests: drivers: regulator: add test for fixed regulator 2020-10-28 15:22:53 +01:00
sensor tests: drivers: sensors: use integration_platforms 2021-03-30 10:50:14 -05:00
spi/spi_loopback samples/drivers: Nucleo_F207zg: Enable test_spi_loopback sample application 2021-03-26 08:26:01 -04:00
timer/nrf_rtc_timer arch: arm: Unconditionally compile IRQ_ZERO_LATENCY flag 2021-04-12 07:33:27 -04:00
uart tests: Add test to check uart_irq_is_pending 2021-03-26 08:39:33 -04:00
watchdog/wdt_basic_api tests: watchdog: enable wwdg for nucleo_g431rb and nucleo_f091rc 2021-04-09 13:23:38 +02:00