diff options
| author | Damien George | 2021-01-28 15:46:02 +1100 |
|---|---|---|
| committer | Damien George | 2021-01-29 15:02:55 +1100 |
| commit | 0efa0b54374e3ea0cbaf455c41945800479b5bc8 (patch) | |
| tree | c1b2a3636b851d01b298f699eb03a58a3065fb37 /ports/stm32/boards/stm32h7xx_hal_conf_base.h | |
| parent | c1eb2929279fdcf7f89adeb013290e7c45e24fb7 (diff) | |
stm32/mboot: Add ELEM_TYPE_STATUS element so application can get status.
This new element takes the form: (ELEM_TYPE_STATUS, 4, <address>). If this
element is present in the mboot command then mboot will store to the given
address the result of the filesystem firmware update process. The address
can for example be an RTC backup register.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'ports/stm32/boards/stm32h7xx_hal_conf_base.h')
| -rw-r--r-- | ports/stm32/boards/stm32h7xx_hal_conf_base.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/stm32/boards/stm32h7xx_hal_conf_base.h b/ports/stm32/boards/stm32h7xx_hal_conf_base.h index 231f1ac7f..a451cfde7 100644 --- a/ports/stm32/boards/stm32h7xx_hal_conf_base.h +++ b/ports/stm32/boards/stm32h7xx_hal_conf_base.h @@ -54,6 +54,7 @@ #include "stm32h7xx_hal_usart.h" #include "stm32h7xx_hal_wwdg.h" #include "stm32h7xx_ll_adc.h" +#include "stm32h7xx_ll_pwr.h" #include "stm32h7xx_ll_rtc.h" // Enable various HAL modules |
