Skip to content

Commit

Permalink
SafeBoot v1
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Aug 13, 2024
1 parent 995f0a9 commit ac4d99a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install --upgrade platformio
pip install --upgrade cryptography
ref="${{ github.ref_name }}"
ref="${ref//\//}"
ref="${ref//-/}"
Expand Down
30 changes: 15 additions & 15 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ build_flags =

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

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

[env:trial-esp32]
board = esp32dev
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/latest/safeboot-esp32dev.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.0/safeboot-esp32dev.bin
lib_deps =
${env.lib_deps}
${trial.lib_deps}
Expand All @@ -251,7 +251,7 @@ build_flags =
[env:oss-esp32s3]
extends = env:oss-esp32
board = esp32-s3-devkitc-1
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/latest/safeboot-esp32-s3-devkitc-1.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.0/safeboot-esp32-s3-devkitc-1.bin
build_flags =
${env.build_flags}
${oss.build_flags}
Expand All @@ -260,7 +260,7 @@ build_flags =
[env:pro-esp32s3]
extends = env:pro-esp32
board = esp32-s3-devkitc-1
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/latest/safeboot-esp32-s3-devkitc-1.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.0/safeboot-esp32-s3-devkitc-1.bin
build_flags =
${env.build_flags}
${pro.build_flags}
Expand All @@ -269,7 +269,7 @@ build_flags =
[env:trial-esp32s3]
extends = env:trial-esp32
board = esp32-s3-devkitc-1
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/latest/safeboot-esp32-s3-devkitc-1.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.0/safeboot-esp32-s3-devkitc-1.bin
build_flags =
${env.build_flags}
${trial.build_flags}
Expand All @@ -284,7 +284,7 @@ build_flags =
; [env:oss-esp32_poe]
; extends = env:oss-esp32
; board = esp32-poe
; custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/latest/safeboot-esp32-poe.bin
; custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.0/safeboot-esp32-poe.bin
; build_flags =
; ${env.build_flags}
; ${oss.build_flags}
Expand All @@ -293,7 +293,7 @@ build_flags =
; [env:pro-esp32_poe]
; extends = env:pro-esp32
; board = esp32-poe
; custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/latest/safeboot-esp32-poe.bin
; custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.0/safeboot-esp32-poe.bin
; build_flags =
; ${env.build_flags}
; ${pro.build_flags}
Expand All @@ -302,7 +302,7 @@ build_flags =
; [env:trial-esp32_poe]
; extends = env:trial-esp32
; board = esp32-poe
; custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/latest/safeboot-esp32-poe.bin
; custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.0/safeboot-esp32-poe.bin
; build_flags =
; ${env.build_flags}
; ${trial.build_flags}
Expand Down Expand Up @@ -335,7 +335,7 @@ build_flags =
[env:oss-wt32_eth01]
extends = env:oss-esp32
board = wt32-eth01
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/latest/safeboot-wt32-eth01.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.0/safeboot-wt32-eth01.bin
upload_speed = 460800
build_flags =
${env.build_flags}
Expand All @@ -345,7 +345,7 @@ build_flags =
[env:pro-wt32_eth01]
extends = env:pro-esp32
board = wt32-eth01
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/latest/safeboot-wt32-eth01.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.0/safeboot-wt32-eth01.bin
upload_speed = 460800
build_flags =
${env.build_flags}
Expand All @@ -355,7 +355,7 @@ build_flags =
[env:trial-wt32_eth01]
extends = env:trial-esp32
board = wt32-eth01
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/latest/safeboot-wt32-eth01.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.0/safeboot-wt32-eth01.bin
upload_speed = 460800
build_flags =
${env.build_flags}
Expand Down Expand Up @@ -397,7 +397,7 @@ build_flags =
[env:oss-lilygo_eth_lite_s3]
extends = env:oss-esp32
board = esp32s3box
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/latest/safeboot-esp32s3box.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.0/safeboot-esp32s3box.bin
upload_speed = 115200
build_flags =
${env.build_flags}
Expand All @@ -407,7 +407,7 @@ build_flags =
[env:pro-lilygo_eth_lite_s3]
extends = env:pro-esp32
board = esp32s3box
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/latest/safeboot-esp32s3box.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.0/safeboot-esp32s3box.bin
upload_speed = 115200
build_flags =
${env.build_flags}
Expand All @@ -417,7 +417,7 @@ build_flags =
[env:trial-lilygo_eth_lite_s3]
extends = env:trial-esp32
board = esp32s3box
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/latest/safeboot-esp32s3box.bin
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v1.0.0/safeboot-esp32s3box.bin
upload_speed = 115200
build_flags =
${env.build_flags}
Expand Down

0 comments on commit ac4d99a

Please sign in to comment.