micropython/ports/stm32/boards/MIKROE_CLICKER2_STM32
Damien George 67fd58bbd2 stm32/mboot: Add support for littlefs.
Mboot now supports FAT, LFS1 and LFS2 filesystems, to load firmware from.
The filesystem needed by the board must be explicitly enabled by the
configuration variables MBOOT_VFS_FAT, MBOOT_VFS_LFS1 and MBOOT_VFS_LFS2.
Boards that previously used FAT implicitly (with MBOOT_FSLOAD enabled) must
now add the following config to mpconfigboard.h:

    #define MBOOT_VFS_FAT (1)

Signed-off-by: Damien George <damien@micropython.org>
2020-06-26 21:17:02 +10:00
..
mpconfigboard.h stm32/mboot: Add support for littlefs. 2020-06-26 21:17:02 +10:00
mpconfigboard.mk stm32/boards/MIKROE_CLICKER2_STM32: Add MikroElektronika Clicker2 board. 2019-09-10 13:57:01 +10:00
pins.csv stm32/boards/MIKROE_CLICKER2_STM32: Add MikroElektronika Clicker2 board. 2019-09-10 13:57:01 +10:00
stm32f4xx_hal_conf.h stm32/boards/MIKROE_CLICKER2_STM32: Add MikroElektronika Clicker2 board. 2019-09-10 13:57:01 +10:00