-
Notifications
You must be signed in to change notification settings - Fork 2k
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
boards/seeedstudio-xiao-nrf52840: initial board support #20980
base: master
Are you sure you want to change the base?
Conversation
Currently failing tests:
|
Most of those are software-only and won't depend on the board. (Thinking of it, we should probably add a general board test app that makes it easier to evaluate a newly ported board) |
True, but I've still managed to find some issues which are at least board-related :)
Great, I'll have a look! Do we have a list of such useful test applications for new boards somewhere? May be good to add a pointer to the documentation.
Or even better! |
Contribution description
Initial board support for the tiny Seed Studio XIAO nRF52840. It uses the same bootloader as the Adafruit nrf52840 Feather (Sense) boards.
Testing procedure
I'm still in the process of running
BUILD_IN_DOCKER=1 dist/tools/compile_and_test_for_board/compile_and_test_for_board.py . seeedstudio-xiao-nrf52840
locally and will report back with the result later.Look through the header and configuration files. I've mostly followed the example from
feather-nrf52840-sense
andnrf52840dk
(for the external flash).Check generated documentation for the board.