#include <cstddef>
#include <string>
#include "device.hpp"
#include "log.hpp"
#include "device_io_hid.hpp"
#include <boost/thread/mutex.hpp>
#include <boost/thread/recursive_mutex.hpp>
Go to the source code of this file.
◆ MINIMAL_APP_VERSION
◆ MINIMAL_APP_VERSION_MAJOR
| #define MINIMAL_APP_VERSION_MAJOR 1 |
◆ MINIMAL_APP_VERSION_MICRO
| #define MINIMAL_APP_VERSION_MICRO 0 |
◆ MINIMAL_APP_VERSION_MINOR
| #define MINIMAL_APP_VERSION_MINOR 8 |
◆ VERSION
| #define VERSION |
( |
| M, |
|
|
| m, |
|
|
| u ) |
Value:
#define M(w0, w14, w9, w1)
Definition sha512-blocks.c:41
◆ VERSION_MAJOR
| #define VERSION_MAJOR |
( |
| v | ) |
|
◆ VERSION_MICRO
| #define VERSION_MICRO |
( |
| v | ) |
|
◆ VERSION_MINOR
| #define VERSION_MINOR |
( |
| v | ) |
|