Skip to content

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

LukasWoodtli
Copy link

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

@LukasWoodtli
Copy link
Author

Needed for PR boards: silabs: Support for efm32tg_stk3300

Copy link
Collaborator

@asmellby asmellby left a 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>
Copy link
Collaborator

@jerome-pouiller jerome-pouiller left a 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants