You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Arduino IDE 1.8.5, on Windows 7 64bit, but as yet, untested on Linux.
I can create and edit boards.local.txt, in the same location as the installed boards.txt, and see my new boards on the tools->board menu when I next open the IDE. So far so good.
If I create a programmers.local.txt, in the same location as programmers.txt, I don't see my programmer(s) listed on the tools->programmer menu. If I edit programmers.txt and add them there, they do appear on the menu.
Is this by design? Do I not have the option to add new programmers to a local version of the file, so that future IDE updates don't wipe out my ad-hoc programming devices?
Afternoon All,
I realise you are busy with arduino-cli etc, but is there any chance of a response please? Can I create and use programmers.local.txt and is the programmers.txt file documented anywhere?
Hi @NormanDunbar. I know it's been a long time, but I have now submitted a pull request to fully document the programmers system of Arduino boards platforms. It's here: #925
If you get a chance to take a look and see anything that is unclear or could be improved, please let me know.
As for your question about programmers.local.txt, this is not supported, but I think it would be nice to have, especially now that the available programmers have been limited to only those provided by the platform of the currently selected board (arduino/Arduino#9900).
I hope #925 will fulfill your request for documentation of the programmers system, but we can still leave this issue open to serve as the feature request for programmers.local.txt. Thanks!
In Arduino IDE 1.8.5, on Windows 7 64bit, but as yet, untested on Linux.
I can create and edit
boards.local.txt
, in the same location as the installedboards.txt
, and see my new boards on the tools->board menu when I next open the IDE. So far so good.If I create a
programmers.local.txt
, in the same location asprogrammers.txt
, I don't see my programmer(s) listed on the tools->programmer menu. If I editprogrammers.txt
and add them there, they do appear on the menu.Is this by design? Do I not have the option to add new programmers to a local version of the file, so that future IDE updates don't wipe out my ad-hoc programming devices?
Also, is there anywhere on the internmet that the contents of
programmers.txt
are documented likeboards.txt
andplatform.txt
are at https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification.Cheers,
Norm.
The text was updated successfully, but these errors were encountered: