The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_THINGY53_MISO_WORKAROUND

MISO workaround

Type: bool

Help

Workaround SPI bus MISO issues. The workaround sets dedicated pin
high in order to avoid voltage drops on the SPI MISO line.

Default

Kconfig definition

At boards/arm/thingy53_nrf5340/Kconfig:6

Included via Kconfig:8Kconfig.zephyr:37boards/Kconfig:75

Menu path: (Top) → Board Options

config THINGY53_MISO_WORKAROUND
    bool "MISO workaround"
    default SPI
    help
      Workaround SPI bus MISO issues. The workaround sets dedicated pin
      high in order to avoid voltage drops on the SPI MISO line.

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