blob: 7ce6edcba90249c5bbb3734dfb4b1c1c47042ad4 (
plain)
1
2
3
4
5
6
7
|
# Wildcard to allow APM32 MCU
DFU_SUFFIX_ARGS = -v FFFF -p FFFF
# Do not put the microcontroller into power saving mode
# when we get USB suspend event. We want it to keep updating
# backlight effects.
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
|