target/esp_riscv: add medeleg reg to esp32c6 and h2 #8
This file contains 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 and Test OpenOCD Workflow | |
on: | |
push: | |
workflow_dispatch: # (to start the workflow manually) | |
jobs: | |
build-openocd: | |
name: Build OpenOCD | |
uses: ./.github/workflows/build_openocd.yml | |
test-openocd: | |
name: Test OpenOCD | |
uses: ./.github/workflows/test_openocd.yml | |
needs: build-openocd |