-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add new board to nrf port: holyiot_nrf52840 #3610
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
test fix url 404
* ../../.github/workflows/build.yml + boards/holyiot_nrf52840/board.c + boards/holyiot_nrf52840/mpconfigboard.h + boards/holyiot_nrf52840/mpconfigboard.mk + boards/holyiot_nrf52840/pins.c
@Edrig hi please get unique PID/VID for this board, you cannot re-use an adafruit USB identifier! |
Is this a module? |
@tannewt its a breackout for use/dev with the cheap holyiot nrf52840 module https://anderson69s.com/portfolio/nrf52840-breakout-holyiot/ |
fix mistake
modifié : mpconfigboard.mk modifié : pins.c
modifié : boards/holyiot_nrf52840/pins.c
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.
Ah, so holyriot isn't actually the manufacturer. Please name based on the board, not the module.
edit : .github/workflows/build.yml rename : ports/nrf/boards/holyiot_nrf52840/board.c -> ports/nrf/boards/ADM_B_NRF52840_1/board.c rename : ports/nrf/boards/holyiot_nrf52840/mpconfigboard.h -> ports/nrf/boards/ADM_B_NRF52840_1/mpconfigboard.h rename : ports/nrf/boards/holyiot_nrf52840/mpconfigboard.mk -> ports/nrf/boards/ADM_B_NRF52840_1/mpconfigboard.mk rename : ports/nrf/boards/holyiot_nrf52840/pins.c -> ports/nrf/boards/ADM_B_NRF52840_1/pins.c
@tannewt we change the board name to ADM_B_NRF52840_1 (AtelierDuMaker_Breakout_NRF52840_1 for first version) |
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! Thank you!
Don't forget to add your board to circuitpython.org: https://learn.adafruit.com/how-to-add-a-new-board-to-the-circuitpython-org-website |
Ping for @Edrig:
|
No description provided.