From 0061a7c9daf078f10aebcd3c2dbad7194509cee7 Mon Sep 17 00:00:00 2001 From: Chris Andreae Date: Mon, 4 Dec 2023 13:22:27 +0900 Subject: [PATCH] Update Zephyr pinned versions manifest --- nix/manifest.json | 4 ++-- nix/update-manifest/update-manifest.sh | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/nix/manifest.json b/nix/manifest.json index 2ae52594521..55fa9177a1c 100644 --- a/nix/manifest.json +++ b/nix/manifest.json @@ -2,10 +2,10 @@ { "clone-depth": 1, "name": "zephyr", - "revision": "ed4a9549efc6fe6e4ab15ae19d32a9405b54f4bb", + "revision": "1ae0eb5ce8adafcec993e6fb8f4eeb6f818a7772", "url": "https://github.com/zmkfirmware/zephyr", "west-commands": "scripts/west-commands.yml", - "sha256": "14np1cx6rpaxmpnclaqsn8jcdb74jmhx0c231d2vs47crg59pyr1" + "sha256": "184wg98wqa6l8xxsk72rcp91prm49h7lna7w6zfmdflv58nmyrla" }, { "name": "canopennode", diff --git a/nix/update-manifest/update-manifest.sh b/nix/update-manifest/update-manifest.sh index ae44c9ced99..54de8a3baf8 100755 --- a/nix/update-manifest/update-manifest.sh +++ b/nix/update-manifest/update-manifest.sh @@ -2,7 +2,12 @@ set -euo pipefail -ignored_modules=(hal_espressif) +ignored_modules=(hal_espressif bsim babblesim babblesim_base \ + babblesim_ext_2G4_libPhyComv1 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_phy_v1 \ + babblesim_ext_2G4_device_playback babblesim_ext_libCryptov1) prefetch_project() { local p=$1