Skip to content

Commit ed9afe7

Browse files
github: workflows: add DMA tests to MSPM33 build workflow
Temporary removing ADC test case due to the changes made in the APL release of SDK for ADC Signed-off-by: Aman Lachhiramka <a-lachhiramka@ti.com>
1 parent d899d61 commit ed9afe7

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

.github/workflows/dev_mspm33_build.yml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,6 @@ jobs:
6868
source ~/zephyrproject/zephyr/zephyr-env.sh
6969
west build -p always -b lp_mspm33c321a samples/basic/blinky
7070
71-
- name: Build ADC Sequence example
72-
run: |
73-
source ~/zephyrproject/.venv/bin/activate
74-
cd ~/zephyrproject/zephyr
75-
source ~/zephyrproject/zephyr/zephyr-env.sh
76-
west build -p always -b lp_mspm33c321a samples/drivers/adc/adc_sequence
77-
7871
- name: Build Counter Alarm example
7972
run: |
8073
source ~/zephyrproject/.venv/bin/activate
@@ -130,3 +123,17 @@ jobs:
130123
cd ~/zephyrproject/zephyr
131124
source ~/zephyrproject/zephyr/zephyr-env.sh
132125
west build -p always -b lp_mspm33c321a tests/drivers/counter/counter_basic_api
126+
127+
- name: Build DMA Channel Block Length Transfer Test
128+
run: |
129+
source ~/zephyrproject/.venv/bin/activate
130+
cd ~/zephyrproject/zephyr
131+
source ~/zephyrproject/zephyr/zephyr-env.sh
132+
west build -p always -b lp_mspm33c321a tests/drivers/dma/chan_blen_transfer
133+
134+
- name: Build DMA Loop Transfer Test
135+
run: |
136+
source ~/zephyrproject/.venv/bin/activate
137+
cd ~/zephyrproject/zephyr
138+
source ~/zephyrproject/zephyr/zephyr-env.sh
139+
west build -p always -b lp_mspm33c321a tests/drivers/dma/loop_transfer

0 commit comments

Comments
 (0)