-
Notifications
You must be signed in to change notification settings - Fork 39
Using additional board manager json files #52
Comments
Update: So I followed the instructions here: But the Of course we can force the paths like so:
But then we run into the issue that all the tools are incorrect as seen in the
So the question is:
Background info in my case the
In the
|
It looks like https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification has a pretty good description of which files define what. It seems like a good start would be to search here for the avr things instead of requiring them to be installed globally and then expand that to search all architectures? |
Hello @toshi38 and thank you for all you efforts to dig into this and find a solution! When the time comes and I'll have the opportunity to add this feature, I'll definitely draw insight from your ideas here since they're all correct 😃 |
Thanks for the update! |
Hi, is there any update regarding the support of Thanks for your contribution to this nice project! |
I'm afraid not. |
I think I have a similar issue to #50 I'm a bit new to the arduino ecosystem so not sure exactly how this is supposed to work. That said I have a link
https://dl.espressif.com/dl/package_esp32_index.json
that I add to theAdditional Boards Manager URLs
field in Arduino IDE. This (based on a little bit of poking around) links eventually tohttps://github.com/espressif/arduino-esp32/blob/master/boards.txt
which of course has the board that I need to find withget_board_id
.So the question is how am I supposed to access this?
boards.txt
?And follow up question, should we consider adding another function like
add_additional_board_manager
that downloads this file (and w/e else is needed to support) such thatget_board_id
would then just work?The text was updated successfully, but these errors were encountered: