aboutsummaryrefslogtreecommitdiff
path: root/ci.sh
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-10-23 16:21:17 +0000
committerGitHub <[email protected]>2023-10-23 16:21:17 +0000
commitd673f8a865930d78b4bc863eadd8dd15850e54fe (patch)
treecef9b8f3963910cecc955078d4b8ebf80aeda8d2 /ci.sh
parent64ab23d17d9addd82f0b11a27a3d2219c1a8ec20 (diff)
parent82593bd404066c4cd1366ed03209d1845a91315f (diff)
Merge pull request #2103 from embassy-rs/rcc-no-spaghetti
stm32/rcc: merge wb into l4/l5.
Diffstat (limited to 'ci.sh')
-rwxr-xr-xci.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci.sh b/ci.sh
index ffd36a455..eac4d3711 100755
--- a/ci.sh
+++ b/ci.sh
@@ -221,8 +221,8 @@ rm out/tests/stm32wb55rg/wpan_ble
221# unstable, I think it's running out of RAM? 221# unstable, I think it's running out of RAM?
222rm out/tests/stm32f207zg/eth 222rm out/tests/stm32f207zg/eth
223 223
224# doesn't work. Wire in D0-D1 might be bad, or the special IOVDD2 PGx pins. 224# doesn't work, gives "noise error", no idea why. usart_dma does pass.
225rm out/tests/stm32u5a5zj/{gpio,usart*} 225rm out/tests/stm32u5a5zj/usart
226 226
227if [[ -z "${TELEPROBE_TOKEN-}" ]]; then 227if [[ -z "${TELEPROBE_TOKEN-}" ]]; then
228 echo No teleprobe token found, skipping running HIL tests 228 echo No teleprobe token found, skipping running HIL tests