diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-08-17 23:04:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-17 23:04:19 -0400 |
commit | f04da714a956a427e527fb3ee3539d3ad81f4c33 (patch) | |
tree | e8c5bcbe60f2a3367fc78d0dd9d130b5ac6f44ef /app | |
parent | 1607656c531f315f7d9209f576a2e0784b8e0d75 (diff) | |
parent | 064323b667e33b3f68e56165e9add66b7482ed68 (diff) |
Merge pull request #97 from petejohanson/core/exclude-more-west-modules
fix(build): Remove more unused west modules.
Diffstat (limited to 'app')
-rw-r--r-- | app/west.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/west.yml b/app/west.yml index 3784d97..cba53ab 100644 --- a/app/west.yml +++ b/app/west.yml @@ -21,6 +21,18 @@ manifest: - hal_microchip - hal_nxp - hal_openisa + - hal_silabs + - hal_xtensa + - hal_st + - hal_ti + - loramac-node + - mcuboot + - mcumgr + - net-tools + - segger + - openthread + - edtt + - trusted-firmware-m - name: uf2 remote: microsoft path: tools/uf2 |