Skip to content

Commit

Permalink
treewide: bring HWMv2
Browse files Browse the repository at this point in the history
This brings HWMv2 (Hardware Model Version 2) into NCS. All boards have
been ported, and samples/documentation/build system adjusted
accordingly.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
Signed-off-by: Jamie McCrae <[email protected]>
Signed-off-by: Torsten Rasmussen <[email protected]>
  • Loading branch information
gmarull authored and carlescufi committed Apr 30, 2024
1 parent 287b1e6 commit d7a19af
Show file tree
Hide file tree
Showing 713 changed files with 4,900 additions and 5,760 deletions.
7 changes: 3 additions & 4 deletions .github/test-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,10 +266,9 @@

"CI-desktop-test":
- "applications/nrf_desktop/**/*"
- "boards/arm/*dmouse*/**/*"
- "boards/arm/*kbd*/**/*"
- "boards/arm/*dongle*/**/*"
- "boards/arm/*gmouse*/**/*"
- "boards/nordic/*mouse/**/*"
- "boards/nordic/*kbd/**/*"
- "boards/nordic/*dongle/**/*"
- "cmake/*"
- "drivers/sensor/pmw3360/**/*"
- "drivers/sensor/paw3212/**/*"
Expand Down
4 changes: 2 additions & 2 deletions applications/asset_tracker_v2/Kconfig.sysbuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
#

config SECURE_BOOT
default y if $(BOARD) = "nrf9160dk_nrf9160_ns"
default y if BOARD_NRF9160DK_NRF9160_NS

config SECURE_BOOT_APPCORE
default y if $(BOARD) = "nrf9160dk_nrf9160_ns"
default y if BOARD_NRF9160DK_NRF9160_NS

source "${ZEPHYR_BASE}/share/sysbuild/Kconfig"
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ The application provides predefined configuration files for typical use cases.
Following are the available configuration files:

* :file:`prj.conf` - Configuration file for all build targets.
* :file:`boards/<BOARD>.conf` - Configuration file specific for a build target specified with **<BOARD>**, where **<BOARD>** is the build target, for example ``nrf9161dk_nrf9161_ns``.
* :file:`boards/<BOARD>.conf` - Configuration file specific for a build target specified with **<BOARD>**, where **<BOARD>** is the build target, for example ``nrf9161dk/nrf9161/ns``.
This file is automatically merged with the :file:`prj.conf` file when you build for that target.

The :file:`include/<BOARD>/led_state_def.h` header file describes the LED behavior of the CAF LEDs module.
Expand Down
2 changes: 1 addition & 1 deletion applications/asset_tracker_v2/doc/cloud_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ This application implements full modem FOTA for the nRF91x1 DKs and for the nRF9
To enable full modem FOTA, add the ``-DEXTRA_CONF_FILE=overlay-full_modem_fota.conf`` parameter to your build command.

Also, specify your development kit version by appending it to the board name.
For example, if your development kit version is 1.0.1, use the board name ``nrf9160dk_nrf9160_ns@1_0_1`` in your build command.
For example, if your development kit version is 1.0.1, use the board name ``[email protected]/nrf9160/ns`` in your build command.

Connection awareness
====================
Expand Down
Loading

0 comments on commit d7a19af

Please sign in to comment.