West Projects index

See Contributing External Components for more information about this contributing and review process for imported components.

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

acpica

8d24867bc9c9d81c81eeac59391cda59333affd4

cmsis

512cc7e895e8491696b61f7ba8066b4a182569b8

cmsis-dsp

d80a49b2bb186317dc1db4ac88da49c0ab77e6e7

cmsis-nn

e9328d612ea3ea7d0d210d3ac16ea8667c01abdd

cmsis_6

06d952b6713a2ca41c9224a62075e4059402a151

edtt

b9ca3c7030518f07b7937dacf970d37a47865a76

fatfs

16245c7c41d2b79e74984f49b5202551786b8a9b

hal_adi

16829b77264678f31a2d077a870af7bdca2d39bd

hal_afbr

4e1eea7ea283db9d9ce529b0e9f89c0b5c2660e3

hal_ambiq

84ccbfc0b6041ba9f5688337c78bad99da5448ce

hal_atmel

ca7e4c6920f44b9d677ed5995ffa169f18a54cdf

hal_bouffalolab

5811738e2be348f30dc97d78280f2735d5d14084

hal_espressif

c8d2da183298c147f40f3563e2c4fd1a81dbd92f

hal_ethos_u

50ddffca1cc700112f25ad9bc077915a0355ee5d

hal_gigadevice

2994b7dde8b0b0fa9b9c0ccb13474b6a486cddc3

hal_infineon

0fe4f3aee9c8f7002996a94d91299b2c28d6a8fa

hal_intel

0447cd22e74d7ca243653f21cfd6e38c016630c6

hal_microchip

32a79d481c056b2204a5701d5a5799f9e5130dd7

hal_nordic

9587b1dcb83d24ab74e89837843a5f7d573f7059

hal_nuvoton

be1042dc8a96ebe9ea4c5d714f07c617539106d6

hal_nxp

fc8aa27bba7ad1f8b98c04f991dae65ba38ec165

hal_openisa

eabd530a64d71de91d907bad257cd61aacf607bc

hal_quicklogic

bad894440fe72c814864798c8e3a76d13edffb6c

hal_renesas

0769fe1520f6c14e6301188588da758a609f181d

hal_rpi_pico

7b57b24588797e6e7bf18b6bda168e6b96374264

hal_silabs

190a144a16bed9a938a94543ed5bbc70c0552e0f

hal_st

9f81b4427e955885398805b7bca0da3a8cd9109c

hal_stm32

126cbbee19208b7aaca5ad8b287cf104e8bc837a

hal_tdk

6727477af1e46fa43878102489b9672a9d24e39f

hal_telink

4226c7fc17d5a34e557d026d428fc766191a0800

hal_ti

bc8e7b99bb668cc51a3aa384448a48c48a33f8e2

hal_wch

6dd313768b5f4cc69baeac4ce6e59f2038eb8ce5

hal_wurthelektronik

e3e2797b224fc48fdef1bc3e5a12a7c73108bba2

hal_xtensa

b38620c7cc61e349e192ed86a54940a5cd0636b7

hostap

bc5d22f5838d017b889d1452a5854f9a32895414

liblc3

48bbd3eacd36e99a57317a0a4867002e0b09e183

libmctp

b97860e78998551af99931ece149eeffc538bdb1

libmetal

91d38634d1882f0a2151966f8c5c230ce1c0de7b

littlefs

8f5ca347843363882619d8f96c00d8dbd88a8e79

loramac-node

fb00b383072518c918e2258b0916c996f2d4eebe

lvgl

b03edc8e6282a963cd312cd0b409eb5ce263ea75

mbedtls

5f889934359deccf421554c7045a8381ef75298f

mcuboot

07222c1929e1d79d303baa8fde7f977a79e48e9a

mipi-sys-t

33e5c23cbedda5ba12dbe50c4baefb362a791001

net-tools

986bfeb040df3d9029366de8aea4ce1f84e93780

nrf_hw_models

6e5961223f81aa2707c555db138819a5c1b7942c

nrf_wifi

7cb2f44f46dfc86e4f97477ee90022944e138dd8

open-amp

c30a6d8b92fcebdb797fc1a7698e8729e250f637

openthread

3ae741f95e7dfb391dec35c48742862049eb62e8

percepio

49e6dc202aa38c2a3edbafcc2dab85dec6aee973

picolibc

560946f26db075c296beea5b39d99e6de43c9010

segger

cf56b1d9c80f81a26e2ac5727c9cf177116a4692

tinycrypt

1012a3ebee18c15ede5efc8332ee2fc37817670f

trusted-firmware-a

713ffbf96c5bcbdeab757423f10f73eb304eff07

trusted-firmware-m

65d8615521debd0c4c45153df37bbfe9934e9559

uoscore-uedhoc

54abc109c9c0adfd53c70077744c14e454f04f4a

zcbor

9b07780aca6fb21f82a241ba386ad9b379809337

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

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 template doc/develop/manifest/external/external.rst.tmpl to add external modules to the list below: