Skip to content

Commit 97ef25f

Browse files
authored
Merge pull request #11706 from VeijoPesonen/nrf52840_fix_product_anomaly_macro
MCU_NRF52840: Switches to correct Product Anomaly Notification(PAN) macro
2 parents 73f52fd + a15cdd3 commit 97ef25f

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

targets/targets.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7788,7 +7788,8 @@
77887788
"MBEDTLS_CONFIG_HW_SUPPORT",
77897789
"WSF_MAX_HANDLERS=10",
77907790
"MBED_MPU_CUSTOM",
7791-
"SWI_DISABLE0"
7791+
"SWI_DISABLE0",
7792+
"NRF52_PAN_20"
77927793
],
77937794
"features": ["CRYPTOCELL310", "BLE"],
77947795
"device_has": [
@@ -7865,8 +7866,7 @@
78657866
"release_versions": ["5"],
78667867
"device_name": "nRF52840_xxAA",
78677868
"macros_add": [
7868-
"CONFIG_GPIO_AS_PINRESET",
7869-
"NRF52_ERRATA_20"
7869+
"CONFIG_GPIO_AS_PINRESET"
78707870
]
78717871
},
78727872
"ARDUINO_NANO33BLE": {
@@ -7879,8 +7879,7 @@
78797879
"device_has_remove": ["QSPI"],
78807880
"device_has_add": ["FLASH"],
78817881
"macros_add": [
7882-
"CONFIG_GPIO_AS_PINRESET",
7883-
"NRF52_ERRATA_20"
7882+
"CONFIG_GPIO_AS_PINRESET"
78847883
]
78857884
},
78867885
"MTB_LAIRD_BL654": {
@@ -7890,7 +7889,7 @@
78907889
"detect_code": ["0465"],
78917890
"features_remove": ["CRYPTOCELL310"],
78927891
"macros_remove": ["MBEDTLS_CONFIG_HW_SUPPORT"],
7893-
"macros_add": ["NRFX_RNG_ENABLED=1", "RNG_ENABLED=1", "NRF_QUEUE_ENABLED=1", "CONFIG_GPIO_AS_PINRESET", "NRF52_ERRATA_20"],
7892+
"macros_add": ["NRFX_RNG_ENABLED=1", "RNG_ENABLED=1", "NRF_QUEUE_ENABLED=1", "CONFIG_GPIO_AS_PINRESET"],
78947893
"overrides": {
78957894
"lf_clock_src": "NRF_LF_SRC_RC",
78967895
"console-uart-flow-control": null
@@ -9606,8 +9605,7 @@
96069605
"components_remove": ["QSPIF"],
96079606
"release_versions": ["5"],
96089607
"macros_add": [
9609-
"CONFIG_GPIO_AS_PINRESET",
9610-
"NRF52_ERRATA_20"
9608+
"CONFIG_GPIO_AS_PINRESET"
96119609
]
96129610
},
96139611
"IM880B": {

0 commit comments

Comments
 (0)