|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
#include "sdkconfig.h"Go to the source code of this file.
Macros | |
| #define | FEATURE_SECURE_SERIAL 0 |
| #define | FEATURE_NVS_EDIT 0 |
| #define | FEATURE_PLUGIN_AOT 0 |
| #define | DEBUG_MODE 1 |
| #define | BUILD_PROFILE_BYTE ((FEATURE_SECURE_SERIAL ? 0x02 : 0x00) | (DEBUG_MODE ? 0x01 : 0x00)) |
| #define BUILD_PROFILE_BYTE ((FEATURE_SECURE_SERIAL ? 0x02 : 0x00) | (DEBUG_MODE ? 0x01 : 0x00)) |
Definition at line 49 of file feature_flags.h.
Referenced by checkBuildProfileAndWipeNvs(), host_get_build_profile(), and seedBuildProfile().
| #define DEBUG_MODE 1 |
Definition at line 40 of file feature_flags.h.
Referenced by host_feature_enabled().
| #define FEATURE_NVS_EDIT 0 |
Definition at line 28 of file feature_flags.h.
Referenced by cdc::mod_nvsedit::deleteEnabled().
| #define FEATURE_PLUGIN_AOT 0 |
Definition at line 35 of file feature_flags.h.
| #define FEATURE_SECURE_SERIAL 0 |
Feature Flags - Compile-time feature toggles
Set to 0 to completely disable a feature (zero overhead). When disabled, related code is not compiled at all.
Definition at line 22 of file feature_flags.h.