|
STM32 Bootloader
Customizable Bootloader for STM32 microcontrollers
|
Files | |
| file | bootloader.h [code] |
| This file contains the bootloader configuration parameters, function prototypes, and other required definitions. | |
| file | error_handler.h [code] |
| This file contains the error handling function prototypes. | |
| file | ffconf.h [code] |
| This file contains the FatFs module configuration options including read-only mode, string functions, code page, and other settings. | |
| file | main.h [code] |
| This file contains the main application header with bootloader version definitions. | |
| file | sd_diskio.h [code] |
| This file contains the SD card disk I/O driver interface for the FatFs middleware. | |
| file | sd_fatfs.h [code] |
| This file contains the SD card FatFs file system mount and unmount function prototypes. | |