Rebind serial sessions after USB renumber #187
Workflow file for this run
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 LPCXpresso845-MAX | |
| on: | |
| workflow_dispatch: {} | |
| push: | |
| branches: [main] | |
| pull_request: | |
| branches: [main] | |
| jobs: | |
| build: | |
| uses: ./.github/workflows/template_build.yml | |
| with: | |
| workflow-name: "NXP LPCXpresso845-MAX" | |
| test-dir: "tests/platform/lpcxpresso845max" | |
| env-name: "lpcxpresso845max" | |
| firmware-ext: "bin" |