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

A selector for Configuration files utilizing Arduino menus #2276

Closed
wants to merge 9 commits into from
Closed

A selector for Configuration files utilizing Arduino menus #2276

wants to merge 9 commits into from

Conversation

Wackerbarth
Copy link
Contributor

This builds on my previous pull request adding (a sketch of) menus to the Arduino IDE which will cause the "active" Configuration.h, etc. to be populated from the example configurations.

Remember that this does nothing more than move files around. The contents of the files are not altered and a user can move them manually if he wishes.

Intentionally, I have only a few entries (under the mega and Kossel Pro entries) to give a hint as to how it might be done.

In order to get this functional on Windows, someone needs to translate the unix scripts into a script supporting the Windows version the IDE.

@Wackerbarth Wackerbarth added Needs: Work More work is needed Needs: More Data We need more data in order to proceed T: Development Makefiles, PlatformIO, Python scripts, etc. labels Jun 10, 2015
@Wackerbarth Wackerbarth added T: Design Concept Technical ideas about ways and methods. and removed Needs: Work More work is needed On Hold During Bugfix labels Jun 25, 2015
@Wackerbarth Wackerbarth force-pushed the Development branch 2 times, most recently from ece2db1 to 54ddc1d Compare July 19, 2015 15:17
Currently, these are just the Default Configuration files.
They need to be turned into a Reference Document that users
can utilize to construct their custom configuration.
These files still need to be stripped of unused content
This script is used to copy Configuration and Options files
during the rebuild hook phase
Although this is incomplete (intentionally),
it is intended to provide a glimpse of a possible
structure that could be used to select among
preconfigured build configurations

A “real” implementation would have more options
for “canned” configurations.

It would also include a provision for
a “custom” configuration.
@Wackerbarth
Copy link
Contributor Author

Rebased and moved to MarlinDev #8

@Wackerbarth Wackerbarth closed this Aug 2, 2015
@Wackerbarth Wackerbarth deleted the ArduinoMenus branch August 2, 2015 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs: More Data We need more data in order to proceed T: Design Concept Technical ideas about ways and methods. T: Development Makefiles, PlatformIO, Python scripts, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants