It looks like the 1.5.x branch of the Arduino IDE has an updated boards.txt
I've edited ide-1.5.x_boards.txt to keep existing data and merge in new data from the specified file. The result is in my main branch: https://github.com/PixnBits/arduino-data/
Of note is that the vid and pid data is root level and that they go in pairs (ex: see uno.json)
I think it's important to be able to merge in new data from updated boards.txt files, but it seems we need more intelligence than I've added to do so properly (hence no PR).
Thoughts?
It looks like the 1.5.x branch of the Arduino IDE has an updated boards.txt
I've edited ide-1.5.x_boards.txt to keep existing data and merge in new data from the specified file. The result is in my main branch: https://github.com/PixnBits/arduino-data/
Of note is that the
vidandpiddata is root level and that they go in pairs (ex: see uno.json)I think it's important to be able to merge in new data from updated boards.txt files, but it seems we need more intelligence than I've added to do so properly (hence no PR).
Thoughts?