44 #include "board_hw_defs.c"
56 #if defined(PIOS_INCLUDE_ANNUNC)
60 PWR_BackupAccessCmd(ENABLE);
61 RCC_LSEConfig(RCC_LSE_OFF);
63 #if defined(PIOS_INCLUDE_SPI)
70 #if defined(PIOS_INCLUDE_RE1_FPGA)
78 #if defined(PIOS_INCLUDE_FLASH)
82 #if defined(PIOS_INCLUDE_FLASH_JEDEC)
91 #if defined(PIOS_INCLUDE_USB)
98 uintptr_t pios_usb_id;
101 #if defined(PIOS_INCLUDE_USB_HID) && defined(PIOS_INCLUDE_COM_MSG)
102 uintptr_t pios_usb_hid_id;
int32_t PIOS_RE1FPGA_Init(pios_spi_t spi_id, uint32_t slave_num, const struct pios_re1fpga_cfg *cfg, bool load_config)
int32_t PIOS_Flash_Internal_Init(uintptr_t *flash_id, const struct pios_flash_internal_cfg *cfg)
Main PiOS header to include all the compiled in PiOS options.
int32_t PIOS_Flash_Jedec_Init(uintptr_t *flash_id, pios_spi_t spi_id, uint32_t slave_num, const struct pios_flash_jedec_cfg *cfg)
#define PIOS_DEBUG_Assert(test)
int32_t PIOS_USB_HID_Init(uintptr_t *usbhid_id, const struct pios_usb_hid_cfg *cfg, uintptr_t lower_id)
int32_t PIOS_DELAY_Init(void)
const struct pios_com_driver pios_usb_hid_com_driver
int32_t PIOS_SPI_Init(pios_spi_t *spi_dev, const struct pios_spi_cfg *cfg)
int32_t PIOS_RE1FPGA_SetNotificationLedColor(enum pios_re1fpga_led_colors led_colors)
int32_t PIOS_ANNUNC_Init(const struct pios_annunc_cfg *cfg)
int32_t PIOS_USB_DESC_HID_ONLY_Init(void)
uintptr_t pios_com_telem_usb_id
int32_t PIOS_COM_MSG_Init(uintptr_t *com_id, const struct pios_com_driver *driver, uintptr_t lower_id)
void PIOS_USBHOOK_Activate(void)
void PIOS_FLASH_register_partition_table(const struct pios_flash_partition partition_table[], uint8_t num_partitions)
int32_t PIOS_USB_Init(uintptr_t *usb_id, const struct pios_usb_cfg *cfg)
const struct pios_flash_partition pios_flash_partition_table[]
#define PIOS_Assert(test)
int32_t PIOS_USB_BOARD_DATA_Init(void)