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

30a859f44ef8ab4dc8f84b03ed586fd16ccf9d74

edtt

c282625e694f0b53ea53e13231ea6d2f49411768

fatfs

f4ead3bf4a6dab3a07d7b5f5315795c073db568d

hal_adi

b93ba93f7a9f915a5833d735281c1dba1ad1f026

hal_ambiq

c03d2f9902cfc3ff0d3f78ead538e9726251f7f9

hal_atmel

8cd575049f04131e333558072484bfc6334c19c4

hal_bouffalolab

8ee5e121da0d3800f0723280b6640038cb1bad95

hal_espressif

15789ec576bdb3397c6fc39542b0d9b534d98d2d

hal_ethos_u

03567073fe2b9802c0bd73f9534da6f8a03924d1

hal_gigadevice

ee0e31302c21b2a465dc303b3ced8c606c2167c8

hal_infineon

ab7351b491e360329ce564e087cac6aef0bf4b08

hal_intel

2ddab7fe5bfe85c7af8b87a490c4a0e560dc1078

hal_microchip

86f3ea6b389d860332bd81ae8b97543def619395

hal_nordic

c8f0c2b6ecf66b0a4af24b5272d879c305868feb

hal_nuvoton

bed550b27c00f0ee4a8086f3eeb9daf7a1aa6c32

hal_nxp

bf4578ffe19daf1d73100cce9f59830c22b8072d

hal_openisa

eabd530a64d71de91d907bad257cd61aacf607bc

hal_quicklogic

bad894440fe72c814864798c8e3a76d13edffb6c

hal_realtek

84a7fd556d95a411ee3cbf4ed29478eced58fb35

hal_renesas

b994af098811b0ea02d5388efeefd0ac54f082e3

hal_rpi_pico

562b41e10a1d8b1a761b253b107c5c6a84cf4535

hal_sifli

86fa0e9433fda1a760e0077c19b8407ecceea2f9

hal_silabs

f5201210afa1319ed8dd8dbe21682bcb63b25771

hal_st

e9f0468ade3c06d5e3961e3821543dd67c7ea7f0

hal_stm32

686cf2ddd51f38f7c581afc7721235d777975741

hal_tdk

fa54cb65535b0ed69564423c9e0bf4e7ee47dcb1

hal_telink

4226c7fc17d5a34e557d026d428fc766191a0800

hal_ti

e66677c8c8d8b5e521c744f6b9788137b41b98fc

hal_wch

dd3855ea624b05de7e6e95584789615d2058a0f3

hal_wurthelektronik

7c1297ea071d03289112eb24e789c89c7095c0a2

hal_xtensa

0495a1afd300b644d3ec8dd2c3bd11007e69a892

hostap

970cc28c58ab86cfc34a5d6c7486222f998b24dc

liblc3

48bbd3eacd36e99a57317a0a4867002e0b09e183

libmetal

66e084293b2a7ced5a73fbd247deddba8915883a

littlefs

8f5ca347843363882619d8f96c00d8dbd88a8e79

loramac-node

fb00b383072518c918e2258b0916c996f2d4eebe

lvgl

85aa60d18b3d5e5588d7b247abf90198f07c8a63

mbedtls

6a08a7eb799853ce2a9053d24ecde31bf3a1322c

mcuboot

ee39e2d694bd827ffd1bebbce2f571a9154e6ec2

mipi-sys-t

5a9d6055b62edc54566d6d0034d9daec91749b98

net-tools

c3431f482ea8a7b570fa4573aa5d35875b7f2a23

open-amp

5efe7974f9546582e99f5a842a816ea4b65f5227

openthread

e4d97681c53ec1cc34af1404ad2960adda4ba691

picolibc

01254932e8e81085817ed61fd858648584ffe37c

psa-arch-tests

6e8219237435112df33bbcf37b7f5657fcfb9cff

segger

50892fdbcf2f570e67baa72b8894a66b16946f72

tf-m-tests

cde5b6ed540d3ff5a09564fded6b39b0a70ad3bf

tf-psa-crypto

dc575a2ddcc8cb16275d24c42a52eaf79ebe2231

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: