West Projects index

This page acts as an index of projects (modules) compatible with the West meta-tool.

It primarily lists the components declared in Zephyr’s default manifest file. See Contributing External Components for more information about the contribution and review process for these imported components.

It also maintains a registry of external projects, maintained outside of the Zephyr Project, that can easily be integrated into a Zephyr workspace.

Active Projects/Modules

The projects below are enabled by default and will be downloaded when you call west update. Many of the projects or modules listed below are essential for building generic Zephyr application and include among others hardware support for many of the platforms available in Zephyr.

To disable any of the active modules, for example a specific HAL, use the following commands:

west config manifest.project-filter -- -hal_FOO
west update

Project

Revision

cannectivity

tiacsys/main

ubxlib

62c0021cbf079b43cdd9a219e9b10b49ea616e19

zephyr

tiacsys/main

canopennode

dec12fa3f0d790cafa8414a4c2930ea71ab72ffd

chre

c4c2f49fdcaa2fed49eb1db027696a5734a010d2

acpica

8d24867bc9c9d81c81eeac59391cda59333affd4

cmsis

512cc7e895e8491696b61f7ba8066b4a182569b8

cmsis_6

30a859f44ef8ab4dc8f84b03ed586fd16ccf9d74

edtt

c282625e694f0b53ea53e13231ea6d2f49411768

fatfs

f4ead3bf4a6dab3a07d7b5f5315795c073db568d

hal_adi

44545c0b31a765c702132f22e797271c3f111eae

hal_ambiq

21565be7baa02f03d27a734bf9939c0dcb3cfec9

hal_atmel

8cd575049f04131e333558072484bfc6334c19c4

hal_bouffalolab

c71e1197e7e9e0fd7be801844e09533c030b56a9

hal_espressif

b7953b8019361d09e613f7011d2ccc41b984d087

hal_ethos_u

03567073fe2b9802c0bd73f9534da6f8a03924d1

hal_gigadevice

ee0e31302c21b2a465dc303b3ced8c606c2167c8

hal_infineon

3ae25facf70c296145f6e12aa10b4810d49c2b33

hal_intel

2ddab7fe5bfe85c7af8b87a490c4a0e560dc1078

hal_microchip

86f3ea6b389d860332bd81ae8b97543def619395

hal_nordic

44fd3d44b15cb75f80a25b4679f91d2787e28664

hal_nuvoton

fe26f3a5b3b85fb6b61cc3f744f195e3ab391194

hal_nxp

2c2f28ac333e995d7279777409817c4b4f92c1ec

hal_openisa

eabd530a64d71de91d907bad257cd61aacf607bc

hal_quicklogic

bad894440fe72c814864798c8e3a76d13edffb6c

hal_renesas

06282060fa20cbd21d4ebbc7d46a1fc9533fd24e

hal_rpi_pico

562b41e10a1d8b1a761b253b107c5c6a84cf4535

hal_sifli

86fa0e9433fda1a760e0077c19b8407ecceea2f9

hal_silabs

f5201210afa1319ed8dd8dbe21682bcb63b25771

hal_st

7a792882847223c72944791e0c48eed6101e6569

hal_stm32

39130f29ae37c1db34095478ca02b6419b70dcdc

hal_tdk

fa54cb65535b0ed69564423c9e0bf4e7ee47dcb1

hal_telink

4226c7fc17d5a34e557d026d428fc766191a0800

hal_ti

afbcfffd393be03ca2c9b41f9ce8d94a4c2f2fbd

hal_wch

dd3855ea624b05de7e6e95584789615d2058a0f3

hal_wurthelektronik

7c1297ea071d03289112eb24e789c89c7095c0a2

hal_xtensa

0495a1afd300b644d3ec8dd2c3bd11007e69a892

hostap

aa993679725360c1e370c9695960c6730cb07e8b

liblc3

48bbd3eacd36e99a57317a0a4867002e0b09e183

libmetal

66e084293b2a7ced5a73fbd247deddba8915883a

littlefs

8f5ca347843363882619d8f96c00d8dbd88a8e79

loramac-node

fb00b383072518c918e2258b0916c996f2d4eebe

lvgl

85aa60d18b3d5e5588d7b247abf90198f07c8a63

mbedtls

a3e190fe44c78d1ba67f55979e1257328cc7d0d8

mcuboot

2d42e8eadcdb76737f99a0e03e6c6e322f8f1639

mipi-sys-t

5a9d6055b62edc54566d6d0034d9daec91749b98

net-tools

64d7acc661ae2772282570f21beab85d02f2f35c

open-amp

5efe7974f9546582e99f5a842a816ea4b65f5227

openthread

e4d97681c53ec1cc34af1404ad2960adda4ba691

picolibc

01254932e8e81085817ed61fd858648584ffe37c

psa-arch-tests

6e8219237435112df33bbcf37b7f5657fcfb9cff

segger

50892fdbcf2f570e67baa72b8894a66b16946f72

tf-m-tests

cde5b6ed540d3ff5a09564fded6b39b0a70ad3bf

tf-psa-crypto

c82dfc7be6417aba6b161dda66dde9278e8524de

trusted-firmware-a

4aef38a5bf03edfa615c1f8af5a49e7065f9fb3f

trusted-firmware-m

9a4cb1a280b63a5e66bd469e82eb75f2b3e05a78

Inactive and Optional Projects/Modules

The projects below are optional and will not be downloaded when you call west update. You can add any of the projects or modules listed below and use them to write application code and extend your workspace with the added functionality.

To enable any of the modules below, use the following commands:

west config manifest.project-filter -- +nanopb
west update

Project

Revision

External Projects/Modules

The projects listed below are external and are not directly imported into the default manifest. To use any of the projects below, you will need to define your own manifest file which includes them. See Manifest Imports for information on recommended ways to do this while still inheriting the mandatory modules from Zephyr’s west.yml.

Use the dedicated template file to contribute new external modules to the list below: