Skip to content

Commit 88ac039

Browse files
Vge0rgetomi-font
authored andcommitted
platform: nordic_nrf: Use nordic_hal tag instead of commit hash
Using a commit hash and shallow mode causes issues when fetching the HAL. This replaces the commit hash with a git tag which should work. The git tag points to a later version of the nordic_hal compared to the commit hash but this should not cause any issues since the changelog doesn't report any breaking changes for this vesion. Change-Id: I1c9d1ba6fd9f3e9f3da4708e6a1324defb8d7815 Signed-off-by: Georgios Vasilakis <[email protected]> (cherry picked from commit aded8c2)
1 parent ae87a61 commit 88ac039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/ext/target/nordic_nrf/common/core/config.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#-------------------------------------------------------------------------------
1010

1111
set(HAL_NORDIC_PATH "DOWNLOAD" CACHE PATH "Path to the Nordic HAL (or DOWNLOAD to fetch automatically)")
12-
set(HAL_NORDIC_VERSION "5c8d109371ebb740fbef1f440a3b59e488a36717" CACHE STRING "Version of the Nordic HAL to download")
12+
set(HAL_NORDIC_VERSION "nrfx-3.9.0" CACHE STRING "Version of the Nordic HAL to download")
1313
set(HAL_NORDIC_REMOTE "https://github.com/zephyrproject-rtos/hal_nordic" CACHE STRING "Remote of the Nordic HAL to download")
1414
# Set to FALSE if HAL_NORDIC_VERSION is a SHA.
1515
set(HAL_NORDIC_SHALLOW_FETCH CACHE BOOL TRUE "Use shallow fetch to download Nordic HAL.")

0 commit comments

Comments
 (0)