-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add support for Makerdiary nRF52840-MDK #11846
Add support for Makerdiary nRF52840-MDK #11846
Conversation
@manchoz, thank you for your changes. |
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.
Can you also attach test logs as part of the new target addition PR
PinDef(0 , 31), | ||
|
||
PinDef(1 , 0), //P1_1 = 32... | ||
PinDef(1 , 1), |
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.
can you fix alignment in this file (line 93 to 107)
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.
Done
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.
Logs will follow because I need to move to a non MacOS machine in order to get the USB-related tests to pass.
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.
Please, find both full log and specific USB tests logs - run with various system adjustments - at following gist
https://gist.github.com/manchoz/de94b521c3edf0a3f771d27f70ed8b23
I reviewed the logs, there are some failures - in usb - what are these? any known issues? |
Although I have followed all the indications for the configuration of files/devices permissions and udev, I'm having a lot of issues trying to get both GNU/Linux (Arch Linux w/ Gnome 3.34.1) and MacOS Catalina behaving properly during USB tests, because both interfere a lot with the USB operations of I have performed several test sessions and the results for USB test are often different depending on the state of the OS. I'm currently trying to setup a barebone GNU/Linux testing machine in order to double check the test results. |
Thanks for the feedback. You can report these to our forum or as an issue (if it is being technical), tests should be reproducible by anyone. |
@maciejbocianski usb tests - have you seen these errors or someone else would know? |
Ci started |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
@0xc0170 Checked NRF52840_DK and it looks it's only linux problem - can reproduce some (on windows works fine). |
@maciejbocianski yes, every step done. I have same results for USB tests on:
|
I accidentally started another CI run, will complete soon |
@manchoz I believe these issues should be reported via new issues. |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
@0xc0170 thank you for merging. |
Description
Add support for MakerDiary nRF52840-MDK.
Summary of change
Added target
MAKERDIARY_NRF52840_MDK
inheriting fromMCU_NRF52840
.ITM support has been disabled because MakerDiary nRF52840-MDK uses
TRACEDATA0
pin for on-board User Button.Pull request type (required)
Test results
Reviewers