|
3 | 3 | ; For UnitTest and examples (Using M5UnitUnified) |
4 | 4 | ;----------------------------------------------------------------------- |
5 | 5 | [platformio] |
| 6 | +;default_envs = test_UnitHEART_Core, test_UnitHEART_Core2, test_UnitHEART_CoreS3, test_UnitHEART_Fire, test_UnitHEART_StampS3, test_UnitHEART_Dial, test_UnitHEART_AtomS3, test_UnitHEART_NanoC6, test_UnitHEART_StickCPlus, test_UnitHEART_Paper |
| 7 | +;default_envs = PlotToSerial_Core_Arduino_latest, PlotToSerial_Core_Arduino_5_4_0, PlotToSerial_Core_Arduino_4_4_0, PlotToSerial_Core2_Arduino_latest, PlotToSerial_Core2_Arduino_5_4_0, PlotToSerial_Core2_Arduino_4_4_0, PlotToSerial_CoreS3_Arduino_latest, PlotToSerial_StampS3_Arduino_latest, PlotToSerial_AtomS3_Arduino_latest, PlotToSerial_Dial_Arduino_latest, PlotToSerial_NanoC6_Arduino_latest, PlotToSerial_StickCPlus_Arduino_latest, PlotToSerial_Paper_Arduino_latest, PlotToSerial_Fire_Arduino_latest, PlotToSerial_Fire_Arduino_5_4_0, PlotToSerial_Fire_Arduino_4_4_0 |
6 | 8 |
|
7 | 9 | [env] |
8 | 10 | build_flags =-Wall -Wextra -Wreturn-local-addr -Werror=format -Werror=return-local-addr |
9 | 11 | lib_ldf_mode = deep |
10 | 12 | test_framework = googletest |
11 | 13 | test_build_src = true |
12 | 14 | lib_deps=m5stack/M5Unified |
13 | | - https://github.com/m5stack/M5Utility#develop |
14 | | - https://github.com/m5stack/M5HAL#develop |
15 | | - https://github.com/m5stack/M5UnitUnified#develop |
| 15 | + m5stack/M5UnitUnified |
16 | 16 |
|
17 | 17 | ; -------------------------------- |
18 | 18 | [m5base] |
@@ -242,18 +242,6 @@ build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/PlotToSerial |
242 | 242 | extends=Core, option_release, arduino_5_4_0 |
243 | 243 | build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/PlotToSerial> |
244 | 244 |
|
245 | | -;[env:PlotToSerial_Core_Arduino350] |
246 | | -;extends=m5base, option_release, arduino_3_5_0 |
247 | | -;board = m5stack-grey |
248 | | -;lib_deps = ${env.lib_deps} |
249 | | -;build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/PlotToSerial> |
250 | | - |
251 | | -;; Waiting for M5HAL to support ESP-IDF |
252 | | -;[env:PlotToSerial_Core_espidf] |
253 | | -;extends=Core, option_release, esp-idf |
254 | | -;build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/PlotToSerial> |
255 | | -;build_flags = ${env.build_flags} ${option_release.build_flags} -DUSING_M5HAL |
256 | | - |
257 | 245 | [env:PlotToSerial_Core2_Arduino_latest] |
258 | 246 | extends=Core2, option_release, arduino_latest |
259 | 247 | build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/PlotToSerial> |
|
0 commit comments