How to manange deployments with different FpConfig.h or settings.ini needs #2846
Unanswered
SterlingPeet
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi, I'm facing a related issue regarding this matter. I need to upload my project on a github repository, but I've added some modifications on the " FpConfig.h" file, "TlmChanImplCfg.hpp" and Linux Timer Component. Thanks in advanced. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on an example deployment repository that ultimately demonstrates a few different configurations on the same target hardware for reference purposes. Primarily I need to be able to provide references where the opcodes for comands/telemetry/events are different word widths. I know this has a GDS implication, which will be described in the README.
My question is this: How can I reasonably pack these into the same github repository?
If there is a clean and supported way to adjust the settings.ini or FpConfig.h files from the deployment
CMakeLists.txt
folder that would be ideal. Otherwise I can write logic in cmake that overwrites this file for the current deployment build. I am not fond of that solution, but it should work for demonstration purposes. The swapping behavior would be documented in the README for people looking to replicate the build properties in their own project.Beta Was this translation helpful? Give feedback.
All reactions