1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-17 11:58:13 +00:00

feat(zephyr): introduce zephyr to monorepo

[no changelog]
This commit is contained in:
tychovrahe 2024-12-15 21:28:07 +01:00
parent e196413bb7
commit d0e33d45b5
5 changed files with 12 additions and 0 deletions

8
.gitignore vendored
View File

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

View File

@ -8,6 +8,7 @@ ignore-paths=
crypto, crypto,
legacy, legacy,
storage, storage,
zephyr,
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,6 +5,7 @@ ignore: |
vendor/ vendor/
/common/defs/ethereum/chains/ /common/defs/ethereum/chains/
/common/defs/ethereum/tokens/ /common/defs/ethereum/tokens/
/zephyr/
rules: rules:
# fix for truthy warning on github action files # fix for truthy warning on github action files

View File

@ -3,3 +3,4 @@
^\./crypto/ ^\./crypto/
^\./legacy/ ^\./legacy/
^\./storage/ ^\./storage/
^\./zephyr/workspace/

1
zephyr/workspace Submodule

@ -0,0 +1 @@
Subproject commit e25bf999240c89edb9604cc5d8141ed8e2e57ed3