Hi everyone,
when I export binary file of my code Arduino IDE give me 3 files, (with bootloader, without bootloader, and lst file)
I want it to give me the (without bootloader) file only
is there any method to do that??
thank you
Hi everyone,
when I export binary file of my code Arduino IDE give me 3 files, (with bootloader, without bootloader, and lst file)
I want it to give me the (without bootloader) file only
is there any method to do that??
thank you
Here is the method:
Information about the build hooks that were used to delete the build output files here:
https://arduino.github.io/arduino-cli/latest/platform-specification/#pre-and-post-build-hooks-since-arduino-ide-165
If you are modifying an existing boards platform, you might find this feature useful:
https://arduino.github.io/arduino-cli/latest/platform-specification/#platformlocaltxt
thank you for your quick reply
I didn't understand what to do exactly, I've read the links but didn't understand
can you explain the steps please ?
Please tell us why you want to do this thing.
Why not just ignore the extra files?
because I make a lot of arduino files and upload them using AVRDUDESS, I don't want every time to check which is the right file
it's better to remove the unwanted files.
Thanks for your replies
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.