Skip to content

nrf: Allow external board definitions. #13071

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

Closed
wants to merge 1 commit into from

Conversation

cwalther
Copy link
Contributor

Trying to use an external board definition according to https://github.com/micropython/micropython-example-boards on the nrf port failed with Invalid BOARD specified. Replacing all ocurrences of boards/$(BOARD) with $(BOARD_DIR) following the example of stm32/Makefile fixes that.

@cwalther
Copy link
Contributor Author

Here is the board definition I found this with: https://github.com/cwalther/dsd6-micropython

@cwalther
Copy link
Contributor Author

cwalther commented Jan 1, 2024

Rebased on master (no changes required).

Trying to use an external board definition according to
https://github.com/micropython/micropython-example-boards on the nrf
port failed with "Invalid BOARD specified". Replacing all ocurrences of
"boards/$(BOARD)" with "$(BOARD_DIR)" following the example of
stm32/Makefile fixes that.

Signed-off-by: Christian Walther <cwalther@gmx.ch>
@cwalther
Copy link
Contributor Author

Rebased on master (no changes required).

@dpgeorge
Copy link
Member

Thanks for the fix, rebased and merged in d1a3e7d

@dpgeorge dpgeorge closed this Mar 26, 2024
@cwalther cwalther deleted the nrf-ext-board branch March 26, 2024 22:31
@cwalther
Copy link
Contributor Author

Thanks! That makes my testing easier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants