We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
related file - ArduinoCore-samd\bootloaders\zero\makefile platform : windows 10 / Atmel studio / arduino zero
issue : when debugging the elf output file was just getting called ".elf" and debugging would not begin
so I had to add the new line below "BOARD_ID?=arduino_zero" @ line 60 NAME?=samd21_sam_ba
Makefile.txt
The text was updated successfully, but these errors were encountered:
@better-adapted we never noticed it because we normally run https://github.com/arduino/ArduinoCore-samd/blob/master/bootloaders/zero/build_all_bootloaders.sh#L5 , whould you mind opening a PR with that extra line? Thanks!
Sorry, something went wrong.
Solved by merging #351, thanks!
No branches or pull requests
related file - ArduinoCore-samd\bootloaders\zero\makefile
platform : windows 10 / Atmel studio / arduino zero
issue : when debugging the elf output file was just getting called ".elf" and debugging would not begin
so I had to add the new line below "BOARD_ID?=arduino_zero" @ line 60
NAME?=samd21_sam_ba
Makefile.txt
The text was updated successfully, but these errors were encountered: