Commit graph

10 commits

Author SHA1 Message Date
Rodrigo Garcia
105307176a
Reduces binary size for esp32, s2 and c3 (#47)
on commit deacf43

sdkconfig modifications to build libraries with compile optimization to size (-Os)
keep all the bootloaders with -Os and no boot messages
changes max number of sockets from 10 to 16
disables LWIP "Experimental PPP and SLIP" because it adds about 60K to the binary size and it's not used in Arduino
on commit a133257

sets WIFI LWIP to try first to allocate from SPIRAM on esp32 (this is esp32s2 default configuration)
defines SPIRAM_MALLOC_ALWAYSINTERNAL to 4096 bytes on esp32 (same as default for esp32s2)
disables SPIRAM_MALLOC_RESERVE_INTERNAL on both esp32 and esp32s2 to release more RAM to heap
Related PRs in Arduino-ESP32:
espressif/arduino-esp32#5789
espressif/arduino-esp32#5791

Related issue:
espressif/arduino-esp32#5699
espressif/arduino-esp32#5474
espressif/arduino-esp32#5630
espressif/arduino-esp32#5751
2021-10-21 13:22:38 +03:00
me-no-dev
51a3ba2bcd Change MSC buff size 2021-10-13 20:18:26 +03:00
me-no-dev
8d58f890a7 Change MSC Buffer size to 4K
@chegewara
2021-10-13 16:20:01 +03:00
me-no-dev
59843ea261 Add USB Video Driver support and fix build with latest IDF master 2021-10-13 14:27:03 +03:00
Me No Dev
12cdbc3560 Update configs and ensure we are in the proper folder 2021-08-23 10:49:49 +03:00
me-no-dev
f43bfe41d5 Update configs 2021-07-17 01:34:54 +03:00
me-no-dev
8f4f2aeac3 Enable FTM for S2 and C3 2021-06-08 18:45:56 +03:00
Me No Dev
d491d3a565
Update sdkconfig.esp32s2 2021-04-22 12:52:25 +03:00
me-no-dev
243306b569 Update sdkconfigs 2021-04-17 01:57:05 +03:00
me-no-dev
1ee032a19c Add support for CMake, ESP32-S2 and IDF master 2021-04-05 14:15:55 +03:00