|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
#include <cstdint>#include <cstddef>Go to the source code of this file.
Classes | |
| struct | cdc::serial::SubCommand |
| struct | cdc::serial::Command |
| class | cdc::serial::ICommandRegistry |
Namespaces | |
| namespace | cdc |
| namespace | cdc::serial |
Typedefs | |
| using | cdc::serial::CommandHandler = void (*)(const char* args) |
Functions | |
| ICommandRegistry & | cdc::serial::getCommandRegistry () |
| Returns singleton command-registry interface. | |
Variables | |
| constexpr size_t | cdc::serial::kSubCommandHeadBufSize = 80 |
| Buffer size for the "<name> <args>" column built during HELP rendering. | |