diff options
| author | Ulf Lilleengen <[email protected]> | 2024-10-16 08:01:58 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-10-16 08:01:58 +0000 |
| commit | bcfbaaab950cb0f81b08fb7fa041fba3a018e05e (patch) | |
| tree | 1a12d52aaa9cfa0f2a754d9e0bb71e3c3751c7d4 /ci.sh | |
| parent | e350ca836a985829b7548b8ac3009f38573b4215 (diff) | |
| parent | 28d03537e958213dab345ad4502dad2b32256135 (diff) | |
Merge pull request #3336 from liarokapisv/stm32-alternative-ringbuffer-impl
stm32: Ringbuffer rewrite
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 |
