mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/adafruit-grand-central-m4-express: pimp doc
- use `@image` instead of inline images for better aesthetics, especially on mobile form factors (where the image before overflowed the screen width) - add pinout diagram - use correct units
This commit is contained in:
parent
48976a85f6
commit
31a2477d48
@ -3,26 +3,34 @@
|
|||||||
@ingroup boards
|
@ingroup boards
|
||||||
@brief Support for the Adafruit Grand Central M4 Express
|
@brief Support for the Adafruit Grand Central M4 Express
|
||||||
|
|
||||||
### General information
|
General information
|
||||||
|
===================
|
||||||
|
|
||||||
![Adafruit Grand Central M4 Expressboard](https://cdn-learn.adafruit.com/assets/assets/000/068/748/medium800/adafruit_products_grand_central_top_angle.jpg?1546734839)
|
@image html https://cdn-learn.adafruit.com/assets/assets/000/068/748/medium800/adafruit_products_grand_central_top_angle.jpg "Picture of the Adafruit Grand Central M4 Express"
|
||||||
|
|
||||||
The main features of the board are:
|
The main features of the board are:
|
||||||
- ATSAMD51 Cortex M4 running at 120 MHz
|
- ATSAMD51 Cortex M4 running at 120 MHz
|
||||||
- Hardware DSP and floating point support
|
- Hardware DSP and floating point support
|
||||||
- 1MB Flash
|
- 1 MiB Flash
|
||||||
- 256 KB RAM
|
- 256 KiB RAM
|
||||||
- external 8 MB QSPI Flash storage
|
- external 8 MB QSPI Flash storage
|
||||||
- 32-bit, 3.3V logic and power
|
- 32-bit, 3.3V logic and power
|
||||||
- Micro SD Card slot connected to SPI
|
- Micro SD Card slot connected to SPI
|
||||||
- native USB
|
- native USB
|
||||||
|
|
||||||
### Links
|
Pinout
|
||||||
|
------
|
||||||
|
|
||||||
|
@image html https://cdn-learn.adafruit.com/assets/assets/000/115/366/original/adafruit_products_Adafruit-Grand-Central-M4-Express-Pinout.png "Official Pinout of the Grand Central M4 Express"
|
||||||
|
|
||||||
|
Links
|
||||||
|
=====
|
||||||
|
|
||||||
- [Overview](https://learn.adafruit.com/adafruit-grand-central)
|
- [Overview](https://learn.adafruit.com/adafruit-grand-central)
|
||||||
- [Schematics](https://learn.adafruit.com/assets/69175)
|
- [Schematics](https://learn.adafruit.com/assets/69175)
|
||||||
|
|
||||||
### Flash the board
|
Flash the board
|
||||||
|
===============
|
||||||
|
|
||||||
The board is flashed using its on-board
|
The board is flashed using its on-board
|
||||||
[boot loader](https://github.com/adafruit/uf2-samdx1).
|
[boot loader](https://github.com/adafruit/uf2-samdx1).
|
||||||
|
Loading…
Reference in New Issue
Block a user