1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/same54-xpro: update implementation status

The table has not been touched since initial support for the board
was added.
This commit is contained in:
Benjamin Valentin 2021-01-31 19:43:05 +01:00
parent e87874ae54
commit 50c2cb727d

View File

@ -48,21 +48,24 @@ The same54-xpro is available from various hardware vendors for ~70USD (as of
## Implementation Status ## Implementation Status
| Device | ID | Supported | Comments | | Device | ID | Supported | Comments |
|:------------- |:------------- |:------------- |:------------- | |:---------------- |:--------- |:--------- |:--------- |
| MCU | same54 | partly | | | MCU | same54 | partly | |
| Low-level driver | GPIO | yes | | | Low-level driver | GPIO | yes | |
| | ADC | no | | | | ADC | yes | |
| | PWM | no | | | | CAN | no | |
| | DAC | yes | |
| | QSPI | no | see #15300|
| | SD/MMC | no | |
| | PWM | yes | |
| | UART | yes | | | | UART | yes | |
| | I2C | yes | | | | I2C | yes | |
| | SPI | yes | | | | SPI | yes | |
| | USB | no | | | | USB | yes | |
| | RTT | yes | | | | RTT | yes | |
| | RTC | yes | | | | RTC | yes | |
| | RNG | yes | | | | RNG | yes | |
| | Timer | yes | | | | Timer | yes | |
| | Ethernet | no | | | | Ethernet | yes | |
## Flashing the device ## Flashing the device