We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b93a5 commit cc5a59aCopy full SHA for cc5a59a
platform/ext/target/nordic_nrf/common/core/config.cmake
@@ -9,7 +9,7 @@
9
#-------------------------------------------------------------------------------
10
11
set(HAL_NORDIC_PATH "DOWNLOAD" CACHE PATH "Path to the Nordic HAL (or DOWNLOAD to fetch automatically)")
12
-set(HAL_NORDIC_VERSION "nrfx-3.9.0" CACHE STRING "Version of the Nordic HAL to download")
+set(HAL_NORDIC_VERSION "pull/326/head" CACHE STRING "Version of the Nordic HAL to download")
13
set(HAL_NORDIC_REMOTE "https://github.com/zephyrproject-rtos/hal_nordic" CACHE STRING "Remote of the Nordic HAL to download")
14
# Set to FALSE if HAL_NORDIC_VERSION is a SHA.
15
set(HAL_NORDIC_SHALLOW_FETCH CACHE BOOL TRUE "Use shallow fetch to download Nordic HAL.")
0 commit comments