Skip to content

Commit b34057f

Browse files
TacoGrandeTXdesmond-blue
authored andcommitted
Fix targets.json for MTB_LAIRD_BL654
When removing CryptoCell310 we now need to define: NRFX_RNG_ENABLED=1 RNG_ENABLED=1 NRF_QUEUE_ENABLED=1 These are brought in via "macros_add".
1 parent 3343022 commit b34057f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

targets/targets.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7228,6 +7228,7 @@
72287228
"detect_code": ["0465"],
72297229
"features_remove": ["CRYPTOCELL310"],
72307230
"macros_remove": ["MBEDTLS_CONFIG_HW_SUPPORT"],
7231+
"macros_add": ["NRFX_RNG_ENABLED=1", "RNG_ENABLED=1", "NRF_QUEUE_ENABLED=1"],
72317232
"overrides": {
72327233
"lf_clock_src": "NRF_LF_SRC_RC"
72337234
}

0 commit comments

Comments
 (0)