CONFIG_MODEM_SIMCOM_SIM7080_RX_STACK_SIZE

Stack size for the simcom sim7080 modem driver rx thread

Type: int

Help

This stack is used by the simcom SIM7080 RX thread.

Direct dependencies

MODEM_SIM7080 && MODEM

(Includes any dependencies from ifs and menus.)

Default

  • 1028

Kconfig definition

At <Driver>/modem/Kconfig.simcom-sim7080:20

Included via Kconfig:8Kconfig.zephyr:42<Driver>/Kconfig:84<Driver>/modem/Kconfig:148

Menu path: (Top) → Device Drivers → Modem Drivers → Sim7080 Driver

config MODEM_SIMCOM_SIM7080_RX_STACK_SIZE
    int "Stack size for the simcom sim7080 modem driver rx thread"
    default 1028
    depends on MODEM_SIM7080 && MODEM
    help
      This stack is used by the simcom SIM7080 RX thread.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)