Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updating numbered headings

...

https://github.com/voxelbotics/nrf-app/blob/main/thingy9151lite_nrf5340_cpunet_app/boards/nrf5340dk_nrf5340_cpunet.overlay

...

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:

...