diff options
| author | Ha Thach <[email protected]> | 2021-08-15 18:50:00 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-15 18:50:00 +0700 |
| commit | 2bb63406e997189a329f223136b183084f90fa7d (patch) | |
| tree | e3a86832926448a8afb4d93f1009b8a0a7e3bd69 /.github/workflows | |
| parent | 48f17efa77b84ed7c977b3655b7a067385fffcc1 (diff) | |
| parent | c4a6a5ccb710828111eda25b98704ae489fc63ab (diff) | |
Merge pull request #959 from KarlK90/gd32vf103-support-tiny-usb
[PORT] Add GD32VF103 support and Sipeed Longan Nano Board support
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build_riscv.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build_riscv.yml b/.github/workflows/build_riscv.yml index 1e3046d2c..78510751c 100644 --- a/.github/workflows/build_riscv.yml +++ b/.github/workflows/build_riscv.yml @@ -16,6 +16,7 @@ jobs: family: # Alphabetical order - 'fomu' + - 'gd32vf103' steps: - name: Setup Python uses: actions/setup-python@v2 |
