Skip to content

Commit 313019c

Browse files
committed
Added LWIP, mbedTLS and PSRAM configs to esp32 build target
1 parent 0235a8b commit 313019c

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

configs/builds.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
},
9999
{
100100
"target": "esp32",
101-
"features":["qio_ram"],
101+
"features":["qio_ram","LWIP","PSRAM","mbedTLS"],
102102
"idf_libs":["qio","80m"],
103103
"bootloaders":[
104104
["qio","80m"],

configs/defconfig.LWIP

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
CONFIG_LWIP_L2_TO_L3_COPY=y
2+
CONFIG_LWIP_IP_FORWARD=y
3+
CONFIG_LWIP_IPV4_NAPT=y
4+
CONFIG_L2_TO_L3_COPY=y

configs/defconfig.PSRAM

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
CONFIG_SPIRAM_BOOT_INIT=y
2+
CONFIG_SPIRAM_IGNORE_NOTFOUND=y
3+
CONFIG_SPIRAM_MEMTEST=y

configs/defconfig.mbedTLS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# CONFIG_MBEDTLS_INTERNAL_MEM_ALLOC is not set
2+
CONFIG_MBEDTLS_DEFAULT_MEM_ALLOC=y

0 commit comments

Comments
 (0)