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

Merge pull request #20891 from maribu/boards/adafruit-grand-central-m4-express

boards/adafruit-grand-central-m4-express: minor improvements
This commit is contained in:
benpicco 2024-10-06 16:08:34 +00:00 committed by GitHub
commit 9a639e41da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 16 additions and 6 deletions

View File

@ -0,0 +1,2 @@
source [find target/atsame5x.cfg]
$_TARGETNAME configure -rtos auto

View File

@ -3,26 +3,34 @@
@ingroup boards
@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:
- ATSAMD51 Cortex M4 running at 120 MHz
- Hardware DSP and floating point support
- 1MB Flash
- 256 KB RAM
- 1 MiB Flash
- 256 KiB RAM
- external 8 MB QSPI Flash storage
- 32-bit, 3.3V logic and power
- Micro SD Card slot connected to SPI
- 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)
- [Schematics](https://learn.adafruit.com/assets/69175)
### Flash the board
Flash the board
===============
The board is flashed using its on-board
[boot loader](https://github.com/adafruit/uf2-samdx1).