1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-15 15:46:06 +00:00

refactor(nordic): rename west to nordic

[no changelog]
This commit is contained in:
tychovrahe 2025-01-20 17:03:09 +01:00 committed by TychoVrahe
parent c4426276a7
commit 3d4fbcb38b
67 changed files with 13 additions and 13 deletions

10
.gitignore vendored
View File

@ -11,13 +11,3 @@ __pycache__/
proto.gv* proto.gv*
.DS_Store .DS_Store
crypto/tests/libtrezor-crypto.so.dSYM/ crypto/tests/libtrezor-crypto.so.dSYM/
/west/.west/
/west/bootloader/
/west/modules/
/west/nrf/
/west/nrfxlib/
/west/test/
/west/tools/
/west/zephyr/
/west/trezor/build/
/west/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

10
nordic/.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
/nordic/.west/
/nordic/bootloader/
/nordic/modules/
/nordic/nrf/
/nordic/nrfxlib/
/nordic/test/
/nordic/tools/
/nordic/zephyr/
/nordic/trezor/build/
/nordic/trezor/trezor-ble/build/

View File

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