|
|
|
@ -13,6 +13,10 @@ platform = espressif32
|
|
|
|
|
board = esp32dev
|
|
|
|
|
framework = arduino
|
|
|
|
|
|
|
|
|
|
platform_packages =
|
|
|
|
|
toolchain-xtensa32 @ https://brunner.ninja/esp32_neuer_gcc_1.tar.gz
|
|
|
|
|
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#idf-release/v4.0
|
|
|
|
|
|
|
|
|
|
lib_deps =
|
|
|
|
|
TFT_eSPI
|
|
|
|
|
https://github.com/Ferdi265/cxx-ring-buffer
|
|
|
|
@ -26,7 +30,7 @@ build_unflags =
|
|
|
|
|
build_flags =
|
|
|
|
|
-std=gnu++17
|
|
|
|
|
-O3
|
|
|
|
|
-Werror
|
|
|
|
|
; -Werror
|
|
|
|
|
-Wall
|
|
|
|
|
-Wno-unused-function
|
|
|
|
|
-DUSER_SETUP_LOADED=1
|
|
|
|
@ -95,6 +99,7 @@ build_flags =
|
|
|
|
|
platform = ${common_env_data.platform}
|
|
|
|
|
board = ${common_env_data.board}
|
|
|
|
|
framework = ${common_env_data.framework}
|
|
|
|
|
platform_packages = ${common_env_data.platform_packages}
|
|
|
|
|
board_build.partitions = ${no_ota_common.board_build.partitions}
|
|
|
|
|
lib_deps = ${common_env_data.lib_deps}
|
|
|
|
|
lib_compat_mode = ${common_env_data.lib_compat_mode}
|
|
|
|
@ -163,6 +168,7 @@ build_flags =
|
|
|
|
|
platform = ${feedc0de.platform}
|
|
|
|
|
board = ${feedc0de.board}
|
|
|
|
|
framework = ${feedc0de.framework}
|
|
|
|
|
platform_packages = ${feedc0de.platform_packages}
|
|
|
|
|
board_build.partitions = ${feedc0de.board_build.partitions}
|
|
|
|
|
lib_deps = ${feedc0de.lib_deps}
|
|
|
|
|
lib_compat_mode = ${feedc0de.lib_compat_mode}
|
|
|
|
@ -176,6 +182,7 @@ upload_port = /dev/ttyUSB*
|
|
|
|
|
platform = ${feedc0de.platform}
|
|
|
|
|
board = ${feedc0de.board}
|
|
|
|
|
framework = ${feedc0de.framework}
|
|
|
|
|
platform_packages = ${feedc0de.platform_packages}
|
|
|
|
|
board_build.partitions = ${feedc0de.board_build.partitions}
|
|
|
|
|
lib_deps = ${feedc0de.lib_deps}
|
|
|
|
|
lib_compat_mode = ${feedc0de.lib_compat_mode}
|
|
|
|
@ -191,6 +198,7 @@ upload_port = 192.168.127.124
|
|
|
|
|
platform = ${common_env_data.platform}
|
|
|
|
|
board = ${common_env_data.board}
|
|
|
|
|
framework = ${common_env_data.framework}
|
|
|
|
|
platform_packages = ${common_env_data.platform_packages}
|
|
|
|
|
board_build.partitions = ${ota_common.board_build.partitions}
|
|
|
|
|
lib_deps = ${common_env_data.lib_deps}
|
|
|
|
|
lib_compat_mode = ${common_env_data.lib_compat_mode}
|
|
|
|
@ -218,6 +226,7 @@ build_flags =
|
|
|
|
|
platform = ${greyhash.platform}
|
|
|
|
|
board = ${greyhash.board}
|
|
|
|
|
framework = ${greyhash.framework}
|
|
|
|
|
platform_packages = ${greyhash.platform_packages}
|
|
|
|
|
board_build.partitions = ${greyhash.board_build.partitions}
|
|
|
|
|
lib_deps = ${greyhash.lib_deps}
|
|
|
|
|
lib_compat_mode = ${greyhash.lib_compat_mode}
|
|
|
|
@ -231,6 +240,7 @@ upload_port = /dev/ttyUSB*
|
|
|
|
|
platform = ${greyhash.platform}
|
|
|
|
|
board = ${greyhash.board}
|
|
|
|
|
framework = ${greyhash.framework}
|
|
|
|
|
platform_packages = ${greyhash.platform_packages}
|
|
|
|
|
board_build.partitions = ${greyhash.board_build.partitions}
|
|
|
|
|
lib_deps = ${greyhash.lib_deps}
|
|
|
|
|
lib_compat_mode = ${greyhash.lib_compat_mode}
|
|
|
|
@ -246,6 +256,7 @@ upload_port = 192.168.127.198
|
|
|
|
|
platform = ${common_env_data.platform}
|
|
|
|
|
board = ${common_env_data.board}
|
|
|
|
|
framework = ${common_env_data.framework}
|
|
|
|
|
platform_packages = ${common_env_data.platform_packages}
|
|
|
|
|
board_build.partitions = ${ota_common.board_build.partitions}
|
|
|
|
|
lib_deps = ${common_env_data.lib_deps}
|
|
|
|
|
lib_compat_mode = ${common_env_data.lib_compat_mode}
|
|
|
|
@ -279,6 +290,7 @@ build_flags =
|
|
|
|
|
platform = ${common_env_data.platform}
|
|
|
|
|
board = ${common_env_data.board}
|
|
|
|
|
framework = ${common_env_data.framework}
|
|
|
|
|
platform_packages = ${common_env_data.platform_packages}
|
|
|
|
|
board_build.partitions = ${no_ota_common.board_build.partitions}
|
|
|
|
|
lib_deps = ${common_env_data.lib_deps}
|
|
|
|
|
lib_compat_mode = ${common_env_data.lib_compat_mode}
|
|
|
|
@ -327,6 +339,7 @@ build_flags =
|
|
|
|
|
platform = ${common_env_data.platform}
|
|
|
|
|
board = ${common_env_data.board}
|
|
|
|
|
framework = ${common_env_data.framework}
|
|
|
|
|
platform_packages = ${common_env_data.platform_packages}
|
|
|
|
|
board_build.partitions = ${ota_common.board_build.partitions}
|
|
|
|
|
lib_deps = ${common_env_data.lib_deps}
|
|
|
|
|
lib_compat_mode = ${common_env_data.lib_compat_mode}
|
|
|
|
@ -349,6 +362,7 @@ build_flags =
|
|
|
|
|
platform = ${peter.platform}
|
|
|
|
|
board = ${peter.board}
|
|
|
|
|
framework = ${peter.framework}
|
|
|
|
|
platform_packages = ${peter.platform_packages}
|
|
|
|
|
board_build.partitions = ${peter.board_build.partitions}
|
|
|
|
|
lib_deps = ${peter.lib_deps}
|
|
|
|
|
lib_compat_mode = ${peter.lib_compat_mode}
|
|
|
|
@ -361,6 +375,7 @@ upload_speed = 921600
|
|
|
|
|
platform = ${peter.platform}
|
|
|
|
|
board = ${peter.board}
|
|
|
|
|
framework = ${peter.framework}
|
|
|
|
|
platform_packages = ${peter.platform_packages}
|
|
|
|
|
board_build.partitions = ${peter.board_build.partitions}
|
|
|
|
|
lib_deps = ${peter.lib_deps}
|
|
|
|
|
lib_compat_mode = ${peter.lib_compat_mode}
|
|
|
|
|