Skip to content

Commit

Permalink
esp-idf versions
Browse files Browse the repository at this point in the history
  • Loading branch information
velijv committed Aug 30, 2024
1 parent 1ba8666 commit 61065a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 19 deletions.
17 changes: 0 additions & 17 deletions nesp-common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,23 +64,6 @@ esphome:
then:
- script.execute: show_page_boot

esp32:
board: esp32-s2-kaluga-1 #esp32-s2-saola-1
variant: esp32s2
framework:
type: esp-idf
version: latest
sdkconfig_options:
CONFIG_ESPTOOLPY_FLASHSIZE_16MB: y
CONFIG_COMPILER_OPTIMIZATION: CONFIG_COMPILER_OPTIMIZATION_PERF
CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION: BOOTLOADER_COMPILER_OPTIMIZATION_PERF
CONFIG_COMPILER_OPTIMIZATION_SIZE: y
CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE: y
CONFIG_IDF_TARGET_ESP32S2: y
CONFIG_FREERTOS_UNICORE: y # single core
advanced:
ignore_efuse_mac_crc: true

# To be able to get logs from the device via serial and api.
logger:

Expand Down
3 changes: 2 additions & 1 deletion nesp-s2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ esp32:
variant: esp32s2
framework:
type: esp-idf
version: latest
version: '5.3.0'
platform_version: '6.8.0'
sdkconfig_options:
CONFIG_ESPTOOLPY_FLASHSIZE_16MB: y
CONFIG_COMPILER_OPTIMIZATION: CONFIG_COMPILER_OPTIMIZATION_PERF
Expand Down
4 changes: 3 additions & 1 deletion nesp-s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ esp32:
variant: esp32s3
framework:
type: esp-idf
version: latest
version: '5.3.0'
platform_version: '6.8.0'
latest_idf_version:
sdkconfig_options:
CONFIG_ESPTOOLPY_FLASHSIZE_16MB: y
CONFIG_COMPILER_OPTIMIZATION: CONFIG_COMPILER_OPTIMIZATION_PERF
Expand Down

0 comments on commit 61065a5

Please sign in to comment.