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

847e1e8ce4891abe587abd03c0e86564870b5134

zephyr

tiacsys/main

chre

c4c2f49fdcaa2fed49eb1db027696a5734a010d2

acpica

8d24867bc9c9d81c81eeac59391cda59333affd4

cmsis

512cc7e895e8491696b61f7ba8066b4a182569b8

cmsis_6

b2dfbe1a20bbd49c2d2c605073799671074bbb30

edtt

c282625e694f0b53ea53e13231ea6d2f49411768

fatfs

4f60a12c58c3de4246857ad87c40239ecd93349b

hal_adi

1a5d9748b680adf0669739f37d05cb985f39b7b8

hal_ambiq

3d7044ea240fc8dcb7b4c843b76f70cae5db736b

hal_atmel

8f95c79f2a80427ef446563cc9addefa959e92a9

hal_bouffalolab

de0ef89150684ebbdbf17aa1219dac3790bbfd49

hal_espressif

049f33f97a80912da7136c33527c8254fab3d6c8

hal_ethos_u

03567073fe2b9802c0bd73f9534da6f8a03924d1

hal_gigadevice

44bc5a6aec1d70c74e58a7369e5152a6b6a1f989

hal_infineon

13e4b3cd70fb2d862a37e55665f03af09fe74201

hal_intel

7c8942c1ecb38b53dae0a02aeb4ab08371f4d4bf

hal_microchip

550371954d33f7f5f17b3eb2f7ecc46ca3fa1b62

hal_nordic

4387c79cebd31927fb1ea7d64bee11728ae8041f

hal_nuvoton

0f411a85da7d17a612d54450f608f4d30cdb971f

hal_nxp

14d44be6e81e0e98582f9bf3eb202e055309badf

hal_openisa

eabd530a64d71de91d907bad257cd61aacf607bc

hal_quicklogic

bad894440fe72c814864798c8e3a76d13edffb6c

hal_realtek

29d365ccfbceb9f42ce666d75463fbe2c83b8e29

hal_renesas

c7bf2092a0d6b26a1113689579bd2255b20c54c1

hal_rpi_pico

266394b0f23dff8f77c54f67f89d62cee246f21d

hal_sifli

86fa0e9433fda1a760e0077c19b8407ecceea2f9

hal_silabs

1093933f15c4ad606059441a96b1433d53df1a84

hal_st

e9f0468ade3c06d5e3961e3821543dd67c7ea7f0

hal_stm32

02baa06ccea3304d1f65ec6550c68e5e300fcc58

hal_tdk

6a2669c3d82dc1a9f7e9ca4acc260f261688cfc0

hal_telink

4226c7fc17d5a34e557d026d428fc766191a0800

hal_ti

2e6514333cdb59e44a7635fb5852035c325f4c11

hal_wch

fbfabfc590e86b74af873bd26d3b4433a0ffb9e9

hal_wurthelektronik

7c1297ea071d03289112eb24e789c89c7095c0a2

hal_xtensa

60224c27bed1466287f0246ac04c902b92331c29

hostap

4f141f443d66cfa06269edc1bcf213e86136d0e6

liblc3

48bbd3eacd36e99a57317a0a4867002e0b09e183

libmetal

77237e9748212796a8f93a33689ce935fb9c81c2

littlefs

e9a8638fc228e43a3156ed3ac602229af3e3c1d5

loramac-node

874544f2a8a0212a0cc12e5eea51a024fd3d93d1

lvgl

d1fe35d350a1503db2ec7fd4dfff8e0cc26eea7e

mbedtls

c43f34b93797e81fd0257c30004dcd0ae332ae51

mcuboot

7ad67106c3253d03ae4bd8ab48e6bdf7bc46f43e

mipi-sys-t

5a9d6055b62edc54566d6d0034d9daec91749b98

net-tools

2104d8a33fe104559ff5c22793247926a714985e

open-amp

01032a8a7bdfdd541686f5dfa3671e602b9fcbff

openthread

e4d97681c53ec1cc34af1404ad2960adda4ba691

picolibc

01254932e8e81085817ed61fd858648584ffe37c

psa-arch-tests

3ce2420dd321c86928b40d33a8f799f5138469d3

segger

50892fdbcf2f570e67baa72b8894a66b16946f72

tf-m-tests

420c95daa7a25143bb88f807a1e2c432dd4372e8

tf-psa-crypto

765af96a20a2b408474dcd950372ba9af4d26b62

trusted-firmware-a

4d431cbbb451d13359534c63bf67e2d315ca37de

trusted-firmware-m

c821782bcf12b01807359a51de76066317cc616b

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: