-
-
Notifications
You must be signed in to change notification settings - Fork 398
Ability to specify SoftDevice #591
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
You can specify custom menu options via the FQBN. For example, if you wanted to compile for the micro:bit using the Tools > Softdevice > None option, the command would look something like this: arduino-cli compile --fqbn sandeepmistry:nRF5:BBCmicrobit:softdevice=none Foobar Using the Tools > Softdevice > S110 option, the command would look something like this: arduino-cli compile --fqbn sandeepmistry:nRF5:BBCmicrobit:softdevice=s110 Foobar Using the Tools > Softdevice > S130 option, the command would look something like this: arduino-cli compile --fqbn sandeepmistry:nRF5:BBCmicrobit:softdevice=s130 Foobar The option identifiers are found in boards.txt:
|
Thank you for the fast response and information! |
When compiling for micro:bit, it is necessary to provide SoftDevice, either "none", "S110" og "D130" for the micro:bit.
The text was updated successfully, but these errors were encountered: