This commit adds a shield devicetree overlay of nRF21540 Front-End Module EK that is intended to be used with nRF5340's application core when the nRF5340's network core controls the nRF21540. Signed-off-by: Jędrzej Ciupis <jedrzej.ciupis@nordicsemi.no>main...
The nrf21540ek_fwd is no more necessary and deprecated. Build system picks appropriate overlay (being either a pin-forwarder or the main fem overlay) based on content of `boards` directory. User does not need to pass different values for `-DSHIELD` for every core on the SoC. It is handl...
west build -b nrf5340_audio_dk_nrf5340_cpuapp --pristine -- -DCONFIG_AUDIO_DEV=1 -DSHIELD=nrf21540ek_fwd -DCONF_FILE=prj_release.conf To set the TX power output, use the :ref:`CONFIG_NRF_21540_MAIN_TX_POWER <config_nrf53_audio_app_options>` and :ref:`CONFIG_NRF_21540_PRI_ADV...