board.*.tool in boards.txt and tools directives in platforms.txt are ignored #3463
Labels
arduino-builder
The tool used to handle the Arduino sketch compilation process
Type: Bug
Type: Invalid
Off topic for this repository, or a bug report determined to not actually represent a bug
In a custom core, I have tried changing the platform.txt definitions for avrdude. No change I make in platform.txt to the tools.* directives (including deleting them entirely) has any effect on behavior.
Similarly, in boards.txt, no matter what I put after
boardname.upload.tool=
it still stubbornly goes for avrdude in the default location with the default conf file
However, if I omit the line entirely, it refuses to work, even through whatever I pass it is being ignored.
I've been having a hell of a time with this, and I'd really like to be able to distribute a core with it's own avrdude.conf file, so I can support new chips that are not in the avrdude.conf that comes with arduino. It sounds like this should be possible, but it just doesn't seem to work. Am I doing something wrong?
boards.txt (relevant excerpt)
Platform.txt (have also tried just calling it avrdude)
Yet I still get
(note that attiny441 is defined in the avrdude.conf I'm pointing it at - but that's not the one it's using!)
Thanks
The text was updated successfully, but these errors were encountered: