Skip to content

Commit 4ffd517

Browse files
Merge pull request #65 from libretiny-eu/feature/libretiny-support
Restore support for LibreTiny RTL8710BN
2 parents 3ce2fd0 + 6bda329 commit 4ffd517

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ jobs:
8080

8181
- env: ci-arduino-libretiny
8282
board: generic-bk7231n-qfn32-tuya
83-
# - env: ci-arduino-libretiny
84-
# board: generic-rtl8710bn-2mb-788k
83+
- env: ci-arduino-libretiny
84+
board: generic-rtl8710bn-2mb-788k
8585

8686
steps:
8787
- name: Checkout

platformio.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ build_flags =
3939
-Wno-unused-parameter
4040
-Wno-unused-variable
4141
-Wno-missing-field-initializers
42+
; use FreeRTOS v9.0.0 for RTL8710BN
43+
; (BK7231 already uses it)
44+
custom_versions.freertos = 9.0.0
4245

4346
; CI
4447

@@ -62,3 +65,4 @@ build_flags =
6265
-Wno-unused-parameter
6366
-Wno-unused-variable
6467
-Wno-missing-field-initializers
68+
custom_versions.freertos = 9.0.0

0 commit comments

Comments
 (0)