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
Creating a config header to have a compile time interface to set sample app specific parameters.
Currently sample application includes constant initialisers for TLVs, like pubkey, etc., that can be moved into a configuration header file. By this way these parameters can be set at compile time with constant vendor data, CLI interface and runtime setters/getters are not required.
The text was updated successfully, but these errors were encountered:
Creating a config header to have a compile time interface to set sample app specific parameters.
Currently sample application includes constant initialisers for TLVs, like
pubkey
, etc., that can be moved into a configuration header file. By this way these parameters can be set at compile time with constant vendor data, CLI interface and runtime setters/getters are not required.The text was updated successfully, but these errors were encountered: