You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the feature configuration options are limited to a couple of some what arbitrary macros. This not only makes the source code messier due to extra ifdefs scattered all over the code base. It also doesn't allow for any fine grained control.
Specifically, it would be nice if there was a configuration file of some description to add and remove features in a fine grained way (down to the mode and key). This would probably also then require a little scripting/make and probably some macro wrappers to keep things 'clean'. But it would allow those with firmware space issues to have better control over what is and isn't enabled.
The text was updated successfully, but these errors were encountered:
Currently the feature configuration options are limited to a couple of some what arbitrary macros. This not only makes the source code messier due to extra
ifdef
s scattered all over the code base. It also doesn't allow for any fine grained control.Specifically, it would be nice if there was a configuration file of some description to add and remove features in a fine grained way (down to the mode and key). This would probably also then require a little scripting/make and probably some macro wrappers to keep things 'clean'. But it would allow those with firmware space issues to have better control over what is and isn't enabled.
The text was updated successfully, but these errors were encountered: