1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-09 15:00:58 +00:00

fixup! wip

This commit is contained in:
Martin Milata 2025-01-07 21:57:52 +01:00
parent 46294cbf02
commit 4f7aeb2fee
3 changed files with 4 additions and 4 deletions

View File

@ -54,7 +54,7 @@ function help_and_die() {
echo " --skip-legacy - do not build legacy"
echo " --repository path/to/repo - checkout the repository from the given path/url"
echo " --no-init - do not recreate docker environments"
echo " --models - comma-separated list of models. default: --models R,T"
echo " --models - comma-separated list of models. default: --models T2B1,T2T1,T3T1"
echo " --targets - comma-separated list of targets for core build. default: --targets boardloader,bootloader,firmware"
echo " --help"
echo
@ -69,7 +69,7 @@ OPT_BUILD_LEGACY=1
OPT_BUILD_NORMAL=1
OPT_BUILD_BITCOINONLY=1
INIT=1
MODELS=(R T T3T1)
MODELS=(T2B1 T2T1 T3T1)
CORE_TARGETS=(boardloader bootloader firmware)
REPOSITORY="file:///local"

View File

@ -79,7 +79,7 @@ Run the build with:
```sh
make build_unix # default
make build_unix TREZOR_MODEL=R # different model
make build_unix TREZOR_MODEL=T2B1 # different model
```
## Run

View File

@ -166,7 +166,7 @@ stm32lib):
-DSTM32_HAL_H=<stm32f4xx.h>
-DTREZOR_MODEL=T
-DTREZOR_MODEL=T2T1
-DTREZOR_MODEL_T2T1=1
-DSTM32F427xx
-DUSE_HAL_DRIVER