The latest development version of this page may be more current than this released 3.5.0 version.

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

0333c2af13179f9b33d495cf7cb9a509f751cbb1

canopennode

dec12fa3f0d790cafa8414a4c2930ea71ab72ffd

cmsis

5a00331455dd74e31e80efa383a489faea0590e3

cmsis-dsp

ff7b5fd1ea5f094665c090c343ec44e74dc0b193

cmsis-nn

0c8669d81381ccf3b1a01d699f3b68b50134a99f

edtt

64e5105ad82390164fb73fc654be3f73a608209a

fatfs

427159bf95ea49b7680facffaa29ad506b42709b

hal_altera

0d225ddd314379b32355a00fb669eacf911e750d

hal_ambiq

0a7c99325aa73a1ef777501da91c2c6608661e56

hal_atmel

5ab43007eda3f380c125f957f03638d2e8d1144d

hal_espressif

31fc5758f3507f8f0af00b1dea1a0df7af99bfc0

hal_ethos_u

90ada2ea5681b2a2722a10d2898eac34c2510791

hal_gigadevice

2994b7dde8b0b0fa9b9c0ccb13474b6a486cddc3

hal_infineon

815e84a5150f95627201f192779a0180d5052de7

hal_intel

b3b43d4e3da7ba483611bbbea7ef8af92c69df31

hal_microchip

5d079f1683a00b801373bbbbf5d181d4e33b30d5

hal_nordic

d054a315eb888ba70e09e5f6decd4097b0276d1f

hal_nuvoton

3e0a4c4d3328b2f72b164219add19d5308b53cb5

hal_nxp

ad142f5612d927e29b1f9606e8edade871b8a526

hal_openisa

d1e61c0c654d8ca9e73d27fca3a7eb3b7881cb6a

hal_quicklogic

b3a66fe6d04d87fd1533a5c8de51d0599fcd08d0

hal_renesas

a6cf2af9140e014fbbc48d2b6deb802231dd369f

hal_rpi_pico

fba7162cc7bee06d0149622bbcaac4e41062d368

hal_silabs

d191d981c4eb20c0c7445a4061fcdbcfa686113a

hal_st

fb8e79d1a261fd02aadff7c142729f1954163cf3

hal_stm32

89ef0a3383edebf661073073bcdf6e2836fe90ee

hal_telink

38573af589173259801ae6c2b34b7d4c9e626746

hal_ti

b85f86e51fc4d47c4c383d320d64d52d4d371ae4

hal_wurthelektronik

24ca9873c3d608fad1fea0431836bc8f144c132e

hal_xtensa

e6da34fc07dfe96161ab8743f5dbeb6e6307ab93

libmetal

b91611a6f47dd29fb24c46e5621e797557f80ec6

liblc3

448f3de31f49a838988a162ef1e23a89ddf2d2ed

littlefs

ca583fd297ceb48bced3c2548600dc615d67af24

loramac-node

842413c5fb98707eb5f26e619e8e792453877897

lvgl

8a6a2d1d29d17d1e4bdc94c243c146a39d635fdd

mbedtls

c38dc78d9a8dcbe43b898cc1171ab33ba3e6fc26

mcuboot

13767d0b72eb14ce42eb8aad1e5a133ef66afc54

mipi-sys-t

a819419603a2dfcb47f7f39092e1bc112e45d1ef

net-tools

d68ee9d17648a1bb3729c2023abfcb735dfe92fa

nrf_hw_models

f4595802d32d103718bf50b3d390b7a450895843

open-amp

42b7c577714b8f22ce82a901e19c1814af4609a8

openthread

d62167ee34b091e7025c9ec2820aae71e17a3944

percepio

a3728efccc47dd372f40e6313589ca4c5cc7d5e9

picolibc

d07c38ff051386f8e09a143ea0a6c1d6d66dd1d8

segger

9d0191285956cef43daf411edc2f1a7788346def

tinycrypt

3e9a49d2672ec01435ffbf0d788db6d95ef28de0

trusted-firmware-m

b168d92c7ed3c77c94d7ce3362bdde5dbffe8424

trusted-firmware-a

421dc050278287839f5c70019bd6aec617f2bbdb

uoscore-uedhoc

5fe2cb613bd7e4590bd1b00c2adf181ac0229379

zcbor

67fd8bb88d3136738661fa8bb5f9989103f4599e

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 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.

  • TBD