Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Project Setup to the Projects by the IDE #11924

Closed
purehunter1 opened this issue Nov 5, 2023 · 2 comments
Closed

Adding Project Setup to the Projects by the IDE #11924

purehunter1 opened this issue Nov 5, 2023 · 2 comments
Assignees
Labels
Component: IDE The Arduino IDE feature request A request to make an enhancement (not a bug fix)

Comments

@purehunter1
Copy link

purehunter1 commented Nov 5, 2023

I use several different Arduino and ESP boards. It is impossible for me to memorize all the different setups for all the projects, like board type, memory partitioning, core frequency, etc. .
Currently I use a workaround: writing all the setup parameters in a comment line in the source code. When opening an existing project, I have to setup these parameters in the IDE manually which is prone to errors and simply annoying.
With the increasing number of different boards existing, the situation gets messier every day.

So it would be helpful if the project setup would be stored with the source code file, e.g. in an additional file with the same filename as the source code, but a different filename extention.
When opening a source code file (.ino), the setup-file would be opened as well (by the IDE) and the stored setup being used as a preference. If the setup-file is missing, the behaviour of the IDE remains like today.

rgds

@per1234 per1234 self-assigned this Nov 5, 2023
@per1234 per1234 added Component: IDE The Arduino IDE feature request A request to make an enhancement (not a bug fix) labels Nov 5, 2023
@per1234
Copy link
Collaborator

per1234 commented Nov 5, 2023

Hi @purehunter1. Thanks for your suggestion. Arduino IDE 2.x already has an equivalent behavior, where the board selection, custom board options, and port selection that was used the last time you had a given sketch open are automatically selected when you open that sketch in Arduino IDE.

Arduino IDE 1.x is no longer under active development so the requested feature will not be added to Arduino IDE 1.x. The recommendation is for Arduino IDE 1.x users to update to 2.x to get access to the feature.

@per1234 per1234 closed this as completed Nov 5, 2023
@purehunter1
Copy link
Author

Hi per1234,
you are right. I did not notice it, as I also switch between the IDE's as the 2.x compiling is very slow compared with 1.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: IDE The Arduino IDE feature request A request to make an enhancement (not a bug fix)
Projects
None yet
Development

No branches or pull requests

2 participants