aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/mboot/Makefile
AgeCommit message (Expand)Author
2021-02-02stm32/mboot: Change debug compiler optimisation from -O0 to -Og.Andrew Leech
2021-01-18stm32/mboot: Add support for signed and encrypted firmware updates.Damien George
2020-12-09stm32/mboot: Enable LFS2_READONLY for mboot builds with littlefs.Damien George
2020-11-16stm32/flash: Implement WB55 flash locking.Jim Mussared
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-23stm32/mboot: Use additional CFLAGS to compile string0.c.Damien George
2020-06-22stm32/mboot: Add support for using mboot with WB MCUs.Damien George
2020-06-22stm32/mboot: Use CMSIS system source code for SystemInit function.Damien George
2020-06-22stm32/mboot: Use flash routines from main stm32 code rather than custom.Damien George
2020-04-29stm32/Makefile: Rename SRC_LIB to LIB_SRC_C to match other ports.Jim Mussared
2020-04-18stm32/mboot: Expose custom DFU USB VID/PID values at makefile level.Andrew Leech
2020-04-18all: Enable extra conversion warnings where applicable.stijn
2019-12-27ports: Allow overriding CROSS_COMPILE in a custom makefile.David Lechner
2019-08-28stm32/mboot/Makefile: Define "BUILDING_MBOOT" when building mboot.Damien George
2019-07-09stm32/mboot: Update dependencies to enable parallel build with -j.Damien George
2019-07-09stm32/mboot: Use STARTUP_FILE from stm32lib.Damien George
2019-04-08stm32/mboot: Add support for H7 MCUs, with H743 flash layout.Damien George
2019-03-18stm32/mboot: Set USE_MBOOT=1 by default in the Makefile.Dave Hylands
2019-03-07stm32/mboot: Update to match latest oofatfs version.Jim Mussared
2019-02-15stm32/mboot: Add support for loading gzip'd firmware from a filesystem.Damien George
2019-02-14stm32/mboot/Makefile: Generate all pin header files from board pins.csv.Damien George
2019-02-14stm32/mboot/Makefile: Support specifying BOARD_DIR for custom board.Damien George
2019-02-07stm32/mboot: Allow deploying via deploy-stlink.Damien George
2018-09-05stm32/mboot/Makefile: Use -Wno-attributes for ll_usb.c HAL source file.Damien George
2018-05-24stm32: Add new component, the mboot bootloader.Damien George