-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
board: add Adafruit Grand Central M4 Express support #19580
board: add Adafruit Grand Central M4 Express support #19580
Conversation
extern mtd_dev_t *mtd1; /**< MTD device pointer for SD Card */ | ||
#define MTD_1 mtd1 /**< MTD device for SD Card */ | ||
|
||
#define CONFIG_SDCARD_GENERIC_MTD_OFFSET 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is failing the static tests (undocumented)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I forgot to label the PR as WIP 😉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At first sight, it didn't seem so WIP, that's why I briefly looked at it :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it is actually almost finished, I just wanted to have a look at the timer configuration and the PWM configuration again and test it.
config BOARD | ||
default "adafruit-grand-central-m4-expres" if BOARD_ADAFRUIT_GRAND_CENTRAL_M4_EXPRES | ||
|
||
config BOARD_ADAFRUIT_GRAND_CENTRAL_M4_EXPRES |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
config BOARD_ADAFRUIT_GRAND_CENTRAL_M4_EXPRES | |
config BOARD_ADAFRUIT_GRAND_CENTRAL_M4_EXPRESS |
0ef5d90
to
c83af3f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, please squash
e656edb
to
3d9d93e
Compare
bors merge |
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page.
|
Thanks for reviewing and merging. |
Contribution description
This PR provides the support for Adafruit Grand Central M4 Express board. The main features of the board are:
Testing procedure
Issues/PRs references