Skip to content

Commit

Permalink
Update Zephyr pinned versions manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisandreae committed Dec 8, 2023
1 parent b8f3a04 commit 0061a7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nix/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 6 additions & 1 deletion nix/update-manifest/update-manifest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0061a7c

Please sign in to comment.