tools/jenkins: Added support for heap memory numbers in all_device_types app

This commit is contained in:
shripad621git
2025-04-30 18:19:16 +05:30
parent 057ac6a3e0
commit ab45deafd9
5 changed files with 63 additions and 36 deletions
+1
View File
@@ -69,6 +69,7 @@ def firmware_build() {
echo "CONFIG_ENABLE_OTA_REQUESTOR=y" >> sdkconfig.defaults
echo "CONFIG_ESP_COREDUMP_ENABLE_TO_UART=y" >> sdkconfig.defaults
echo "CONFIG_FACTORY_DEVICE_INSTANCE_INFO_PROVIDER=y" >> sdkconfig.defaults
echo "CONFIG_ENABLE_MEMORY_PROFILING=y" >> sdkconfig.defaults
idf.py set-target ${chip}
if [ "${FIRMWARE_TYPE}" = "OTA" ]; then