zephyr/tests/drivers
Robert Lubos 7cd3740135 tests: drivers: modem: Increase minimum RAM requirement for test
The actual RAM consumption of the general test case is higher then the
minimum RAM requirement specified by the test, therefore it fails with
RAM overflow for certain platforms (nrf52dk_nrf52832 for example).

Increase the minimum RAM required by the test to reflect the actual
state.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2022-03-21 15:27:48 +01:00
..
adc everywhere: fix typos 2022-03-18 13:24:08 -04:00
bbram
build_all tests: drivers: modem: Increase minimum RAM requirement for test 2022-03-21 15:27:48 +01:00
can drivers: can: add struct device argument to callback functions 2022-03-19 14:31:22 -04:00
clock_control everywhere: fix typos 2022-03-18 13:24:08 -04:00
console tests: remove usage of CONFIG_USB_UART_CONSOLE 2021-11-18 14:29:18 +01:00
counter everywhere: fix typos 2022-03-18 13:24:08 -04:00
dac tests: drivers: DAC testcase running on more stm32 nucleo boards 2022-03-10 13:30:06 -05:00
disk tests: disk: Add fixture for sdcard test 2022-01-07 08:01:22 -06:00
dma tests: dma: fix loopback suspend and resume issue 2022-03-18 12:14:05 -04:00
eeprom
entropy/api tests: drivers: entropy: api: use DEVICE_DT_GET 2022-03-11 15:27:05 -08:00
espi
flash everywhere: fix typos 2022-03-18 13:24:08 -04:00
flash_simulator everywhere: fix typos 2022-03-18 13:24:08 -04:00
gpio drivers: gpio: move non-standard dts flags to be soc specific 2022-03-10 13:46:34 -05:00
hwinfo/api tests: Fix drivers tests tag 2022-02-02 09:21:07 -05:00
i2c everywhere: fix typos 2022-03-18 13:24:08 -04:00
i2s tests: drivers: i2s: use pinctrl for nrf board overlay 2022-03-21 15:09:28 +01:00
ipm
kscan/kscan_api
led/led_api
memc/stm32_sdram
pinctrl kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
pwm everywhere: fix typos 2022-03-18 13:24:08 -04:00
regulator tests: regulator_pmic: Added PMIC regulator test 2021-12-08 08:27:44 -05:00
sensor everywhere: fix typos 2022-03-18 13:24:08 -04:00
spi/spi_loopback tests: spi_loopback: Make test name consistent 2022-02-02 09:21:07 -05:00
syscon dts: arm64: qemu-virt: switch to 64bit addressing in DT 2021-11-25 18:37:15 +01:00
timer/nrf_rtc_timer kconfig: Rename the ZTEST stack size option to align with the rest 2022-02-22 08:23:05 -05:00
uart tests: drivers: uart: use pinctrl for nrf board overlay 2022-03-21 15:09:28 +01:00
virtualization/ivshmem tests/ivshmem: Make sure it enters usermode before testing the driver 2022-01-18 13:22:25 -05:00
watchdog/wdt_basic_api