]> git.dujemihanovic.xyz Git - u-boot.git/commit
dfu: add callback for flush and initiated operation
authorPatrick Delaunay <patrick.delaunay@st.com>
Mon, 14 Oct 2019 07:28:07 +0000 (09:28 +0200)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Thu, 31 Oct 2019 11:12:31 +0000 (12:12 +0100)
commit067c13c70bfb99d25979b989870ed39eab34659a
treeac28778dda9f3b986f8cbc227d519d9df1d9b5cd
parentec44cace4b8d23556924550fe76bf2744eb91144
dfu: add callback for flush and initiated operation

Add weak callback to allow board specific behavior
- flush
- initiated

This patch prepare usage of DFU back end for communication with
STM32CubeProgrammer on stm32mp1 platform with stm32prog command.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
doc/README.dfu
drivers/dfu/dfu.c
include/dfu.h