aboutsummaryrefslogtreecommitdiff
path: root/stmhal/Makefile
diff options
context:
space:
mode:
authorDamien George2015-03-22 17:55:50 +0000
committerDamien George2015-03-22 17:55:50 +0000
commitf44ace11fb263639dfe938456dbd2e56212dbec8 (patch)
treeb50be3559a48be7b3ca1b34479add8612f9792e3 /stmhal/Makefile
parent104a86744759cb635ad9a32830de9e1452da60c4 (diff)
stmhal: Put flash in deep power-down mode when entering stop mode.
This can get PYBv1.0 stop current down to around 290uA.
Diffstat (limited to 'stmhal/Makefile')
-rw-r--r--stmhal/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile
index 46125d10b..e9235a744 100644
--- a/stmhal/Makefile
+++ b/stmhal/Makefile
@@ -168,6 +168,7 @@ SRC_HAL = $(addprefix $(HAL_DIR)/src/,\
stm32f4xx_hal_pcd.c \
stm32f4xx_hal_pcd_ex.c \
stm32f4xx_hal_pwr.c \
+ stm32f4xx_hal_pwr_ex.c \
stm32f4xx_hal_rcc.c \
stm32f4xx_hal_rcc_ex.c \
stm32f4xx_hal_rng.c \