Draft: Add SiliconLabs/arduino framework and ThingPlusMatter board #8
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds some as some initial boilerplate code for a platform builder script for https://github.com/SiliconLabs/arduino .
That's the official Arduino core for the upcoming Arduino Nano Matter board.
It also adds a board definition for the Sparkfun Thing Plus Matter board. I'm fairly sure I've deduced the correct MCU data for this board from its spec sheet and some other pointers but I can't guarantee it is actually an EFR32MG24B020F1536IM40.
The svd file for the MCU was sourced from
https://www.keil.arm.com/family/silicon-labs-efr32mg24-series/
It's unlikely I'll find the time to dive into this and finish the builder script but it might serve as a good starting for anyone looking to finish this.
If there are examples or best practices for extracting flags for (sub-)variants from Arduino's
boards.txt
andplatform.txt
, I'd appreciate pointers.Edit: The EFR32 seemed similar enough to the EFM32 to me but it may also make sense to move this into a separate platform.