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

c8aa8d545635a5821045ab500c70b878bd55f15d

hal_ambiq

c03d2f9902cfc3ff0d3f78ead538e9726251f7f9

hal_atmel

8cd575049f04131e333558072484bfc6334c19c4

hal_bouffalolab

6f8ee38a67b5c4a9f0b6e395d9c363fc920182a0

hal_espressif

2a5bec22444196328e262561e9dd7b2ea1a21b20

hal_ethos_u

03567073fe2b9802c0bd73f9534da6f8a03924d1

hal_gigadevice

ee0e31302c21b2a465dc303b3ced8c606c2167c8

hal_infineon

ab7351b491e360329ce564e087cac6aef0bf4b08

hal_intel

7c8942c1ecb38b53dae0a02aeb4ab08371f4d4bf

hal_microchip

c0890ac01eaebdd19cb70a5475ed7b4f4ecc8911

hal_nordic

3c08112f3d92c81b98134479c01d3cfd40f54016

hal_nuvoton

bed550b27c00f0ee4a8086f3eeb9daf7a1aa6c32

hal_nxp

6698acfa0bfc399cad95048f8e13883765fa82f7

hal_openisa

eabd530a64d71de91d907bad257cd61aacf607bc

hal_quicklogic

bad894440fe72c814864798c8e3a76d13edffb6c

hal_realtek

428e4ddd2a19560cb32ddd56cbb62bf4597edafd

hal_renesas

b994af098811b0ea02d5388efeefd0ac54f082e3

hal_rpi_pico

562b41e10a1d8b1a761b253b107c5c6a84cf4535

hal_sifli

86fa0e9433fda1a760e0077c19b8407ecceea2f9

hal_silabs

8b00abb4b3ce7d216bb5ce6c4be7a4b6abaddf5e

hal_st

e9f0468ade3c06d5e3961e3821543dd67c7ea7f0

hal_stm32

ff0f1fa5ab4e6559cfbb61d5270d38caad9ad0b0

hal_tdk

fa54cb65535b0ed69564423c9e0bf4e7ee47dcb1

hal_telink

4226c7fc17d5a34e557d026d428fc766191a0800

hal_ti

e66677c8c8d8b5e521c744f6b9788137b41b98fc

hal_wch

dd3855ea624b05de7e6e95584789615d2058a0f3

hal_wurthelektronik

7c1297ea071d03289112eb24e789c89c7095c0a2

hal_xtensa

0495a1afd300b644d3ec8dd2c3bd11007e69a892

hostap

45e1b7c2b186d39eae2acad37ade4a079726328b

liblc3

48bbd3eacd36e99a57317a0a4867002e0b09e183

libmetal

c41f476ba425663cadf7e456b6432e4b21591278

littlefs

8f5ca347843363882619d8f96c00d8dbd88a8e79

loramac-node

fb00b383072518c918e2258b0916c996f2d4eebe

lvgl

85aa60d18b3d5e5588d7b247abf90198f07c8a63

mbedtls

6a08a7eb799853ce2a9053d24ecde31bf3a1322c

mcuboot

e36d3c8d6ca5e0ed1f510f2a7d110f405a7c396b

mipi-sys-t

5a9d6055b62edc54566d6d0034d9daec91749b98

net-tools

c3431f482ea8a7b570fa4573aa5d35875b7f2a23

open-amp

01032a8a7bdfdd541686f5dfa3671e602b9fcbff

openthread

e4d97681c53ec1cc34af1404ad2960adda4ba691

picolibc

01254932e8e81085817ed61fd858648584ffe37c

psa-arch-tests

6e8219237435112df33bbcf37b7f5657fcfb9cff

segger

50892fdbcf2f570e67baa72b8894a66b16946f72

tf-m-tests

42f0fb9250acdd62219a13b8d272072f94446b84

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: