-
Notifications
You must be signed in to change notification settings - Fork 3k
M2351: Support custom board #12660
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
M2351: Support custom board #12660
Conversation
1. Introduce MCU_M2351 target to be inheritable 2. Re-organize PinNames.h to be overridable 3. Enable configurability of USB/STDIO UART pins
@ccli8, 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.
I recall seeing these changes before, was it closed and this is a new one? Looks fine to me just SDPX : see @mbed-bot travis-ci/licence_check — Needs review, 2 license issues found
@@ -0,0 +1,116 @@ | |||
/* mbed Microcontroller Library | |||
* Copyright (c) 2017-2018 Nuvoton | |||
* |
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 add SPDX identifier to new files
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.
Added SPDX identifier to all M2351 files.
Another MCU family, just checked |
CI started |
Test run: FAILEDSummary: 1 of 6 test jobs failed Failed test jobs:
|
Will restart tests later today |
Summary of changes
Continuing #12576, this PR tries to support custom board based on M2351 series chips by enabling capability of being configurable for the following items:
Pull request type
Test results