-
Notifications
You must be signed in to change notification settings - Fork 74
ext: gecko: Add Silabs Gecko SDK for EFM32TG SoCs #108
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
base: main
Are you sure you want to change the base?
Conversation
Needed for PR boards: silabs: Support for efm32tg_stk3300 |
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.
The startup_*
files are not needed in Zephyr, since Zephyr has its own way of refining the vector table and reset handler (see prep_c.c
).
These files are also ineligible for inclusion in Zephyr due to the license header (for some reason) declaring the MSLA license, which is not an OSI approved open source license.
The combination of these two factors means that you can safely (and must) drop the startup_*
files from this PR.
Origin: Silicon Labs Gecko SDK URL: https://github.com/SiliconLabs/Gecko_SDK Version: v4.4.6 (SHA: 59d2160fe448b13730a91c0f019a8b4c53c43eb2) Purpose: Add support for Silicon Labs EXX32 SoCs License: Zlib Maintained-by: External Signed-off-by: Lukas Woodtli <woodtli.lukas@gmail.com>
f16db77
to
e6b9772
Compare
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 only have some comments about the commit message.
These days, the usual prefix for this kind of changes is gecko:
(rather than ext: gecko:
).
Can you add the field commit:
(as in the example here) (otherwise, it is not clear you are talking about the sha of the commit or of the files).
I also suggest to change Add support for Silicon Labs EXX32 SoCs
in Add support for Silicon Labs EFM32TG SoCs
.
Origin: Silicon Labs Gecko SDK
URL: https://github.com/SiliconLabs/Gecko_SDK
Version: v4.4.6 (SHA: 59d2160fe448b13730a91c0f019a8b4c53c43eb2)
Purpose: Add support for Silicon Labs EXX32 SoCs
License: Zlib
Maintained-by: External