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

f24186100783b7633594e7114b4b1d98e55a080d

hal_ambiq

5efc0228528a8adce5eae0d226fac85d2551eb3b

hal_atmel

8cd575049f04131e333558072484bfc6334c19c4

hal_bouffalolab

6236ecf4224ffb5fe1e3542c0380db951bb14540

hal_espressif

79c15a6e947a9a1cd4e348352969ddb3bf441e9c

hal_ethos_u

03567073fe2b9802c0bd73f9534da6f8a03924d1

hal_gigadevice

ee0e31302c21b2a465dc303b3ced8c606c2167c8

hal_infineon

839de193c8c555a75ce44c3d6085fae9227caa85

hal_intel

2ddab7fe5bfe85c7af8b87a490c4a0e560dc1078

hal_microchip

f35096e9b10a002bc4f319ac22382c1abaaf6af7

hal_nordic

3e5403c9cc91fdfb11b6712ae9816674791f9f87

hal_nuvoton

8f1bf948a94cf59926ea7b686985e1d6c6f954c7

hal_nxp

d12ee715e5f7297806b9c3289e1343899b93750f

hal_openisa

eabd530a64d71de91d907bad257cd61aacf607bc

hal_quicklogic

bad894440fe72c814864798c8e3a76d13edffb6c

hal_renesas

c92be1e7442b01e02d0f56a3b0ee090d8d068467

hal_rpi_pico

562b41e10a1d8b1a761b253b107c5c6a84cf4535

hal_sifli

86fa0e9433fda1a760e0077c19b8407ecceea2f9

hal_silabs

aad92b8a992dbb8eecc5560d2a648d70c884ede5

hal_st

7a792882847223c72944791e0c48eed6101e6569

hal_stm32

46e113ade52b2ae8b17b5054e715ec80cec37d9a

hal_tdk

fa54cb65535b0ed69564423c9e0bf4e7ee47dcb1

hal_telink

4226c7fc17d5a34e557d026d428fc766191a0800

hal_ti

b141deb61a34e257afa16381c5d25e2f3d56d5a5

hal_wch

6dd313768b5f4cc69baeac4ce6e59f2038eb8ce5

hal_wurthelektronik

7c1297ea071d03289112eb24e789c89c7095c0a2

hal_xtensa

0495a1afd300b644d3ec8dd2c3bd11007e69a892

hostap

9a7aef98c8758337b8b83d87ba64dc924769b67a

liblc3

48bbd3eacd36e99a57317a0a4867002e0b09e183

libmetal

66e084293b2a7ced5a73fbd247deddba8915883a

littlefs

8f5ca347843363882619d8f96c00d8dbd88a8e79

loramac-node

fb00b383072518c918e2258b0916c996f2d4eebe

lvgl

85aa60d18b3d5e5588d7b247abf90198f07c8a63

mbedtls

c5b06d89c9c498d8fc8659ce31f7e53137b6270f

mcuboot

6fc2d6b3b8bf86961fa066b828ff0b05c07a0c15

mipi-sys-t

5a9d6055b62edc54566d6d0034d9daec91749b98

net-tools

64d7acc661ae2772282570f21beab85d02f2f35c

open-amp

5efe7974f9546582e99f5a842a816ea4b65f5227

openthread

e4d97681c53ec1cc34af1404ad2960adda4ba691

picolibc

ca8b6ebba5226a75545e57a140443168a26ba664

psa-arch-tests

6e8219237435112df33bbcf37b7f5657fcfb9cff

segger

50892fdbcf2f570e67baa72b8894a66b16946f72

tf-m-tests

cde5b6ed540d3ff5a09564fded6b39b0a70ad3bf

trusted-firmware-a

44bcc378b6ec4af8693d008f43983e488f1f5740

trusted-firmware-m

7e8bf231496cc4d43b2fab0bc133425b47756065

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: