-
Notifications
You must be signed in to change notification settings - Fork 3k
Add support for the VBLUno52 board #4765
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
Can you please instead of merging rebase your branch from master? thanks |
@0xc0170 Give me more specific about your request? Thank you |
@iotvietmember You used the command Looks like you just got it, actually! |
@theotherjimmy I have just fixed the problem. Was my action right or wrong? |
What matters is that the history looks correct. I think you took a correct action. |
@theotherjimmy @0xc0170 Thank you for your support. I hope that this PR will be reviewed soon. |
@theotherjimmy I hope that this commit will be reviewed soon. Thank you very much |
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.
Looking good, but we should get another review on here.
Questions/minor improvements suggested below.
|
||
|
||
|
||
|
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.
Why is this file full of white space?
targets/targets.json
Outdated
"supported_form_factors": ["ARDUINO"], | ||
"inherits": ["MCU_NRF52"], | ||
"macros_add": ["BOARD_PCA10040", "NRF52_PAN_12", "NRF52_PAN_15", "NRF52_PAN_58", "NRF52_PAN_55", "NRF52_PAN_54", "NRF52_PAN_31", "NRF52_PAN_30", "NRF52_PAN_51", "NRF52_PAN_36", "NRF52_PAN_53", "S132", "CONFIG_GPIO_AS_PINRESET", "BLE_STACK_SUPPORT_REQD", "SWI_DISABLE0", "NRF52_PAN_20", "NRF52_PAN_64", "NRF52_PAN_62", "NRF52_PAN_63"], | ||
"device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPI_ASYNCH", "SPISLAVE"], |
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.
Could you not set ERROR_PATTERN? It's not really a piece of hardware after all...
@theotherjimmy I have just fixed the problem in "device.h". I think that I should declare ERROR_PATTERN in "targets.json" for the VBLUno52 board which use Nordic nRF52832 chip, same as NRF52_DK board. |
@iotvietmember I don't understand what you're trying to say. Could you explain? |
@theotherjimmy I have just fixed the problem in "device.h". I think that I should declare ERROR_PATTERN in "targets.json" for the VBLUno52 board which use Nordic nRF52832 chip, same as NRF52_DK board. |
Hmmm... @iotvietmember I would rather the Nordic boards, or any boards, not declare |
@theotherjimmy In your opinion, What is file name which I need to declare ERROR_PATTERN in it? |
@iotvietmember leave it in targets.json. I'll submit a PR to remove all of the ERROR_* things next week. |
@theotherjimmy I have just fixed the problem about |
@iotvietmember |
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.
👍
Fix ERROR_PATTERN in VBLUNO52 config Signed-off-by: iotvietmember <[email protected]>
@theotherjimmy I have just fixed the problem. Thanks |
/morph test |
/morph export-build |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputBuild failed! |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 91 All exports and builds passed! |
@theotherjimmy The test results is good. Thank you |
/morph test |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
Description
This PR add new target for the VBLUno52 board (VNG Bluetooth Low Energy UNO nRF52832)
nRF52832 ARM Cortex-M4F processor
Bluetooth Low Energy 5.0
DAPLink interface
UNO pinout
4 power
Pinout :
Status
READY
Migrations
NO
Test results
Pass all test case in mbed test suite
test_result_vbluno52.zip