You've already forked M5Unit-THERMO
mirror of
https://github.com/m5stack/M5Unit-THERMO.git
synced 2026-05-20 11:34:28 -07:00
197 lines
6.8 KiB
INI
197 lines
6.8 KiB
INI
;-----------------------------------------------------------------------
|
|
; For NCIR
|
|
;-----------------------------------------------------------------------
|
|
|
|
[env:test_UnitNCIR_Core]
|
|
extends=Core, option_release, arduino_latest
|
|
lib_deps = ${Core.lib_deps}
|
|
${test_fw.lib_deps}
|
|
test_filter= embedded/test_mlx90614
|
|
|
|
[env:test_UnitNCIR_Core2]
|
|
extends=Core2, option_release, arduino_latest
|
|
lib_deps = ${Core2.lib_deps}
|
|
${test_fw.lib_deps}
|
|
test_filter= embedded/test_mlx90614
|
|
|
|
[env:test_UnitNCIR_CoreS3]
|
|
extends=CoreS3, option_release, arduino_latest
|
|
lib_deps = ${CoreS3.lib_deps}
|
|
${test_fw.lib_deps}
|
|
test_filter= embedded/test_mlx90614
|
|
|
|
[env:test_UnitNCIR_Fire]
|
|
extends=Fire, option_release, arduino_latest
|
|
lib_deps = ${Fire.lib_deps}
|
|
${test_fw.lib_deps}
|
|
test_filter= embedded/test_mlx90614
|
|
|
|
[env:test_UnitNCIR_StampS3]
|
|
extends=StampS3, option_release, arduino_latest
|
|
lib_deps = ${StampS3.lib_deps}
|
|
${test_fw.lib_deps}
|
|
test_filter= embedded/test_mlx90614
|
|
|
|
[env:test_UnitNCIR_Dial]
|
|
extends=Dial, option_release, arduino_latest
|
|
lib_deps = ${Dial.lib_deps}
|
|
${test_fw.lib_deps}
|
|
test_filter= embedded/test_mlx90614
|
|
|
|
[env:test_UnitNCIR_Atom]
|
|
extends=Atom, option_release, arduino_latest
|
|
lib_deps = ${Atom.lib_deps}
|
|
${test_fw.lib_deps}
|
|
test_filter= embedded/test_mlx90614
|
|
|
|
[env:test_UnitNCIR_AtomS3]
|
|
extends=AtomS3, option_release, arduino_latest
|
|
lib_deps = ${AtomS3.lib_deps}
|
|
${test_fw.lib_deps}
|
|
test_filter= embedded/test_mlx90614
|
|
|
|
[env:test_UnitNCIR_AtomS3R]
|
|
extends=AtomS3R, option_release, arduino_latest
|
|
lib_deps = ${AtomS3R.lib_deps}
|
|
${test_fw.lib_deps}
|
|
test_filter= embedded/test_mlx90614
|
|
|
|
[env:test_UnitNCIR_NanoC6]
|
|
extends=NanoC6, option_release, nanoc6_latest
|
|
lib_deps = ${NanoC6.lib_deps}
|
|
${test_fw.lib_deps}
|
|
test_filter= embedded/test_mlx90614
|
|
|
|
[env:test_UnitNCIR_StickCPlus]
|
|
extends=StickCPlus, option_release, arduino_latest
|
|
lib_deps = ${StickCPlus.lib_deps}
|
|
${test_fw.lib_deps}
|
|
test_filter= embedded/test_mlx90614
|
|
|
|
[env:test_UnitNCIR_StickCPlus2]
|
|
extends=StickCPlus2, option_release, arduino_latest
|
|
lib_deps = ${StickCPlus2.lib_deps}
|
|
${test_fw.lib_deps}
|
|
test_filter= embedded/test_mlx90614
|
|
|
|
[env:test_UnitNCIR_Paper]
|
|
extends=Paper, option_release, arduino_latest
|
|
lib_deps = ${Paper.lib_deps}
|
|
${test_fw.lib_deps}
|
|
test_filter= embedded/test_mlx90614
|
|
|
|
[env:test_UnitNCIR_CoreInk]
|
|
extends=CoreInk, option_release, arduino_latest
|
|
lib_deps = ${CoreInk.lib_deps}
|
|
${test_fw.lib_deps}
|
|
test_filter= embedded/test_mlx90614
|
|
|
|
[env:test_UnitNCIR_StickS3]
|
|
extends=StickS3, option_release, arduino_latest
|
|
build_flags = ${StickS3.build_flags}
|
|
${option_release.build_flags}
|
|
lib_deps = ${StickS3.lib_deps}
|
|
${test_fw.lib_deps}
|
|
test_filter= embedded/test_mlx90614
|
|
|
|
[env:test_UnitNCIR_Cardputer]
|
|
extends=Cardputer, option_release, arduino_latest
|
|
build_flags = ${Cardputer.build_flags}
|
|
${option_release.build_flags}
|
|
lib_deps = ${Cardputer.lib_deps}
|
|
${test_fw.lib_deps}
|
|
test_filter= embedded/test_mlx90614
|
|
|
|
[env:test_UnitNCIR_Tab5]
|
|
extends=Tab5, option_release, pioarduino_latest
|
|
build_flags = ${Tab5.build_flags}
|
|
${option_release.build_flags}
|
|
lib_deps = ${Tab5.lib_deps}
|
|
${test_fw.lib_deps}
|
|
test_filter= embedded/test_mlx90614
|
|
|
|
[env:test_UnitNCIR_NessoN1]
|
|
extends=NessoN1, option_release, pioarduino_latest
|
|
lib_deps = ${NessoN1.lib_deps}
|
|
${test_fw.lib_deps}
|
|
test_filter= embedded/test_mlx90614
|
|
|
|
[env:UnitNCIR_PlotToSerial_Core_Arduino_latest]
|
|
extends=Core, option_release, arduino_latest
|
|
build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/UnitNCIR/PlotToSerial>
|
|
|
|
[env:UnitNCIR_PlotToSerial_Core2_Arduino_latest]
|
|
extends=Core2, option_release, arduino_latest
|
|
build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/UnitNCIR/PlotToSerial>
|
|
|
|
[env:UnitNCIR_PlotToSerial_CoreS3_Arduino_latest]
|
|
extends=CoreS3, option_release, arduino_latest
|
|
build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/UnitNCIR/PlotToSerial>
|
|
|
|
[env:UnitNCIR_PlotToSerial_StampS3_Arduino_latest]
|
|
extends=StampS3, option_release, arduino_latest
|
|
build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/UnitNCIR/PlotToSerial>
|
|
|
|
[env:UnitNCIR_PlotToSerial_Atom_Arduino_latest]
|
|
extends=Atom, option_release, arduino_latest
|
|
build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/UnitNCIR/PlotToSerial>
|
|
|
|
[env:UnitNCIR_PlotToSerial_AtomS3_Arduino_latest]
|
|
extends=AtomS3, option_release, arduino_latest
|
|
build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/UnitNCIR/PlotToSerial>
|
|
|
|
[env:UnitNCIR_PlotToSerial_AtomS3R_Arduino_latest]
|
|
extends=AtomS3R, option_release, arduino_latest
|
|
build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/UnitNCIR/PlotToSerial>
|
|
|
|
[env:UnitNCIR_PlotToSerial_Dial_Arduino_latest]
|
|
extends=Dial, option_release, arduino_latest
|
|
build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/UnitNCIR/PlotToSerial>
|
|
|
|
[env:UnitNCIR_PlotToSerial_NanoC6_Arduino_latest]
|
|
extends=NanoC6, option_release, nanoc6_latest
|
|
build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/UnitNCIR/PlotToSerial>
|
|
|
|
[env:UnitNCIR_PlotToSerial_StickCPlus_Arduino_latest]
|
|
extends=StickCPlus, option_release, arduino_latest
|
|
build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/UnitNCIR/PlotToSerial>
|
|
|
|
[env:UnitNCIR_PlotToSerial_StickCPlus2_Arduino_latest]
|
|
extends=StickCPlus2, option_release, arduino_latest
|
|
build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/UnitNCIR/PlotToSerial>
|
|
|
|
[env:UnitNCIR_PlotToSerial_Paper_Arduino_latest]
|
|
extends=Paper, option_release, arduino_latest
|
|
build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/UnitNCIR/PlotToSerial>
|
|
|
|
[env:UnitNCIR_PlotToSerial_CoreInk_Arduino_latest]
|
|
extends=CoreInk, option_release, arduino_latest
|
|
build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/UnitNCIR/PlotToSerial>
|
|
|
|
[env:UnitNCIR_PlotToSerial_Fire_Arduino_latest]
|
|
extends=Fire, option_release, arduino_latest
|
|
build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/UnitNCIR/PlotToSerial>
|
|
|
|
[env:UnitNCIR_PlotToSerial_StickS3_Arduino_latest]
|
|
extends=StickS3, option_release, arduino_latest
|
|
build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/UnitNCIR/PlotToSerial>
|
|
build_flags = ${StickS3.build_flags}
|
|
${option_release.build_flags}
|
|
|
|
[env:UnitNCIR_PlotToSerial_Cardputer_Arduino_latest]
|
|
extends=Cardputer, option_release, arduino_latest
|
|
build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/UnitNCIR/PlotToSerial>
|
|
build_flags = ${Cardputer.build_flags}
|
|
${option_release.build_flags}
|
|
|
|
[env:UnitNCIR_PlotToSerial_Tab5_Arduino_latest]
|
|
extends=Tab5, option_release, pioarduino_latest
|
|
build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/UnitNCIR/PlotToSerial>
|
|
build_flags = ${Tab5.build_flags}
|
|
${option_release.build_flags}
|
|
|
|
[env:UnitNCIR_PlotToSerial_NessoN1_Arduino_latest]
|
|
extends=NessoN1, option_release, pioarduino_latest
|
|
build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/UnitNCIR/PlotToSerial>
|
|
|