Skip to content

Commit

Permalink
misc(ncs): Update to NCS v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TjazVracko committed Jun 24, 2024
1 parent 75897ae commit b54474b
Showing 1 changed file with 57 additions and 20 deletions.
77 changes: 57 additions & 20 deletions west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,34 +16,40 @@ manifest:
remote: nrfconnect
# IMPORTANT: When changing NCS revision you need to change revision of
# Zephyr project below so it matches.
revision: v2.2.0
revision: v2.6.1
import:
name-allowlist:
# Ignore NCS private repos, keep this list sorted alphabetically.
# - ant
# - azure-sdk-for-c
# - bme68x
# - bsec
# - bsim
# - cirrus
- cjson
# - cmock
- cmock
# - dragoon
# - find-my
# - homekit
# - hostap
# - matter
- mbedtls-nrf
- mbedtls # Required for nRF9160 and nRF7002 projects, can be disabled for others.
- mcuboot
# - memfault-firmware-sdk
# - nrf-802154
- nrfxlib
# - openthread
# - sdk-hostap
- tfm-mcuboot
- psa-arch-tests
- qcbor
# - sidewalk
- trusted-firmware-m
# - wfa-qt-control-app
# Ignore zephyr repo as it is added below manually
# - zephyr

- name: zephyr
remote: nrfconnect
repo-path: sdk-zephyr
revision: v3.2.99-ncs1
revision: v3.5.99-ncs1-1
import:
# In addition to the zephyr repository itself, NCS also
# imports the contents of zephyr/west.yml at the above
Expand All @@ -57,34 +63,65 @@ manifest:
#
# Please keep this list sorted alphabetically.
name-allowlist:
# - TraceRecorderSource
# - canopennode
# - chre
# - acpica
# - bsim
# - babblesim_base
# - babblesim_ext_2G4_libPhyComv1
# - babblesim_ext_2G4_phy_v1
# - babblesim_ext_2G4_channel_NtNcable
# - babblesim_ext_2G4_channel_multiatt
# - babblesim_ext_2G4_modem_magic
# - babblesim_ext_2G4_modem_BLE_simple
# - babblesim_ext_2G4_device_burst_interferer
# - babblesim_ext_2G4_device_WLAN_actmod
# - babblesim_ext_2G4_device_playback
# - babblesim_ext_libCryptov1
- cmsis
# - cmsis-dsp
# - cmsis-nn
# - edtt
# - fatfs
# - fff
- fatfs
# - hal_altera
# - hal_ambiq
# - hal_atmel
# - hal_espressif
# - hal_ethos_u
# - hal_gigadevice
# - hal_infineon
# - hal_intel
# - hal_microchip
- hal_nordic
# - hal_nuvoton
# - hal_nxp
# - hal_openisa
# - hal_quicklogic
# - hal_renesas
# - hal_rpi_pico
# - hal_silabs
- hal_st # Hal for ST's sensors, not for MCU's
# - hal_stm32
# - hal_telink
# - hal_ti
# - hal_wurthelektronik
# - liblc3
# - hal_xtensa
- hostap
# - libmetal
# - liblc3
# - littlefs
# - loramac-node
# - lvgl
# - lz4
# - mbedtls
# - mcuboot # Do not use this one, Nordic has it's own fork.
# - mipi-sys-t
# - nanopb
# - net-tools
- nrf_hw_models
# - open-amp
# - picolibc
# - psa-arch-tests
# - openthread
# - percepio
- picolibc
- segger
# - tinycbor
- tinycrypt
- tf-m-tests
# - trusted-firmware-m
# - trusted-firmware-a
# - uoscore-uedhoc
- zcbor
# - zscilib

0 comments on commit b54474b

Please sign in to comment.