-
Notifications
You must be signed in to change notification settings - Fork 3k
Move Seeed ARCH_MAX to TARGET_STM32F407xE MCU #10758
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
@toyowata, thank you for your changes. |
@@ -0,0 +1,67 @@ | |||
/* mbed Microcontroller Library | |||
******************************************************************************* | |||
* Copyright (c) 2014, STMicroelectronics |
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 for new files like this one
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.
@0xc0170 Thanks. I added SPDX identifiers.
Travis fails |
It seems you have to:
|
@0xc0170 @jeromecoutant Thanks. I fixed device_name and SPDX identifiers. |
* | ||
* <h2><center>© COPYRIGHT(c) 2017-2019 STMicroelectronics</center></h2> | ||
* | ||
* SPDX-License-Identifier: Apache-2.0 |
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.
this is BSD not Apache
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.
Some other files as well
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.
@0xc0170 Thanks for point this out. Fixed.
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, thanks!
CI started |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Description
This PR fix the issue here.
Pull request type
Test result
RTC related test cases failed. I believe this is same issue here: #8196
Detail test log:
arch_max-arm.txt
arch_max-gcc_arm.txt
arch_max-iar.txt
cc @ytsuboi