[logger] Fix USB JTAG VFS symbols linked when logging is disabled (#15721)

Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
This commit is contained in:
Jon Little
2026-06-03 15:54:34 -05:00
committed by GitHub
parent 7b8cbe2de1
commit 92819d8658
6 changed files with 36 additions and 5 deletions

View File

@@ -0,0 +1,20 @@
esphome:
name: componenttestesp32h2idf
friendly_name: $component_name
esp32:
board: esp32-h2-devkitm-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