File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 78
78
- env : ci-arduino-3-latest
79
79
board : esp32-c6-devkitc-1
80
80
81
+ - env : ci-arduino-libretiny
82
+ board : generic-bk7231n-qfn32-tuya
83
+ - env : ci-arduino-libretiny
84
+ board : generic-rtl8710bn-2mb-788k
85
+
81
86
steps :
82
87
- name : Checkout
83
88
uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -43,3 +43,12 @@ board = ${sysenv.PIO_BOARD}
43
43
[env:ci-arduino-3-latest]
44
44
platform = https://github.com/pioarduino/platform-espressif32/releases/download/54.03.20-rc2/platform-espressif32.zip
45
45
board = ${sysenv.PIO_BOARD}
46
+
47
+ [env:ci-arduino-libretiny]
48
+ platform = libretiny
49
+ board = ${sysenv.PIO_BOARD}
50
+ build_flags =
51
+ ${env.build_flags}
52
+ -Wno-unused-parameter
53
+ -Wno-unused-variable
54
+ -Wno-missing-field-initializers
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ extern "C" {
34
34
#include < FreeRTOS.h>
35
35
#include < semphr.h>
36
36
}
37
- #define CONFIG_ASYNC_TCP_RUNNING_CORE -1 // any available core
38
37
#endif
39
38
40
39
// If core is not defined, then we are running in Arduino or PIO
You can’t perform that action at this time.
0 commit comments