mirror of
https://github.com/esphome/esphome.git
synced 2026-01-09 11:40:50 -07:00
[logger] Add thread-safe logging support for LibreTiny platform (#13062)
This commit is contained in:
5
tests/components/logger/test.bk72xx-ard.yaml
Normal file
5
tests/components/logger/test.bk72xx-ard.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
<<: !include common-default_uart.yaml
|
||||
|
||||
logger:
|
||||
id: logger_id
|
||||
task_log_buffer_size: 1024B
|
||||
5
tests/components/logger/test.ln882x-ard.yaml
Normal file
5
tests/components/logger/test.ln882x-ard.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
<<: !include common-default_uart.yaml
|
||||
|
||||
logger:
|
||||
id: logger_id
|
||||
task_log_buffer_size: 1024B
|
||||
5
tests/components/logger/test.rtl87xx-ard.yaml
Normal file
5
tests/components/logger/test.rtl87xx-ard.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
<<: !include common-default_uart.yaml
|
||||
|
||||
logger:
|
||||
id: logger_id
|
||||
task_log_buffer_size: 1024B
|
||||
Reference in New Issue
Block a user