mirror of
https://github.com/pmarchini/Esp32Dimmer.git
synced 2026-02-07 11:18:07 +03:00
Add testing documentation and validation script
Co-authored-by: pmarchini <49943249+pmarchini@users.noreply.github.com>
This commit is contained in:
14
test_app/sdkconfig.defaults
Normal file
14
test_app/sdkconfig.defaults
Normal 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
|
||||
Reference in New Issue
Block a user