mirror of
https://xff.cz/git/pinephone-keyboard/
synced 2024-11-09 14:05:43 +01:00
Disable USB stack in stock firmware by default, for max power savings
This commit is contained in:
parent
c4f36fdb14
commit
470f230d15
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ sdcc \
|
|||
-I. \
|
||||
-DFW_REVISION_STR="\"$(git describe) $(git log -1 --format=%cd --date=iso)\"" \
|
||||
-DCONFIG_STOCK_FW=1 \
|
||||
-DCONFIG_USB_STACK=0 \
|
||||
-DCONFIG_SELFTEST=0 \
|
||||
build/stock-ivt.rel main.c \
|
||||
-o build/fw-stock.ihx
|
||||
|
||||
|
|
Loading…
Reference in a new issue