Skip to content

Commit a15cdd3

Browse files
author
Veijo Pesonen
committed
MCU_NRF52840: Switches to correct Product Anomaly Notification macro
1 parent 1798c24 commit a15cdd3

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
@@ -7715,7 +7715,8 @@
77157715
"MBEDTLS_CONFIG_HW_SUPPORT",
77167716
"WSF_MAX_HANDLERS=10",
77177717
"MBED_MPU_CUSTOM",
7718-
"SWI_DISABLE0"
7718+
"SWI_DISABLE0",
7719+
"NRF52_PAN_20"
77197720
],
77207721
"features": ["CRYPTOCELL310", "BLE"],
77217722
"device_has": [
@@ -7792,8 +7793,7 @@
77927793
"release_versions": ["5"],
77937794
"device_name": "nRF52840_xxAA",
77947795
"macros_add": [
7795-
"CONFIG_GPIO_AS_PINRESET",
7796-
"NRF52_ERRATA_20"
7796+
"CONFIG_GPIO_AS_PINRESET"
77977797
]
77987798
},
77997799
"ARDUINO_NANO33BLE": {
@@ -7806,8 +7806,7 @@
78067806
"device_has_remove": ["QSPI"],
78077807
"device_has_add": ["FLASH"],
78087808
"macros_add": [
7809-
"CONFIG_GPIO_AS_PINRESET",
7810-
"NRF52_ERRATA_20"
7809+
"CONFIG_GPIO_AS_PINRESET"
78117810
]
78127811
},
78137812
"MTB_LAIRD_BL654": {
@@ -7817,7 +7816,7 @@
78177816
"detect_code": ["0465"],
78187817
"features_remove": ["CRYPTOCELL310"],
78197818
"macros_remove": ["MBEDTLS_CONFIG_HW_SUPPORT"],
7820-
"macros_add": ["NRFX_RNG_ENABLED=1", "RNG_ENABLED=1", "NRF_QUEUE_ENABLED=1", "CONFIG_GPIO_AS_PINRESET", "NRF52_ERRATA_20"],
7819+
"macros_add": ["NRFX_RNG_ENABLED=1", "RNG_ENABLED=1", "NRF_QUEUE_ENABLED=1", "CONFIG_GPIO_AS_PINRESET"],
78217820
"overrides": {
78227821
"lf_clock_src": "NRF_LF_SRC_RC",
78237822
"console-uart-flow-control": null
@@ -9412,8 +9411,7 @@
94129411
"components_remove": ["QSPIF"],
94139412
"release_versions": ["5"],
94149413
"macros_add": [
9415-
"CONFIG_GPIO_AS_PINRESET",
9416-
"NRF52_ERRATA_20"
9414+
"CONFIG_GPIO_AS_PINRESET"
94179415
]
94189416
},
94199417
"IM880B": {

0 commit comments

Comments
 (0)