I am trying to build the Peripheral UART sample in nRF Connect SDK v2.8.0 targeting the nRF52805 SoC using VSCode. The sample is too large for the nRF52805 flash (linker overflow), so I am trying to build the minimal version. The Activating sample extensions section in the documentation states:
"...set EXTRA_CONF_FILE using the respective CMake option in the following manner:
-
For the minimal build variant, set it to
prj_minimal.conf
."
Where is the prj_minimal.conf file located? How do I add the CMake EXTRA_CONF_FILE option in VSCode?