-
-
Notifications
You must be signed in to change notification settings - Fork 36
board: add support for the Arduino Nano Matter #255
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
|
|
variants/arduino_nano_matter_mgm240sd22vna/arduino_nano_matter_mgm240sd22vna.overlay
Outdated
Show resolved
Hide resolved
pillo79
left a comment
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.
Thanks for mentioning the new required tool in the PR notes. Please add it to extra/artifacts/_common.json so that CI generates the correct files automatically.
Thank you for the pointer, I've added it. Could you please check if it's correct? |
Without the return statement on alloc failure 'flash_area_read' gets an uninitialized pointer.
pillo79
left a comment
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 (not tested though). @silabs-bozont you should accept the CLA for us to use this in our repo though 😉 thanks!
Hey friends!
This PR adds support for the Nano Matter including:
All of these have been tested and confirmed to function, but feel free to do any additional testing!
ADC support is missing from the main Zephyr repo for the Nano Matter - I'm currently working on adding it. Once it's there I'll also include it here in a separate PR. Besides this the board has a pretty well rounded functionality.
OpenOCD 0.12.0-arduino1-staticwill have to be added to the package.json file - but I assume you keep that separately. This is needed for flasing the Nano Matter.Please, let me know if you have any remarks and I'll fix them as soon as possible!