boards/same51-curiosity-nano: add support for the board#21111
boards/same51-curiosity-nano: add support for the board#21111benpicco merged 5 commits intoRIOT-OS:masterfrom
Conversation
|
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 |
|
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