boards/mulle: Fix units & alignment in doc

This commit is contained in:
Marian Buschsieweke 2020-06-04 11:08:48 +02:00
parent ff17e63042
commit 7cfabf0142
No known key found for this signature in database
GPG Key ID: 61F64C6599B1539F

View File

@ -22,13 +22,13 @@ https://github.com/eistec/mulle/wiki/Datasheets contains a list of relevant
documentation for the components. documentation for the components.
| MCU | MK60DN512VLL10 Cortex-M4 | | MCU | MK60DN512VLL10 Cortex-M4 |
|-------|-----------------------------------| |:--------------------- |:--------------------------------------------------------------------------------------------------------------------------------- |
| RAM | 64kB | | RAM | 64KiB |
| Flash | 512kB| | Flash | 512KiB |
| radio chipset | AT86RF212B, sub-GHz IEEE802.15.4 transceiver, similar to the AT86RF233 | | radio chipset | AT86RF212B, sub-GHz IEEE802.15.4 transceiver, similar to the AT86RF233 |
| external flash memory | Micron M25P16 16 Mbits external NOR flash, used for storing configuration, measurements and other slow changing non-volatile data | | external flash memory | Micron M25P16 2 MiB external NOR flash, used for storing configuration, measurements and other slow changing non-volatile data |
| external FRAM memory | Cypress/Ramtron FM25L04B 4 Kbits external F-RAM, used for storing counters and other rapidly changing non-volatile data | | external FRAM memory | Cypress/Ramtron FM25L04B 512B external F-RAM, used for storing counters and other rapidly changing non-volatile data |
| accelerometer | ST micro LIS3DH MEMS accelerometer, | | accelerometer | ST micro LIS3DH MEMS accelerometer |
## Layout ## Layout
@ -41,13 +41,13 @@ The Mulle board is supported by mainline RIOT. See the below table for
software support status for the different components. software support status for the different components.
| Device | ID | Supported | Comments | | Device | ID | Supported | Comments |
|:------------- |:------------- |:------------- |:------------- | |:----------------- |:----------------- |:------------- |:----------------------------------------------------- |
| MCU | MK60DN512VLL10 | partly | See below | | MCU | MK60DN512VLL10 | partly | See below |
| Low-level driver | GPIO | yes | | | Low-level driver | GPIO | yes | |
| | PWM | yes | | | | PWM | yes | |
| | UART | yes | | | | UART | yes | |
| | I2C | yes | | | | I2C | yes | |
| | SPI | yes |Master mode works, slave mode unsupported | | | SPI | yes | Slave mode unsupported |
| | USB | no | [PR#3890](https://github.com/RIOT-OS/RIOT/pull/3890) | | | USB | no | [PR#3890](https://github.com/RIOT-OS/RIOT/pull/3890) |
| | RTT | yes | | | | RTT | yes | |
| | RNG | yes | | | | RNG | yes | |
@ -55,7 +55,7 @@ software support status for the different components.
| | PM/LLWU | in progress | [PR#2605](https://github.com/RIOT-OS/RIOT/pull/2605) | | | PM/LLWU | in progress | [PR#2605](https://github.com/RIOT-OS/RIOT/pull/2605) |
| Radio Chip | AT86RF212B | yes | | | Radio Chip | AT86RF212B | yes | |
| Accelerometer | LIS3DH | yes | | | Accelerometer | LIS3DH | yes | |
| Flash | M25P16 | in progress | [PR#6762](https://github.com/RIOT-OS/RIOT/pull/6762) | | Flash | M25P16 | yes | |
| FRAM | FM25L04B | yes | | | FRAM | FM25L04B | yes | |
## Toolchains ## Toolchains