-
Notifications
You must be signed in to change notification settings - Fork 3k
M487: Support custom board #12576
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
M487: Support custom board #12576
Conversation
@ccli8, thank you for your changes. |
targets/targets.json
Outdated
"help": "Configure STDIO_UART_RX. STDIO_UART and STDIO_UART_TX/STDIO_UART_RX must be consistent. STDIO_UART_RX defaults to USBRX.", | ||
"value": null | ||
}, | ||
"custom-pinname-file": { |
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.
what is the use case for this, why do we need this "header file name" here? I dont recall seeing this before in other targets, the overwrite is done differently?
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.
Removed custom-pinname-file
. Re-organize PinNames.h
so that custom PinNames.h
can place in custom target (TARGET_
) folder.
b8c64f3
to
bee9625
Compare
@Ronny-Liu would you like to also review ? |
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.
LGTM
USBTX/USBRX should be dedicated for USB VCOM and not for other uses.
This is to support custom targets based on M480 series chips.
This is to support custom targets based on M480 series chips.
This is to support custom targets based on M480 series chips.
This is to support custom targets based on M480 series chips. For Mbed-Enabled boards: - NUMAKER_PFM_M487: ETHERNET - NUMAKER_IOT_M487: WIFI
This is to support custom targets based on M480 series chips.
This is to support custom targets based on M480 series chips.
- STDIO_UART and STDIO_UART_TX/STDIO_UART_RX - USB_UART and USBTX/USBRX
This is to support custom targets based on M480 series chips.
bee9625
to
5ec8641
Compare
Make modifications:
|
CI started |
Test run: FAILEDSummary: 1 of 7 test jobs failed Failed test jobs:
|
What's the error? |
Client test restarted |
Summary of changes
This PR tries to support custom board based on M480 series chips by enabling capability of being configurable for the following items:
Pull request type
Test results