-
Notifications
You must be signed in to change notification settings - Fork 3k
MCU_NRF52840 target configuration fixes #11995
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7831,6 +7831,8 @@ | |
| "overrides": { | ||
| "mpu-rom-end": "0x1fffffff" | ||
| }, | ||
| "release_versions": ["5"], | ||
| "device_name": "nRF52840_xxAA", | ||
| "OUTPUT_EXT": "hex", | ||
| "is_disk_virtual": true, | ||
| "supported_toolchains": ["GCC_ARM", "ARM", "IAR"], | ||
|
|
@@ -7842,29 +7844,22 @@ | |
| "NRF52840_DK": { | ||
| "supported_form_factors": ["ARDUINO"], | ||
| "inherits": ["MCU_NRF52840"], | ||
| "release_versions": ["5"], | ||
| "device_name": "nRF52840_xxAA", | ||
| "detect_code": ["1102"], | ||
| "macros_add": [ | ||
| "CONFIG_GPIO_AS_PINRESET" | ||
| ] | ||
| }, | ||
| "ARDUINO_NANO33BLE": { | ||
| "inherits": ["MCU_NRF52840"], | ||
| "release_versions": ["5"], | ||
| "device_name": "nRF52840_xxAA", | ||
| "features_add": ["BLE", "STORAGE"], | ||
| "features_add": ["STORAGE"], | ||
| "components_remove": ["QSPIF"], | ||
| "components_add": ["FLASHIAP"], | ||
| "device_has_remove": ["QSPI", "ITM"], | ||
| "device_has_add": ["FLASH"], | ||
| "macros_add": [ | ||
| "CONFIG_GPIO_AS_PINRESET" | ||
| ] | ||
| }, | ||
| "MTB_LAIRD_BL654": { | ||
| "inherits": ["MCU_NRF52840"], | ||
| "release_versions": ["5"], | ||
| "device_name": "nRF52840_xxAA", | ||
| "detect_code": ["0465"], | ||
| "features_remove": ["CRYPTOCELL310"], | ||
| "macros_remove": ["MBEDTLS_CONFIG_HW_SUPPORT"], | ||
|
|
@@ -7876,13 +7871,10 @@ | |
| }, | ||
| "MAKERDIARY_NRF52840_MDK": { | ||
| "inherits": ["MCU_NRF52840"], | ||
| "release_versions": ["5"], | ||
| "device_name": "nRF52840_xxAA", | ||
| "detect_code": ["1026"], | ||
| "device_has_remove": ["ITM"], | ||
| "macros_add": [ | ||
| "CONFIG_GPIO_AS_PINRESET", | ||
| "NRF52_ERRATA_20" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't see this set in the parent, why are we removing it ?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It has been erroneously added here. As PR #11706 tells the define is incorrect and the correct one can be found from under MCU_NRF52840. |
||
| "CONFIG_GPIO_AS_PINRESET" | ||
| ] | ||
| }, | ||
| "BLUEPILL_F103C8": { | ||
|
|
@@ -9633,7 +9625,6 @@ | |
| }, | ||
| "EP_AGORA": { | ||
| "inherits": ["MCU_NRF52840"], | ||
| "device_name": "nRF52840_xxAA", | ||
| "supported_form_factors": [], | ||
| "config": { | ||
| "modem_is_on_board": { | ||
|
|
@@ -9649,7 +9640,6 @@ | |
| }, | ||
| "components_add": ["SPIF"], | ||
| "components_remove": ["QSPIF"], | ||
| "release_versions": ["5"], | ||
| "macros_add": [ | ||
| "CONFIG_GPIO_AS_PINRESET" | ||
| ] | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this one is neither set in the
MCU_NRF52840?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All three - BLE, FLASHIAP and FLASH - are already defined under MCU_NRF52840