mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-16 11:28:14 +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*
|
||||
.DS_Store
|
||||
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,
|
||||
legacy,
|
||||
storage,
|
||||
zephyr,
|
||||
fail-under=10.0
|
||||
jobs=0
|
||||
load-plugins=trezor_pylint_plugin
|
||||
|
@ -5,6 +5,7 @@ ignore: |
|
||||
vendor/
|
||||
/common/defs/ethereum/chains/
|
||||
/common/defs/ethereum/tokens/
|
||||
/zephyr/
|
||||
|
||||
rules:
|
||||
# fix for truthy warning on github action files
|
||||
|
@ -3,3 +3,4 @@
|
||||
^\./crypto/
|
||||
^\./legacy/
|
||||
^\./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