mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 13:27:14 +00:00
The default IDF partition leaves only 1.75MB for the app which is too small for grouped tests (bluetooth_proxy currently overflows). Match esp32-idf, esp32-c2-idf, esp32-c3-idf and esp32-s3-idf by switching the c6 base config to partitions_testing.csv.
21 lines
490 B
YAML
21 lines
490 B
YAML
esphome:
|
|
name: componenttestesp32c6idf
|
|
friendly_name: $component_name
|
|
|
|
esp32:
|
|
board: esp32-c6-devkitc-1
|
|
framework:
|
|
type: esp-idf
|
|
# Use custom partition table with larger app partition (3MB)
|
|
# Default IDF partitions only allow 1.75MB which is too small for grouped tests
|
|
partitions: ../partitions_testing.csv
|
|
|
|
logger:
|
|
level: VERY_VERBOSE
|
|
|
|
packages:
|
|
component_under_test: !include
|
|
file: $component_test_file
|
|
vars:
|
|
component_test_file: $component_test_file
|