Add hardware-verified V536 (0x1816) UART support and fix thunk_addr #168
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: Build host tools | |
| on: | |
| push: | |
| branches: [ master ] | |
| pull_request: | |
| branches: [ master ] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - name: Install prerequisites | |
| run: sudo apt-get install -y libusb-1.0-0-dev zlib1g-dev libfdt-dev | |
| - name: make | |
| run: make tools misc | |
| - name: make check | |
| run: make check |