-
Notifications
You must be signed in to change notification settings - Fork 3k
Support Nuvoton's new target NUMAKER_IOT_M487 #8164
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
Greentea/ARM
|
Greentea/GCC_ARM
|
Greentea/IAR
|
CI/ARM
|
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.
Question about inheritance - another target that just adds all files - will be there MCU_ target for each nuvoton target and also common driver (I compared some files for 451 and 480 they look very similar)
@0xc0170 |
I can see 2 definitions in targets.json (no inheritance that 2 would benefit from) ? Would it make sense to create MCU M480 that would define what both can just inherit and add own definitions on top of it? |
Looks good. Just one - should it have prefix |
In targets.json, create MCU_M480 for inheritance by NUMAKER_PFM_M487/NUMAKER_IOT_M487.
6ffdff4
to
9d2fcdb
Compare
/morph build |
Build : SUCCESSBuild number : 3121 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2730 |
Test : SUCCESSBuild number : 2921 |
Description
This PR adds support for Nuvoton's new target NUMAKER_IOT_M487, which is a branched version of existed NUMAKER_PFM_M487 with change on on-board modules.
Pull request type