The DFU bootloader.


Go to the source code of this file.
Data Structures | |
| struct | Bootloader_LED |
| Specifies an LED to flash during bootloader mode. More... | |
| struct | Bootloader_LEDs |
| The array of LEDs to flash when we're in bootloader mode. More... | |
Functions | |
| void | Bootloader_Initialize () |
| Initialize the boot loader. | |
| void | Bootloader_Tasks () |
| The bootloader event loop. | |
| bool | Bootloader_USBActive () |
| Check if USB is active & configured. More... | |
| DFUState | Bootloader_GetState () |
| Fetch the DFU state of the bootloader. More... | |
| DFUStatus | Bootloader_GetStatus () |
| Fetch the DFU status of the bootloader. More... | |
| DFUState Bootloader_GetState | ( | ) |
Fetch the DFU state of the bootloader.
| DFUStatus Bootloader_GetStatus | ( | ) |
Fetch the DFU status of the bootloader.
| bool Bootloader_USBActive | ( | ) |
Check if USB is active & configured.