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