|
libsbp
v2.4.7
|
#include "common.h"
Go to the source code of this file.
Data Structures | |
| struct | msg_bootloader_handshake_resp_t |
| struct | msg_bootloader_jump_to_app_t |
| struct | msg_nap_device_dna_resp_t |
| struct | msg_bootloader_handshake_dep_a_t |
Macros | |
| #define | SBP_MSG_BOOTLOADER_HANDSHAKE_REQ 0x00B3 |
| Bootloading handshake request (host => device) More... | |
| #define | SBP_MSG_BOOTLOADER_HANDSHAKE_RESP 0x00B4 |
| Bootloading handshake response (host <= device) More... | |
| #define | SBP_MSG_BOOTLOADER_JUMP_TO_APP 0x00B1 |
| Bootloader jump to application (host => device) More... | |
| #define | SBP_MSG_NAP_DEVICE_DNA_REQ 0x00DE |
| Read FPGA device ID over UART request (host => device) More... | |
| #define | SBP_MSG_NAP_DEVICE_DNA_RESP 0x00DD |
| Read FPGA device ID over UART response (host <= device) More... | |
| #define | SBP_MSG_BOOTLOADER_HANDSHAKE_DEP_A 0x00B0 |
| Deprecated. More... | |