Best practice for multiple target projects #1658
thatguy-jaysenodell
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This may be an esoteric problem that I'm creating for myself (meaning I will accept an response of "not a Sloeber qustion, go bother eclipse people").
I have a multi-device project (3d printer enclosure lighting, heating, ventilation, automation). I'm using varying micros and varying "boards" (several I'm building from scratch) on the project. So far I have been using multiple projects within a workspace for each unique target. As my project is growing I'm trying to manage my project/code under a single project for each functional group (lighting project, heating, etc). In a nirvana state, this all lands in git as a single repo.
Because target boards are defined at the project level, the only way I see to manage this as single code set is starting with a generic C++ project then add sub-projects for each parent function, then the Sloeber projects as sub projects to these subprojects. The tree would look something like
Is there a "better way" to do this? I'm not seeing a different way but ... I figure asking is better than not.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions