zephyr/tests/drivers
Andrzej Głąbek b4fb5300da boards: nrf52840dk_nrf52840: Do not enable arduino_serial by default
This is a follow-up to commit 25d7a09aa5.

The arduino_serial/uart1 node should not be enabled by default because
even if an application does not use it, the default CONFIG_SERIAL=y
setting causes that it is anyway initialized, so the UARTE peripheral
acquires its assigned pins (and they cannot be used in other way) and
its enabled receiver causes increased current consumption (by ~500 uA)
when the CPU is sleeping. This affects e.g. the boards/nrf/system_off
sample.
Applications that actually need to use this UART or shields that use
the arduino_serial node should enable the node explicitly.

Keep this node disabled by default for the nrf52840dk_nrf52840 board
and also for boards whose definitions are mostly copies of the above:
nrf52833dk_nrf52833 and nrf21540dk_nrf52840.

Update also accordingly a few overlay files in tests/ that were
disabling this node because of the pins it undesirably acquired.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2023-01-16 09:26:10 +01:00
..
adc test: adc: add unit test for gd32a503v_eval 2023-01-12 21:45:38 +01:00
bbram tests: drivers: bbram: refactoring 2022-12-29 17:40:29 +01:00
build_all tests: drivers: build_all: pwm: add PCA9685 2023-01-11 09:38:18 +01:00
can tests: drivers: can: canfd: add support filter type frame 2023-01-04 08:18:13 -06:00
clock_control tests: clock_control: stm32h7: pll2: Fix test configuration 2023-01-04 16:51:57 +01:00
console tests: Tag console tests with additional tags 2023-01-10 18:29:35 -05:00
coredump/coredump_api yamllint: fix all yamllint truthy errors 2023-01-04 01:16:45 +09:00
counter tests: drivers: counter: counter_basic_api: src: Fix STM32 RTC device 2023-01-09 10:14:06 +01:00
dac tests: dac: esp32: API test for CI 2022-12-13 16:29:38 +00:00
disk tests: disk: Increase stack size for USDHC 2023-01-14 09:22:22 +01:00
dma tests: dma: add esp32c3 2023-01-12 19:09:01 +01:00
eeprom tests: drivers: eeprom: add test for the EEPROM shell module 2022-11-15 09:43:42 -06:00
entropy/api yamllint: fix all yamllint line-length errors 2023-01-04 01:16:45 +09:00
espi drivers: espi: enable ESPI_EMUL automatically 2022-12-22 11:06:18 +01:00
flash yamllint: fix all yamllint line-length errors 2023-01-04 01:16:45 +09:00
flash_simulator tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
fuel_gauge/sbs_gauge fuel_gauge: sbs_gauge: Enable MFR ACC write 2023-01-08 19:48:12 +01:00
gpio boards: nrf52840dk_nrf52840: Do not enable arduino_serial by default 2023-01-16 09:26:10 +01:00
hwinfo/api tests/samples: fix some missing tags 2022-11-14 07:08:04 -05:00
i2c tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
i2s boards: nrf52840dk_nrf52840: Do not enable arduino_serial by default 2023-01-16 09:26:10 +01:00
ipm tests: move to using CONFIG_MP_MAX_NUM_CPUS 2022-10-20 22:04:10 +09:00
kscan/kscan_api tests: drivers: kscan: move to new ztest API 2022-09-09 16:24:20 -04:00
led/led_api tests: drviers: remove superfluous source files 2022-09-12 10:54:18 +00:00
memc/ram includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
mipi_dsi/api tests: drivers move the mipi dsi test to new ztest API 2022-09-01 15:33:25 -04:00
mm/sys_mm_drv_api tests/samples: fix some missing tags 2022-11-14 07:08:04 -05:00
pinctrl tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
pwm yamllint: indentation: fix files in tests/ 2023-01-04 14:23:53 +01:00
regulator boards: nrf52840dk_nrf52840: Do not enable arduino_serial by default 2023-01-16 09:26:10 +01:00
sdhc includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
sensor tests: sensor generic: fix grammar used in test messages 2022-12-28 10:43:50 +01:00
spi tests: spi: spi_loopback: add interrupt and DMA tests for GD32 boards 2023-01-11 08:50:56 -08:00
syscon ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
timer/nrf_rtc_timer tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
uart tests: drivers: uart: uart async: Add ESP32C3 support 2023-01-12 19:09:01 +01:00
udc tests: drivers: udc: fix uninitialized variable and thread 2022-12-14 12:06:03 +01:00
virtualization/ivshmem/plain tests: drivers: virtualization: enable KVM support for ivshmem-plain 2022-12-10 09:47:26 +01:00
w1/w1_api tests: drivers: w1: Enable arduino_i2c and arduino_serial explicitly 2023-01-16 09:26:10 +01:00
watchdog yamllint: indentation: fix files in tests/ 2023-01-04 14:23:53 +01:00