This repository was archived by the owner on Apr 17, 2023. It is now read-only.
-
Couldn't load subscription status.
- Fork 39
This repository was archived by the owner on Apr 17, 2023. It is now read-only.
Provide means to override every Arduino-bound tool #12
Open
Assignees
Labels
Milestone
@MrPointer
Description
Currently there are many elements in the framework which depend directly on Arduino specific tools, which don't always match those used by custom platforms.
One example is the avrdude uploading tool, which is used by Arduino but not by ESP32.
All such elements should have the ability to be "overridden" by a user-provided value, or, if possible, by a value stated in the platform.txt file.