Browse Source

turn on heap poisoning check in sdkconfig.defaults

Brian Pugh 4 years ago
parent
commit
ce757c221b
1 changed files with 5 additions and 0 deletions
  1. 5 0
      sdkconfig.defaults

+ 5 - 0
sdkconfig.defaults

@@ -7,6 +7,11 @@ CONFIG_PARTITION_TABLE_FILENAME="partition_table_unit_test_app.csv"
 CONFIG_PARTITION_TABLE_OFFSET=0x8000
 CONFIG_PARTITION_TABLE_MD5=y
 
+#
+# Heap
+#
+CONFIG_HEAP_POISONING_COMPREHENSIVE=y
+
 #
 # Watchdog
 #