CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
Loading...
Searching...
No Matches
PluginSerialCommands.h
Go to the documentation of this file.
1
7
8
#pragma once
9
10
#include <cstddef>
11
#include <cstdint>
12
13
namespace
cdc::plugin_manager
{
14
15
void
registerPluginSerialCommands
();
16
33
bool
beginFileReceive
(
const
char
* abs_path,
size_t
size, uint32_t crc);
34
35
}
// namespace cdc::plugin_manager
cdc::plugin_manager
Definition
CapabilityChecker.h:22
cdc::plugin_manager::registerPluginSerialCommands
void registerPluginSerialCommands()
Definition
PluginSerialCommands.cpp:600
cdc::plugin_manager::beginFileReceive
bool beginFileReceive(const char *abs_path, size_t size, uint32_t crc)
Receive a file over USB-CDC into the plugins partition.
Definition
PluginSerialCommands.cpp:587
components
plugin_manager
include
plugin_manager
PluginSerialCommands.h
Generated by
1.16.1