-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add JSON dictionary generation to CMake system #2598
Conversation
This branch requires these changes to FPP: jwest115/fpp#1 |
1b521f4
to
d18d8da
Compare
Rebased to catch latest devel, including fpp v2.1.0a7 with fpp-to-dict |
@LeStarch I finally managed to fix the bug on the RPI build by explicitly calling out the global This should be ready for review |
@thomas-bc I bet this is because RPI does not use SystemResources and as such there is no dependence on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are several things of note:
- We need a plan for supporting sub-topologies. Not needed now, but someday.
- We should switch the CACHE variable used to hold the current dictionary to be a property of the module that creates it. I do not recommend doing this now, but when we tackle point 1.
- We need to move version.py at some point.
Change Description
Address #2591
Opening as draft to start get some feedback to improve upon