Closed rei-vilo closed 2 years ago
The build.mcu variable is mentioned twice in boards.txt.
build.mcu
Example for rpipico board
rpipico
https://github.com/earlephilhower/arduino-pico/blob/7120a1508c09f8d409014552d4b7009106a58623/boards.txt#L20 https://github.com/earlephilhower/arduino-pico/blob/7120a1508c09f8d409014552d4b7009106a58623/boards.txt#L32
build.mcu is used for libraries distributed as pre-compiled binaries. This duplicate entry prevents from using that feature.
See PR https://github.com/earlephilhower/arduino-pico/pull/381
Thanks for the PR! I've combined your changes with the proper script changes and things should be working fine now w/binary libs.
You're welcome!
The
build.mcu
variable is mentioned twice in boards.txt.Example for
rpipico
boardhttps://github.com/earlephilhower/arduino-pico/blob/7120a1508c09f8d409014552d4b7009106a58623/boards.txt#L20 https://github.com/earlephilhower/arduino-pico/blob/7120a1508c09f8d409014552d4b7009106a58623/boards.txt#L32
build.mcu
is used for libraries distributed as pre-compiled binaries. This duplicate entry prevents from using that feature.