-
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
Conversation
"detect_code": ["1026"], | ||
"device_has_remove": ["ITM"], | ||
"macros_add": [ | ||
"CONFIG_GPIO_AS_PINRESET", | ||
"NRF52_ERRATA_20" |
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.
I don't see this set in the parent, why are we removing it ?
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.
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.
"device_has_remove": ["QSPI", "ITM"], | ||
"device_has_add": ["FLASH"], |
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
"MCU_NRF52840": {
"inherits": ["Target"],
"components_add": ["QSPIF", "FLASHIAP"],
"core": "Cortex-M4F",
"macros": [
"BOARD_PCA10056",
"NRF52840_XXAA",
"TARGET_NRF52840",
"CMSIS_VECTAB_VIRTUAL",
"CMSIS_VECTAB_VIRTUAL_HEADER_FILE=\"cmsis_nvic.h\"",
"MBED_TICKLESS",
"MBEDTLS_CONFIG_HW_SUPPORT",
"WSF_MAX_HANDLERS=10",
"MBED_MPU_CUSTOM",
"SWI_DISABLE0",
"NRF52_PAN_20"
],
"features": ["CRYPTOCELL310", "BLE"],
"device_has": [
"ANALOGIN",
"FLASH",
```
CI started |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Description
Summary of change
Fixes NRF52840_DK target configuration and removes redundancies between all MCU_NRF52840_DK based boards.
NRF52840_DK target code fixed, should be
1102
Moved configurations shared by all the boards MCU_NRF52840_DK based boards under MCU_NRF52840_DK.
Documentation
Pull request type
Test results
Reviewers
@0xc0170
@AnttiKauppila
@SeppoTakalo
Release Notes
Summary of changes
Impact of changes
Migration actions required