diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-10-23 16:21:17 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-10-23 16:21:17 +0000 |
| commit | d673f8a865930d78b4bc863eadd8dd15850e54fe (patch) | |
| tree | cef9b8f3963910cecc955078d4b8ebf80aeda8d2 /ci.sh | |
| parent | 64ab23d17d9addd82f0b11a27a3d2219c1a8ec20 (diff) | |
| parent | 82593bd404066c4cd1366ed03209d1845a91315f (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-x | ci.sh | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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? |
| 222 | rm out/tests/stm32f207zg/eth | 222 | rm 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. |
| 225 | rm out/tests/stm32u5a5zj/{gpio,usart*} | 225 | rm out/tests/stm32u5a5zj/usart |
| 226 | 226 | ||
| 227 | if [[ -z "${TELEPROBE_TOKEN-}" ]]; then | 227 | if [[ -z "${TELEPROBE_TOKEN-}" ]]; then |
| 228 | echo No teleprobe token found, skipping running HIL tests | 228 | echo No teleprobe token found, skipping running HIL tests |
