Skip to content
Discussion options

You must be logged in to vote

There is a BOARD symbol used in Makefile specifying the board for the build. It is set to a default value in line 14 of Makefile to RP2 Pico: BOARD ?= RPI_PICO. If you want to buidl for another board, call e.g.:

make BOARD=ADAFRUIT_QTPY_RP2040

To build for the ADAFRUIT_QTPY_RP2040 board. Youi may use any other board name for which there is a data set in the boards directory.

Edit: That's as well shown in the README file.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by jonnor
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants