Skip to content

Commit 9056f29

Browse files
github: workflows: Add SPI tests to MSPM33 build workflow
Add SPI loopback and DT Spec tests to the MSPM33 build automation workflow to ensure proper SPI driver functionality. Signed-off-by: Aman Lachhiramka <[email protected]>
1 parent 2e905e6 commit 9056f29

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/dev_mspm33_build.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,17 @@ jobs:
109109
cd ~/zephyrproject/zephyr
110110
source ~/zephyrproject/zephyr/zephyr-env.sh
111111
west build -p always -b lp_mspm33c321a samples/drivers/uart/echo_bot
112+
113+
- name: Build SPI Loopback Test
114+
run: |
115+
source ~/zephyrproject/.venv/bin/activate
116+
cd ~/zephyrproject/zephyr
117+
source ~/zephyrproject/zephyr/zephyr-env.sh
118+
west build -p always -b lp_mspm33c321a tests/drivers/spi/spi_loopback
119+
120+
- name: Build SPI DT Spec Test
121+
run: |
122+
source ~/zephyrproject/.venv/bin/activate
123+
cd ~/zephyrproject/zephyr
124+
source ~/zephyrproject/zephyr/zephyr-env.sh
125+
west build -p always -b lp_mspm33c321a tests/drivers/spi/dt_spec

0 commit comments

Comments
 (0)