File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed
Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments