|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
#include "cdc_os_ui/HardwareInfo.h"#include "cdc_views/InfoView.h"#include "cdc_ui/I18n.h"#include "cdc_core/CpuStats.h"#include "cdc_hal/II2cBus.h"#include "cdc_hal/IPowerManager.h"#include "cdc_hal/IKeypad.h"#include "cdc_hal/IDisplay.h"#include "cdc_hal/ISecureElement.h"#include "cdc_hal/IEspHardware.h"#include "cdc_hal/IWifiController.h"#include "cdc_hal/IBluetoothController.h"#include "esp_system.h"#include "esp_heap_caps.h"#include "esp_timer.h"#include "nvs.h"#include <cstdarg>#include <cstdio>Go to the source code of this file.
Namespaces | |
| namespace | cdc |
| namespace | cdc::ui |
| Centralized key-code constants for cdc_views. | |
Functions | |
| static void | cdc::ui::buildHardwareInfoText (char *buf, size_t bufSize) |
| Builds localized hardware info text into a caller-provided buffer. | |
| void | cdc::ui::showHardwareInfo () |
| Opens hardware info screen using shared info view. | |