mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 17:29:50 +03:00
build s3 bin
This commit is contained in:
4
.github/workflows/pre_release.yml
vendored
4
.github/workflows/pre_release.yml
vendored
@@ -41,6 +41,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
platformio run -e ci
|
platformio run -e ci
|
||||||
|
|
||||||
|
- name: Build S3 firmware
|
||||||
|
run: |
|
||||||
|
platformio run -e ci_s3
|
||||||
|
|
||||||
- name: Create a GH Release
|
- name: Create a GH Release
|
||||||
id: 'automatic_releases'
|
id: 'automatic_releases'
|
||||||
uses: 'marvinpinto/action-automatic-releases@latest'
|
uses: 'marvinpinto/action-automatic-releases@latest'
|
||||||
|
|||||||
@@ -71,6 +71,17 @@ board_build.filesystem = littlefs
|
|||||||
build_flags = ${common.build_flags}
|
build_flags = ${common.build_flags}
|
||||||
build_unflags = ${common.unbuild_flags}
|
build_unflags = ${common.unbuild_flags}
|
||||||
|
|
||||||
|
[env:ci_s3]
|
||||||
|
platform = https://github.com/platformio/platform-espressif32.git
|
||||||
|
framework = arduino
|
||||||
|
extra_scripts = scripts/rename_fw.py
|
||||||
|
board = lolin_s3
|
||||||
|
board_build.f_cpu = 240000000L
|
||||||
|
board_upload.flash_size = 16MB
|
||||||
|
board_build.partitions = esp32_partition_16M.csv
|
||||||
|
build_flags = ${common.build_flags} -O2
|
||||||
|
build_unflags = ${common.unbuild_flags}
|
||||||
|
|
||||||
[env:esp32_4M]
|
[env:esp32_4M]
|
||||||
platform = espressif32@5.2.0
|
platform = espressif32@5.2.0
|
||||||
framework = arduino
|
framework = arduino
|
||||||
|
|||||||
Reference in New Issue
Block a user