Merge pull request #927 from hathach/add-rx65n-board

Add rx65n board
This commit is contained in:
Ha Thach
2021-06-28 13:53:42 +07:00
committed by GitHub
20 changed files with 547 additions and 71 deletions

View File

@@ -16,7 +16,6 @@ jobs:
board:
# Alphabetical order
# ESP32-S2
- 'adafruit_metro_esp32s2'
- 'espressif_saola_1'
# ESP32-S3
- 'espressif_addax_1'

View File

@@ -15,7 +15,7 @@ jobs:
matrix:
family:
# Alphabetical order
- 'rx63n'
- 'rx'
steps:
- name: Setup Python
uses: actions/setup-python@v2