1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-01 18:30:56 +00:00

refactor(nordic): rename west to nordic

[no changelog]
This commit is contained in:
tychovrahe 2025-01-20 17:03:09 +01:00
parent b8b27a343a
commit f8f4a30a25
66 changed files with 13 additions and 13 deletions

20
.gitignore vendored
View File

@ -11,13 +11,13 @@ __pycache__/
proto.gv* proto.gv*
.DS_Store .DS_Store
crypto/tests/libtrezor-crypto.so.dSYM/ crypto/tests/libtrezor-crypto.so.dSYM/
/west/.west/ /nordic/.west/
/west/bootloader/ /nordic/bootloader/
/west/modules/ /nordic/modules/
/west/nrf/ /nordic/nrf/
/west/nrfxlib/ /nordic/nrfxlib/
/west/test/ /nordic/test/
/west/tools/ /nordic/tools/
/west/zephyr/ /nordic/zephyr/
/west/trezor/build/ /nordic/trezor/build/
/west/trezor/trezor-ble/build/ /nordic/trezor/trezor-ble/build/

View File

@ -8,7 +8,7 @@ ignore-paths=
crypto, crypto,
legacy, legacy,
storage, storage,
west, nordic,
fail-under=10.0 fail-under=10.0
jobs=0 jobs=0
load-plugins=trezor_pylint_plugin load-plugins=trezor_pylint_plugin

View File

@ -5,7 +5,7 @@ ignore: |
vendor/ vendor/
/common/defs/ethereum/chains/ /common/defs/ethereum/chains/
/common/defs/ethereum/tokens/ /common/defs/ethereum/tokens/
/west/ /nordic/
rules: rules:
# fix for truthy warning on github action files # fix for truthy warning on github action files

View File

@ -3,4 +3,4 @@
^\./crypto/ ^\./crypto/
^\./legacy/ ^\./legacy/
^\./storage/ ^\./storage/
^\./west/trezor ^\./nordic/trezor