Skip to content

Commit

Permalink
manifest: Update to latest upstream
Browse files Browse the repository at this point in the history
Upstream now include support for 917. So, we can drop it from the
downstream. We can also drop the tests related to the 917.

Signed-off-by: Jérôme Pouiller <[email protected]>
  • Loading branch information
jerome-pouiller committed Feb 11, 2025
1 parent d61c3f3 commit 337be93
Show file tree
Hide file tree
Showing 97 changed files with 1 addition and 5,111 deletions.
48 changes: 0 additions & 48 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,33 +34,6 @@ jobs:
run: |
west blobs fetch hal_silabs
- name: Build Entropy test
working-directory: zephyr-silabs
shell: bash
run: |
west twister -v --inline-logs -K \
-s drivers.entropy \
-p siwx917_rb4338a
- name: Build Flash test
working-directory: zephyr-silabs
shell: bash
run: |
west twister -v --inline-logs \
-s drivers.flash.common.default \
-p siwx917_rb4338a \
-x DTC_OVERLAY_FILE=$(pwd)/tests/drivers/flash/common/boards/siwx917_rb4338a.overlay
- name: Build DMA test
working-directory: zephyr-silabs
shell: bash
run: |
west twister -v --inline-logs \
-s drivers.dma.chan_blen_transfer \
-p siwx917_rb4338a \
-x DTC_OVERLAY_FILE=$(pwd)/tests/drivers/dma/chan_blen_transfer/boards/siwx917_rb4338a.overlay \
-x EXTRA_CONF_FILE=$(pwd)/tests/drivers/dma/chan_blen_transfer/boards/siwx917_rb4338a.conf
- name: Build Crypto tests
working-directory: zephyr-silabs
shell: bash
Expand All @@ -71,30 +44,9 @@ jobs:
-p xg29_rb4412a \
-T tests/crypto/
- name: Build Bluetooth samples
working-directory: zephyr-silabs
shell: bash
run: |
west twister -v --inline-logs -K \
-s sample.bluetooth.peripheral_hr \
-s sample.bluetooth.observer \
-p siwx917_rb4338a
- name: Build Rail samples
working-directory: zephyr-silabs
shell: bash
run: |
west twister -v --inline-logs \
-s sample.rail.simple_txrx -T samples
- name: Build Wifi samples
working-directory: zephyr-silabs
shell: bash
run: |
west twister -v --inline-logs -K \
-s sample.net.wifi \
-p siwx917_rb4338a
west twister -v --inline-logs -K \
-s sample.net.wifi \
-p siwx917_rb4338a \
-x EXTRA_CONF_FILE=$(pwd)/samples/net/wifi/shell/soc/siwx917_offloaded_sockets.conf
49 changes: 0 additions & 49 deletions .github/workflows/upstream-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,58 +36,9 @@ jobs:
run: |
west blobs fetch hal_silabs
- name: Build Entropy test
working-directory: zephyr-silabs
shell: bash
run: |
west twister -v --inline-logs -K \
-s drivers.entropy \
-p siwx917_rb4338a
- name: Build Flash test
working-directory: zephyr-silabs
shell: bash
run: |
west twister -v --inline-logs \
-s drivers.flash.common.default \
-p siwx917_rb4338a \
-x DTC_OVERLAY_FILE=$(pwd)/tests/drivers/flash/common/boards/siwx917_rb4338a.overlay
- name: Build DMA test
working-directory: zephyr-silabs
shell: bash
run: |
west twister -v --inline-logs \
-s drivers.dma.chan_blen_transfer \
-p siwx917_rb4338a \
-x DTC_OVERLAY_FILE=$(pwd)/tests/drivers/dma/chan_blen_transfer/boards/siwx917_rb4338a.overlay \
-x EXTRA_CONF_FILE=$(pwd)/tests/drivers/dma/chan_blen_transfer/boards/siwx917_rb4338a.conf
- name: Build Bluetooth samples
working-directory: zephyr-silabs
shell: bash
run: |
west twister -v --inline-logs -K \
-s sample.bluetooth.peripheral_hr \
-s sample.bluetooth.observer \
-p xg27_dk2602a \
-p siwx917_rb4338a
- name: Build Rail samples
working-directory: zephyr-silabs
shell: bash
run: |
west twister -v --inline-logs \
-s sample.rail.simple_txrx -T samples
- name: Build Wifi samples
working-directory: zephyr-silabs
shell: bash
run: |
west twister -v --inline-logs -K \
-s sample.net.wifi \
-p siwx917_rb4338a
west twister -v --inline-logs -K \
-s sample.net.wifi \
-p siwx917_rb4338a \
-x EXTRA_CONF_FILE=$(pwd)/samples/net/wifi/shell/soc/siwx917_offloaded_sockets.conf
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,4 @@
# This CMake file is picked by the Zephyr build system because it is defined
# as the module CMake entry point (see zephyr/module.yml).

add_subdirectory(drivers)

add_subdirectory(modules)

zephyr_include_directories(include)
12 changes: 0 additions & 12 deletions Kconfig

This file was deleted.

1 change: 0 additions & 1 deletion boards/README.md

This file was deleted.

9 changes: 0 additions & 9 deletions boards/silabs/radio_boards/siwx917_rb4338a/Kconfig.defconfig

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions boards/silabs/radio_boards/siwx917_rb4338a/board.cmake

This file was deleted.

4 changes: 0 additions & 4 deletions boards/silabs/radio_boards/siwx917_rb4338a/board.yml

This file was deleted.

112 changes: 0 additions & 112 deletions boards/silabs/radio_boards/siwx917_rb4338a/siwx917_rb4338a.dts

This file was deleted.

18 changes: 0 additions & 18 deletions boards/silabs/radio_boards/siwx917_rb4338a/siwx917_rb4338a.yaml

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions drivers/CMakeLists.txt

This file was deleted.

8 changes: 0 additions & 8 deletions drivers/Kconfig

This file was deleted.

4 changes: 0 additions & 4 deletions drivers/bluetooth/CMakeLists.txt

This file was deleted.

8 changes: 0 additions & 8 deletions drivers/bluetooth/Kconfig

This file was deleted.

4 changes: 0 additions & 4 deletions drivers/bluetooth/hci/CMakeLists.txt

This file was deleted.

11 changes: 0 additions & 11 deletions drivers/bluetooth/hci/Kconfig.siwx917

This file was deleted.

Loading

0 comments on commit 337be93

Please sign in to comment.