|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
#include "cdc_core/TropicStorage.h"#include "cdc_core/TropicSlotMap.h"#include "cdc_core/Hash.h"#include "cdc_core/Raii.h"#include "cdc_log.h"#include "nvs_flash.h"#include <cstring>Go to the source code of this file.
Namespaces | |
| namespace | cdc |
| namespace | cdc::core |
Variables | |
| static const char * | TAG = "TR01_STORE" |
| static constexpr uint8_t | cdc::core::CACHE_VERSION = 1 |
| static constexpr const char * | cdc::core::NVS_NAMESPACE = "tr01_meta" |
| static constexpr const char * | cdc::core::NVS_KEY_HEADER = "hdr" |
|
static |
Definition at line 9 of file TropicStorage.cpp.