-
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/same51-curiosity-nano: add support for the board #21111
Conversation
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.
It looks good at first glance.
Could you please add this family to cpu/sam0_common/include/vendor/readme.md
? It would be good to know which atpack
version you used here and if you had modified any of them.
LGTM. |
What about the I2C test? Just forgot to paste the result, or is it an open todo? My board also arrived now, so I also could give it a spin. |
I don't have a I2C device with me at the moment |
Atmel Software Framework (ASF) provides a set of low-level header files that give access to different hardware peripherals of Atmel's ICs. Origin: Atmel SAME51 Series Device Support (1.1.139) License: Apache-2.0 URL: http://packs.download.atmel.com/Atmel.SAME51_DFP.1.1.139.atpack
cpu/sam0_common/include/vendor/fix_headers.sh
@maribu Do you want to give I2C a quick try for this board ? |
I tested I2C with an SHT3x first and an BME280 aferwards.
Interestingly, I failed to read from the SHT3x unless I set |
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.
ACK.
CI catches an issue with wolfssl. |
Contribution description
The SAM E51 Curiosity Nano is a cheap evaluation board for the SAM E51 family of MCUs. This family is pretty much identical with the SAM E54 family, except that it does not feature an Ethernet peripheral.
It does however feature two CAN peripherals.
Testing procedure
tests/periph/uart
tests/periph/spi
tests/periph/i2c
Issues/PRs references