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:
parent
e196413bb7
commit
d0e33d45b5
8
.gitignore
vendored
8
.gitignore
vendored
@ -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/
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -3,3 +3,4 @@
|
|||||||
^\./crypto/
|
^\./crypto/
|
||||||
^\./legacy/
|
^\./legacy/
|
||||||
^\./storage/
|
^\./storage/
|
||||||
|
^\./zephyr/workspace/
|
||||||
|
1
zephyr/workspace
Submodule
1
zephyr/workspace
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit e25bf999240c89edb9604cc5d8141ed8e2e57ed3
|
Loading…
Reference in New Issue
Block a user