From d0e33d45b5a7004cb201c1ed5e4c94374551d3ff Mon Sep 17 00:00:00 2001 From: tychovrahe Date: Sun, 15 Dec 2024 21:28:07 +0100 Subject: [PATCH] feat(zephyr): introduce zephyr to monorepo [no changelog] --- .gitignore | 8 ++++++++ .pylintrc | 1 + .yamllint.yml | 1 + tools/style.c.include | 1 + zephyr/workspace | 1 + 5 files changed, 12 insertions(+) create mode 160000 zephyr/workspace diff --git a/.gitignore b/.gitignore index a2e0a1518d..92d6e9c049 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ diff --git a/.pylintrc b/.pylintrc index cefee09d88..3278d83224 100644 --- a/.pylintrc +++ b/.pylintrc @@ -8,6 +8,7 @@ ignore-paths= crypto, legacy, storage, + zephyr, fail-under=10.0 jobs=0 load-plugins=trezor_pylint_plugin diff --git a/.yamllint.yml b/.yamllint.yml index db57aa9911..608760af8b 100644 --- a/.yamllint.yml +++ b/.yamllint.yml @@ -5,6 +5,7 @@ ignore: | vendor/ /common/defs/ethereum/chains/ /common/defs/ethereum/tokens/ + /zephyr/ rules: # fix for truthy warning on github action files diff --git a/tools/style.c.include b/tools/style.c.include index 276419c797..1daf234e24 100644 --- a/tools/style.c.include +++ b/tools/style.c.include @@ -3,3 +3,4 @@ ^\./crypto/ ^\./legacy/ ^\./storage/ +^\./zephyr/workspace/ diff --git a/zephyr/workspace b/zephyr/workspace new file mode 160000 index 0000000000..e25bf99924 --- /dev/null +++ b/zephyr/workspace @@ -0,0 +1 @@ +Subproject commit e25bf999240c89edb9604cc5d8141ed8e2e57ed3