Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Commit b7f106c

Browse files
committed
Make SPIRAM optional
1 parent 7a78d82 commit b7f106c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+6
-4
lines changed

tools/sdk/include/config/sdkconfig.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#define CONFIG_STACK_CHECK_NORM 1
2121
#define CONFIG_TCP_WND_DEFAULT 5744
2222
#define CONFIG_PARTITION_TABLE_OFFSET 0x8000
23+
#define CONFIG_WPA_WPS_WARS 1
2324
#define CONFIG_SW_COEXIST_ENABLE 1
2425
#define CONFIG_SPIFFS_USE_MAGIC_LENGTH 1
2526
#define CONFIG_ESPTOOLPY_FLASHSIZE_4MB 1
@@ -255,6 +256,7 @@
255256
#define CONFIG_D2WD_PSRAM_CS_IO 10
256257
#define CONFIG_MBEDTLS_TLS_ENABLED 1
257258
#define CONFIG_LWIP_MAX_RAW_PCBS 16
259+
#define CONFIG_SPIRAM_IGNORE_NOTFOUND 1
258260
#define CONFIG_BTU_TASK_STACK_SIZE 4096
259261
#define CONFIG_SMP_ENABLE 1
260262
#define CONFIG_SPIRAM_SIZE -1

tools/sdk/ld/esp32.project.ld

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

tools/sdk/lib/libapp_trace.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libapp_update.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libasio.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libbootloader_support.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libbt.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libcoap.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libconsole.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libcxx.a

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)