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
13namespace cdc::plugin_manager {
14
16
33bool beginFileReceive(const char* abs_path, size_t size, uint32_t crc);
34
35} // namespace cdc::plugin_manager
bool beginFileReceive(const char *abs_path, size_t size, uint32_t crc)
Receive a file over USB-CDC into the plugins partition.