2020-02-10 18:51:06 +01:00
|
|
|
common:
|
|
|
|
harness: net
|
|
|
|
depends_on: serial-net
|
2023-05-08 13:37:42 +02:00
|
|
|
tags:
|
|
|
|
- net
|
|
|
|
- ppp
|
|
|
|
- modem
|
|
|
|
- gsm
|
2021-04-24 19:09:30 +02:00
|
|
|
platform_allow: frdm_k64f
|
|
|
|
extra_args: DTC_OVERLAY_FILE="boards/frdm_uart2_dts.overlay"
|
2020-02-10 18:51:06 +01:00
|
|
|
sample:
|
|
|
|
description: Sample for generic GSM modem
|
|
|
|
name: Generic GSM modem using PPP
|
|
|
|
tests:
|
|
|
|
sample.net.ppp.gsm.modem:
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_TEST_RANDOM_GENERATOR=y
|
2021-05-17 09:43:20 +02:00
|
|
|
sample.net.ppp.gsm.modem.mux:
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_TEST_RANDOM_GENERATOR=y
|
|
|
|
- CONFIG_GSM_MUX=y
|
|
|
|
- CONFIG_UART_MUX=y
|