Add testing documentation and validation script

Co-authored-by: pmarchini <49943249+pmarchini@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-24 22:18:52 +00:00
parent 497761efd0
commit 10ddc5237c
4 changed files with 552 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# ESP32 Dimmer Test Configuration
# Enable Unity test framework
CONFIG_UNITY_ENABLE_FLOAT=y
CONFIG_UNITY_ENABLE_DOUBLE=y
# Increase main task stack size for tests
CONFIG_ESP_MAIN_TASK_STACK_SIZE=8192
# Enable detailed logging for tests
CONFIG_LOG_DEFAULT_LEVEL_INFO=y
# FreeRTOS configuration
CONFIG_FREERTOS_HZ=1000