summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2021-06-28 13:53:42 +0700
committerGitHub <[email protected]>2021-06-28 13:53:42 +0700
commitb2feae15e47521ee17ef140e102080684ee1c348 (patch)
treeba12bddc6930b63148afb042b994b3b6da4ce916 /.github
parentd5c9de03a2e3787bd61b4667075cb8c4c1d0c216 (diff)
parent07e6a0e8702793a6dec555cf8de75692fe334f7a (diff)
Merge pull request #927 from hathach/add-rx65n-board
Add rx65n board
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_esp.yml1
-rw-r--r--.github/workflows/build_renesas.yml2
2 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build_esp.yml b/.github/workflows/build_esp.yml
index 08bb4f5d2..93d582361 100644
--- a/.github/workflows/build_esp.yml
+++ b/.github/workflows/build_esp.yml
@@ -16,7 +16,6 @@ jobs:
board:
# Alphabetical order
# ESP32-S2
- - 'adafruit_metro_esp32s2'
- 'espressif_saola_1'
# ESP32-S3
- 'espressif_addax_1'
diff --git a/.github/workflows/build_renesas.yml b/.github/workflows/build_renesas.yml
index 45e0c5fd5..ee9ba8289 100644
--- a/.github/workflows/build_renesas.yml
+++ b/.github/workflows/build_renesas.yml
@@ -15,7 +15,7 @@ jobs:
matrix:
family:
# Alphabetical order
- - 'rx63n'
+ - 'rx'
steps:
- name: Setup Python
uses: actions/setup-python@v2