diff options
| author | Alexandros Liarokapis <[email protected]> | 2024-10-03 21:54:47 +0300 |
|---|---|---|
| committer | Alexandros Liarokapis <[email protected]> | 2024-10-15 12:29:12 +0300 |
| commit | 4f810e47f5244b0cb7780ae1eebdba108d9e88c9 (patch) | |
| tree | 6687ef1454539ce1fecb74e24ca9df721b68d5c9 /ci.sh | |
| parent | d280b234283d3c65e7ba6087e52005160a538ad2 (diff) | |
enable ci usart tests
Diffstat (limited to 'ci.sh')
| -rwxr-xr-x | ci.sh | 5 |
1 files changed, 0 insertions, 5 deletions
| @@ -305,11 +305,6 @@ rm out/tests/stm32f207zg/eth | |||
| 305 | # doesn't work, gives "noise error", no idea why. usart_dma does pass. | 305 | # doesn't work, gives "noise error", no idea why. usart_dma does pass. |
| 306 | rm out/tests/stm32u5a5zj/usart | 306 | rm out/tests/stm32u5a5zj/usart |
| 307 | 307 | ||
| 308 | # flaky, probably due to bad ringbuffered dma code. | ||
| 309 | rm out/tests/stm32l152re/usart_rx_ringbuffered | ||
| 310 | rm out/tests/stm32f207zg/usart_rx_ringbuffered | ||
| 311 | rm out/tests/stm32wl55jc/usart_rx_ringbuffered | ||
| 312 | |||
| 313 | if [[ -z "${TELEPROBE_TOKEN-}" ]]; then | 308 | if [[ -z "${TELEPROBE_TOKEN-}" ]]; then |
| 314 | echo No teleprobe token found, skipping running HIL tests | 309 | echo No teleprobe token found, skipping running HIL tests |
| 315 | exit | 310 | exit |
