mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-18 08:02:54 +00:00
SparkFun offers an Arduino-R3 compatible shield using the SARA-R410M-02B LTE Cat M1/NB-IoT modem. Now, that the basic SARA-R4 modem driver is implemented, let's enable the shield for several MCUs supporting Arduino-R3 compatible headers. Product Link: https://www.sparkfun.com/products/14997 Signed-off-by: Michael Scott <mike@foundries.io>
13 lines
315 B
Plaintext
13 lines
315 B
Plaintext
# Enable u-blox SARA-R4 modem
|
|
CONFIG_MODEM=y
|
|
CONFIG_MODEM_SHELL=y
|
|
CONFIG_MODEM_UBLOX_SARA_R4=y
|
|
CONFIG_UART_INTERRUPT_DRIVEN=y
|
|
|
|
# extend retry timing to 20 seconds for LTE/LTE-M
|
|
CONFIG_COAP_INIT_ACK_TIMEOUT_MS=20000
|
|
|
|
# Hack: disable IPv6 for now
|
|
# CONFIG_NET_IPV6 is not set
|
|
# CONFIG_NET_CONFIG_NEED_IPV6 is not set
|