diff options
| author | Ha Thach <[email protected]> | 2023-03-17 11:28:54 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-17 11:28:54 +0700 |
| commit | 6b84a29f8c7737e4cc832e2b61080dcb7c29974f (patch) | |
| tree | 9b03c80d8f54108d4aae59e0ace1b5c83288a809 /.github/workflows | |
| parent | d875e694f8885b693888a7f183663775460ca920 (diff) | |
| parent | c12795734c3434db999d3198173335050a3b59a4 (diff) | |
Merge pull request #1391 from perigoso/renesas-ra
Renesas ra family support
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build_arm.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml index 2ed40e186..b5a92d6e3 100644 --- a/.github/workflows/build_arm.yml +++ b/.github/workflows/build_arm.yml @@ -38,6 +38,7 @@ jobs: - 'lpc54 lpc55' - 'mm32 msp432e4' - 'nrf' + - 'ra' - 'rp2040' - 'samd11' - 'samd21' |
