mirror of
https://xff.cz/git/pinephone-keyboard
synced 2024-12-22 04:48:49 -05:00
Disable USB stack in stock firmware by default, for max power savings
This commit is contained in:
parent
c4f36fdb14
commit
470f230d15
@ -26,6 +26,8 @@ sdcc \
|
|||||||
-I. \
|
-I. \
|
||||||
-DFW_REVISION_STR="\"$(git describe) $(git log -1 --format=%cd --date=iso)\"" \
|
-DFW_REVISION_STR="\"$(git describe) $(git log -1 --format=%cd --date=iso)\"" \
|
||||||
-DCONFIG_STOCK_FW=1 \
|
-DCONFIG_STOCK_FW=1 \
|
||||||
|
-DCONFIG_USB_STACK=0 \
|
||||||
|
-DCONFIG_SELFTEST=0 \
|
||||||
build/stock-ivt.rel main.c \
|
build/stock-ivt.rel main.c \
|
||||||
-o build/fw-stock.ihx
|
-o build/fw-stock.ihx
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user