Skip to content

Commit

Permalink
SafeBoot image update
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Jan 10, 2025
1 parent 3a7f2e9 commit 653121c
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ build_flags =

[env:oss-esp32]
board = esp32dev
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.5/safeboot-esp32dev.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.6/safeboot-esp32dev.bin
lib_deps =
${env.lib_deps}
${oss.lib_deps}
Expand All @@ -263,7 +263,7 @@ build_flags =

[env:pro-esp32]
board = esp32dev
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.5/safeboot-esp32dev.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.6/safeboot-esp32dev.bin
lib_deps =
${env.lib_deps}
${pro.lib_deps}
Expand All @@ -277,7 +277,7 @@ build_flags =

[env:trial-esp32]
board = esp32dev
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.5/safeboot-esp32dev.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.6/safeboot-esp32dev.bin
lib_deps =
${env.lib_deps}
${trial.lib_deps}
Expand Down Expand Up @@ -317,7 +317,7 @@ build_flags =

[env:oss-esp32s3]
board = esp32-s3-devkitc-1
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.5/safeboot-esp32-s3-devkitc-1.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.6/safeboot-esp32-s3-devkitc-1.bin
lib_deps =
${env.lib_deps}
${oss.lib_deps}
Expand All @@ -331,7 +331,7 @@ build_flags =

[env:pro-esp32s3]
board = esp32-s3-devkitc-1
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.5/safeboot-esp32-s3-devkitc-1.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.6/safeboot-esp32-s3-devkitc-1.bin
lib_deps =
${env.lib_deps}
${pro.lib_deps}
Expand All @@ -345,7 +345,7 @@ build_flags =

[env:trial-esp32s3]
board = esp32-s3-devkitc-1
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.5/safeboot-esp32-s3-devkitc-1.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.6/safeboot-esp32-s3-devkitc-1.bin
lib_deps =
${env.lib_deps}
${trial.lib_deps}
Expand Down Expand Up @@ -388,7 +388,7 @@ build_flags =

[env:oss-esp32c6]
board = esp32-c6-devkitc-1
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.5/safeboot-esp32-c6-devkitc-1.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.6/safeboot-esp32-c6-devkitc-1.bin
lib_deps =
${env.lib_deps}
${oss.lib_deps}
Expand All @@ -402,7 +402,7 @@ build_flags =

[env:pro-esp32c6]
board = esp32-c6-devkitc-1
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.5/safeboot-esp32-c6-devkitc-1.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.6/safeboot-esp32-c6-devkitc-1.bin
lib_deps =
${env.lib_deps}
${pro.lib_deps}
Expand All @@ -416,7 +416,7 @@ build_flags =

[env:trial-esp32c6]
board = esp32-c6-devkitc-1
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.5/safeboot-esp32-c6-devkitc-1.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.6/safeboot-esp32-c6-devkitc-1.bin
lib_deps =
${env.lib_deps}
${trial.lib_deps}
Expand Down Expand Up @@ -460,7 +460,7 @@ build_flags =

[env:oss-esp32_poe]
board = esp32-poe
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.5/safeboot-esp32-poe.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.6/safeboot-esp32-poe.bin
lib_deps =
${env.lib_deps}
${oss.lib_deps}
Expand All @@ -474,7 +474,7 @@ build_flags =

[env:pro-esp32_poe]
board = esp32-poe
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.5/safeboot-esp32-poe.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.6/safeboot-esp32-poe.bin
lib_deps =
${env.lib_deps}
${pro.lib_deps}
Expand All @@ -488,7 +488,7 @@ build_flags =

[env:trial-esp32_poe]
board = esp32-poe
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.5/safeboot-esp32-poe.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.6/safeboot-esp32-poe.bin
lib_deps =
${env.lib_deps}
${trial.lib_deps}
Expand Down Expand Up @@ -533,7 +533,7 @@ build_flags =
[env:oss-esp32_gateway_rev_e]
board = esp32-gateway
board_build.extra_flags = "-DARDUINO_ESP32_GATEWAY_E"
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.5/safeboot-esp32-gateway.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.6/safeboot-esp32-gateway.bin
lib_deps =
${env.lib_deps}
${oss.lib_deps}
Expand All @@ -548,7 +548,7 @@ build_flags =
[env:pro-esp32_gateway_rev_e]
board = esp32-gateway
board_build.extra_flags = "-DARDUINO_ESP32_GATEWAY_E"
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.5/safeboot-esp32-gateway.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.6/safeboot-esp32-gateway.bin
lib_deps =
${env.lib_deps}
${pro.lib_deps}
Expand All @@ -563,7 +563,7 @@ build_flags =
[env:trial-esp32_gateway_rev_e]
board_build.extra_flags = "-DARDUINO_ESP32_GATEWAY_E"
board = esp32-gateway
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.5/safeboot-esp32-gateway.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.6/safeboot-esp32-gateway.bin
lib_deps =
${env.lib_deps}
${trial.lib_deps}
Expand All @@ -578,7 +578,7 @@ build_flags =
[env:oss-esp32_gateway_rev_f]
board = esp32-gateway
board_build.extra_flags = "-DARDUINO_ESP32_GATEWAY_F"
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.5/safeboot-esp32-gateway.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.6/safeboot-esp32-gateway.bin
lib_deps =
${env.lib_deps}
${oss.lib_deps}
Expand All @@ -593,7 +593,7 @@ build_flags =
[env:pro-esp32_gateway_rev_f]
board = esp32-gateway
board_build.extra_flags = "-DARDUINO_ESP32_GATEWAY_F"
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.5/safeboot-esp32-gateway.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.6/safeboot-esp32-gateway.bin
lib_deps =
${env.lib_deps}
${pro.lib_deps}
Expand All @@ -608,7 +608,7 @@ build_flags =
[env:trial-esp32_gateway_rev_f]
board_build.extra_flags = "-DARDUINO_ESP32_GATEWAY_F"
board = esp32-gateway
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.5/safeboot-esp32-gateway.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.6/safeboot-esp32-gateway.bin
lib_deps =
${env.lib_deps}
${trial.lib_deps}
Expand Down Expand Up @@ -650,7 +650,7 @@ build_flags =

[env:oss-wipy3]
board = wipy3
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.5/safeboot-wipy3.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.6/safeboot-wipy3.bin
lib_deps =
${env.lib_deps}
${oss.lib_deps}
Expand All @@ -664,7 +664,7 @@ build_flags =

[env:pro-wipy3]
board = wipy3
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.5/safeboot-wipy3.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.6/safeboot-wipy3.bin
lib_deps =
${env.lib_deps}
${pro.lib_deps}
Expand All @@ -678,7 +678,7 @@ build_flags =

[env:trial-wipy3]
board = wipy3
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.5/safeboot-wipy3.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.6/safeboot-wipy3.bin
lib_deps =
${env.lib_deps}
${trial.lib_deps}
Expand Down Expand Up @@ -720,7 +720,7 @@ build_flags =

[env:oss-tinypico]
board = tinypico
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.5/safeboot-tinypico.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.6/safeboot-tinypico.bin
lib_deps =
${env.lib_deps}
${oss.lib_deps}
Expand All @@ -734,7 +734,7 @@ build_flags =

[env:pro-tinypico]
board = tinypico
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.5/safeboot-tinypico.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.6/safeboot-tinypico.bin
lib_deps =
${env.lib_deps}
${pro.lib_deps}
Expand All @@ -748,7 +748,7 @@ build_flags =

[env:trial-tinypico]
board = tinypico
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.5/safeboot-tinypico.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.6/safeboot-tinypico.bin
lib_deps =
${env.lib_deps}
${trial.lib_deps}
Expand Down Expand Up @@ -789,7 +789,7 @@ build_flags =

[env:oss-denky_d4]
board = denky_d4
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.5/safeboot-denky_d4.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.6/safeboot-denky_d4.bin
lib_deps =
${env.lib_deps}
${oss.lib_deps}
Expand All @@ -803,7 +803,7 @@ build_flags =

[env:pro-denky_d4]
board = denky_d4
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.5/safeboot-denky_d4.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.6/safeboot-denky_d4.bin
lib_deps =
${env.lib_deps}
${pro.lib_deps}
Expand All @@ -817,7 +817,7 @@ build_flags =

[env:trial-denky_d4]
board = denky_d4
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.5/safeboot-denky_d4.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.6/safeboot-denky_d4.bin
lib_deps =
${env.lib_deps}
${trial.lib_deps}
Expand Down Expand Up @@ -862,7 +862,7 @@ build_flags =

[env:oss-wt32_eth01]
board = wt32-eth01
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.5/safeboot-wt32-eth01.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.6/safeboot-wt32-eth01.bin
lib_deps =
${env.lib_deps}
${oss.lib_deps}
Expand All @@ -877,7 +877,7 @@ build_flags =

[env:pro-wt32_eth01]
board = wt32-eth01
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.5/safeboot-wt32-eth01.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.6/safeboot-wt32-eth01.bin
lib_deps =
${env.lib_deps}
${pro.lib_deps}
Expand All @@ -892,7 +892,7 @@ build_flags =

[env:trial-wt32_eth01]
board = wt32-eth01
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.5/safeboot-wt32-eth01.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.6/safeboot-wt32-eth01.bin
lib_deps =
${env.lib_deps}
${trial.lib_deps}
Expand Down Expand Up @@ -943,7 +943,7 @@ build_flags =

[env:oss-lilygo_eth_lite_s3]
board = esp32s3box
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.5/safeboot-esp32s3box.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.6/safeboot-esp32s3box.bin
lib_deps =
${env.lib_deps}
${oss.lib_deps}
Expand All @@ -958,7 +958,7 @@ build_flags =

[env:pro-lilygo_eth_lite_s3]
board = esp32s3box
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.5/safeboot-esp32s3box.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.6/safeboot-esp32s3box.bin
lib_deps =
${env.lib_deps}
${pro.lib_deps}
Expand All @@ -973,7 +973,7 @@ build_flags =

[env:trial-lilygo_eth_lite_s3]
board = esp32s3box
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.5/safeboot-esp32s3box.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.6/safeboot-esp32s3box.bin
lib_deps =
${env.lib_deps}
${trial.lib_deps}
Expand Down

0 comments on commit 653121c

Please sign in to comment.