Replies: 4 comments 4 replies
-
Hey @LukasP46! The files of the SW framework are already split across source and include folder. These can be extended by the makefiles
This is a really nice idea! Right now the object files of the software framework ( So yes, I really like this! Do you use project-local build folders? |
Beta Was this translation helpful? Give feedback.
-
Hey @stnolting,
I mean that each "firmware project" has a structure like the following, which allows having multiple source and header files for each project in separate folders:
As you can see in the folder structure, this would move to
This target wouldn't be needed anymore, at least for that. I actually have another
Glad to hear! :)
As you can see in the folder structure, yes. |
Beta Was this translation helpful? Give feedback.
-
I also have another question if we decide to bumb the |
Beta Was this translation helpful? Give feedback.
-
Pull request created: #1107 |
Beta Was this translation helpful? Give feedback.
-
Hey all, I rebuilt the makefiles to work so that there are dedicated
source
,include
andbuild
folders. In my experience such a separation has advantages in terms of keeping track. What are your thoughts?It would be some extra work to make it compatible with the upstream and to change all the examples, so I wanted to ask if these changes would be welcomed at all.
Beta Was this translation helpful? Give feedback.
All reactions