2 #include <pios_board.h>
6 #if defined(FLIGHT_POSIX)
12 .board_type = BOARD_TYPE,
13 .board_rev = BOARD_REVISION,
14 #ifdef BOOTLOADER_VERSION
15 .bl_rev = BOOTLOADER_VERSION,
19 .fw_base = FW_BANK_BASE,
20 .fw_size = FW_BANK_SIZE - FW_DESC_SIZE,
21 .desc_base = FW_BANK_BASE + FW_BANK_SIZE - FW_DESC_SIZE,
22 .desc_size = FW_DESC_SIZE,
25 .ee_base = EE_BANK_BASE,
26 .ee_size = EE_BANK_SIZE,
Main PiOS header to include all the compiled in PiOS options.
const struct pios_board_info pios_board_info_blob
#define PIOS_BOARD_INFO_BLOB_MAGIC