Commit graph

11 commits

Author SHA1 Message Date
me-no-dev
afb2057246 Enable FPU in ISR on ESP32
Fixes: https://github.com/espressif/arduino-esp32/issues/5892
2021-11-19 20:50:04 +02:00
me-no-dev
0474033b04 Update C3 sdkconfig to compile for ECO3 and newer 2021-11-04 14:20:52 +02:00
Mike Dunston
9f62f96555
Workaround for DHCP VCI default value of hostname (#49)
Workaround for https://github.com/espressif/esp-idf#7742 until it has been backported to release/v4.4 branch of ESP-IDF.
2021-10-24 16:02:45 +03:00
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
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
78ef78865e Fix ESP32_Ethernet kit bug 2021-06-16 20:20:01 +03:00
me-no-dev
cd02fb6416 Enable CLK-OUT for ethernet on ESP32 2021-06-10 15:10:15 +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