test_utils_psram 250 B

1234567
  1. # This config is for esp32 only
  2. CONFIG_IDF_TARGET="esp32"
  3. # The test is isolated as it requires particular memory layout
  4. TEST_COMPONENTS=test_utils
  5. CONFIG_ESP_IPC_TASK_STACK_SIZE=3072
  6. CONFIG_SPIRAM=y
  7. CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE=y