#include <chrono>
#include <cstdint>
Go to the source code of this file.
Namespaces | |
dai | |
dai::bootloader | |
Variables | |
constexpr static const char * | dai::bootloader::XLINK_CHANNEL_BOOTLOADER = "__bootloader" |
constexpr static const char * | dai::bootloader::XLINK_CHANNEL_WATCHDOG = "__watchdog" |
constexpr static std::uint32_t | dai::bootloader::XLINK_STREAM_MAX_SIZE = 5 * 1024 * 1024 |
constexpr static const std::chrono::milliseconds | dai::bootloader::XLINK_WATCHDOG_TIMEOUT {1500} |