...
...
4. Application Specific Configuration
Every application directory contains the config.h
header file with various configuration parameters specific to the application.
...
Both debug and release images are created on every build (with different CONFIG_BUILD_DEBUG
settings).
...
5. Building Thingy-9151-Lite Application for nRF9151/nRF9161
Go to the application directory:
...
The resulting image is build/zephyr/merged.hex
.
...
6. Building Thingy-9151-Lite Application for nRF5340 (application core)
Go to the application directory:
...
The resulting image is build/zephyr/merged.hex
.
...
7. Building Thingy-9151-Lite Application for nRF5340 DK (network core)
Go to the application directory:
...