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

chre

c4c2f49fdcaa2fed49eb1db027696a5734a010d2

acpica

8d24867bc9c9d81c81eeac59391cda59333affd4

cmsis

512cc7e895e8491696b61f7ba8066b4a182569b8

cmsis_6

b2dfbe1a20bbd49c2d2c605073799671074bbb30

edtt

c282625e694f0b53ea53e13231ea6d2f49411768

fatfs

f4ead3bf4a6dab3a07d7b5f5315795c073db568d

hal_adi

35d874ccfb8fb062ca8bdf096764b8d34c6d608e

hal_ambiq

3d7044ea240fc8dcb7b4c843b76f70cae5db736b

hal_atmel

8f95c79f2a80427ef446563cc9addefa959e92a9

hal_bouffalolab

aa6d2207eb479b78c55ed6123d7e2b96617faf9e

hal_espressif

8b30e4e3d11e467bfdc04658a02f5afc3d15bd2f

hal_ethos_u

03567073fe2b9802c0bd73f9534da6f8a03924d1

hal_gigadevice

44bc5a6aec1d70c74e58a7369e5152a6b6a1f989

hal_infineon

a5c0f8959ca5ee45250094dd3920b1585d496b40

hal_intel

7c8942c1ecb38b53dae0a02aeb4ab08371f4d4bf

hal_microchip

c0890ac01eaebdd19cb70a5475ed7b4f4ecc8911

hal_nordic

18da0cc9726f8759c627dba3180b3ba9294e433c

hal_nuvoton

6e993ab4d923575a69c91fa40897d87c5d779708

hal_nxp

dd01dc65d73e910fecd9f4a7c550fec16211b5fb

hal_openisa

eabd530a64d71de91d907bad257cd61aacf607bc

hal_quicklogic

bad894440fe72c814864798c8e3a76d13edffb6c

hal_realtek

a00cf493fa200df303f617d609538d33088c2654

hal_renesas

29d0d3b9c7f9e3929839c74a6cb10c487c24994f

hal_rpi_pico

562b41e10a1d8b1a761b253b107c5c6a84cf4535

hal_sifli

86fa0e9433fda1a760e0077c19b8407ecceea2f9

hal_silabs

d91d60465ca99b0a8e44a429769ee759843267f7

hal_st

e9f0468ade3c06d5e3961e3821543dd67c7ea7f0

hal_stm32

ff19fb0b03bc9b3f1355e9f9b7b6b3a6c051f121

hal_tdk

fa54cb65535b0ed69564423c9e0bf4e7ee47dcb1

hal_telink

4226c7fc17d5a34e557d026d428fc766191a0800

hal_ti

e66677c8c8d8b5e521c744f6b9788137b41b98fc

hal_wch

dd3855ea624b05de7e6e95584789615d2058a0f3

hal_wurthelektronik

7c1297ea071d03289112eb24e789c89c7095c0a2

hal_xtensa

614d7dd1cdb4dd61b8fda5a504d63297497b05ac

hostap

e97765d250aad14e0d2495a3fd5d4d9354a408df

liblc3

48bbd3eacd36e99a57317a0a4867002e0b09e183

libmetal

c41f476ba425663cadf7e456b6432e4b21591278

littlefs

8f5ca347843363882619d8f96c00d8dbd88a8e79

loramac-node

fb00b383072518c918e2258b0916c996f2d4eebe

lvgl

bbedf2656086a93a8468a1c98168a6b36631ce9a

mbedtls

554163f6f7b2ec71fed9b423e81f2217a8615d29

mcuboot

0fae8920c4e5acb792b3fe766c89c668f42be6ee

mipi-sys-t

5a9d6055b62edc54566d6d0034d9daec91749b98

net-tools

c3431f482ea8a7b570fa4573aa5d35875b7f2a23

open-amp

01032a8a7bdfdd541686f5dfa3671e602b9fcbff

openthread

e4d97681c53ec1cc34af1404ad2960adda4ba691

picolibc

01254932e8e81085817ed61fd858648584ffe37c

psa-arch-tests

588572c0ebd835c7e0929eaf3007d4fbadb47b5b

segger

50892fdbcf2f570e67baa72b8894a66b16946f72

tf-m-tests

2f9d323198329cc3df0d6145ec924222cf4ae440

tf-psa-crypto

2d881593696aec687ca2246c53de207c2b9bf782

trusted-firmware-a

b7025fb97b53370ac4a2c216698e0784916fa135

trusted-firmware-m

2b2b177366080dccf68e6ff1780b75e8303bb9a4

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: