-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
samd: Add the boards files for Adafruit Metro M4 Express Airlift. #11220
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
Conversation
Is this blocked on #11219, or can it be merged without that? |
drivers/ninaw10/nina_wifi_bsp.c
Outdated
mp_hal_pin_output(MICROPY_HW_NINA_GPIO0); | ||
#ifdef MICROPY_HW_NINA_GPIO0 | ||
mp_hal_pin_input(MICROPY_HW_NINA_GPIO0); | ||
#endif |
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.
Please split these changes into a separate commit (so there's one commit for the ninaw10 changes, and one commit to add the new board).
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.
I'll remove this file from the PR.
f49d09a
to
6128ef1
Compare
Updated. |
155a8a9
to
c97e277
Compare
The board files can be used for both Adafruit Metro M4 variants. The Wifi support is in progress.
Now merged. WiFi support can be enabled later, once #11219 is done. |
Thanks. I just added the definitions for the WiFi pins. |
The Wifi support by MicroPython is in PR #11219. The board files can be used for both Adafruit Metro M4 variants.