aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/mboot/fsload.c
AgeCommit message (Expand)Author
2021-01-29stm32/mboot: Introduce MBOOT_ERRNO_xxx constants and use them.Damien George
2021-01-29stm32/mboot: Don't auto-detect littlefs block size.Damien George
2021-01-18stm32/mboot: Add support for signed and encrypted firmware updates.Damien George
2020-06-26stm32/mboot: Add support for littlefs.Damien George
2020-06-26stm32/mboot: Decouple stream, filesystem and top-level loading code.Damien George
2020-06-26stm32/mboot: Don't search for firmware on FS, just attempt to open it.Damien George
2019-02-15stm32/mboot: Move some BSS vars to new section that isn't zeroed out.Damien George
2019-02-15stm32/mboot: Add support for loading gzip'd firmware from a filesystem.Damien George