Force DTR and RTS high to make serial work through the RPi debug probe. #1074
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: C++ CI Serial Programs Ubuntu clang | |
| on: [push, pull_request, workflow_dispatch] | |
| jobs: | |
| build: | |
| uses: ./.github/workflows/cpp-ci-serial-programs-base.yml | |
| with: | |
| os: ubuntu-24.04 | |
| compiler: clang | |
| run-clang-query: true |