tests/drivers/build_all/modem: Add modem_cellular driver
Add modem_cellular driver to build_all. Since the driver is generic, supporting 4 different modems, it builds an instance for all 4 as they exist in the devicetree. Signed-off-by: Bjarki Arge Andreasen <baa@trackunit.com>
This commit is contained in:
parent
b14c39f2c1
commit
bfdd382ffc
2 changed files with 16 additions and 0 deletions
7
tests/drivers/build_all/modem/modem_cellular.conf
Normal file
7
tests/drivers/build_all/modem/modem_cellular.conf
Normal file
|
@ -0,0 +1,7 @@
|
|||
CONFIG_TEST=y
|
||||
CONFIG_TEST_RANDOM_GENERATOR=y
|
||||
CONFIG_SERIAL=y
|
||||
CONFIG_UART_INTERRUPT_DRIVEN=y
|
||||
CONFIG_NETWORKING=y
|
||||
CONFIG_NET_L2_PPP=y
|
||||
CONFIG_MODEM=y
|
|
@ -72,3 +72,12 @@ tests:
|
|||
min_ram: 36
|
||||
extra_configs:
|
||||
- CONFIG_MODEM_IFACE_UART_ASYNC=y
|
||||
drivers.modem.modem_cellular.build:
|
||||
extra_args: CONF_FILE=modem_cellular.conf
|
||||
platform_exclude:
|
||||
- serpente
|
||||
- particle_boron
|
||||
- rak5010_nrf52840
|
||||
- litex_vexriscv
|
||||
- ip_k66f
|
||||
min_ram: 36
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue