Commit graph

106 commits

Author SHA1 Message Date
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
Me No Dev
62d849ae49 Update DCD xfer->max_size 2021-10-24 14:35:08 +03:00
Me No Dev
bafd2099d7 Update IDF target branch to v4.4 2021-10-24 13:07:06 +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
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
80e5841779 Fix usb video device driver compilation 2021-10-13 15:10:34 +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
a97b6d7219
remove esp32.rom.redefined.ld from ld list 2021-10-12 16:01:05 +03:00
me-no-dev
59ccd97188 Update dcd_esp32sx.c 2021-09-15 14:21:08 +03:00
me-no-dev
247570b2ea Update dcd_esp32sx.c 2021-08-30 19:43:06 +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
533482e145 update arduino_tinyusb dcd 2021-08-12 13:27:41 +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
7093b03e3d
Merge pull request #35 from sabado/patch-1
Update build.sh
2021-06-14 10:42:14 +03:00
Ramiro Ricoy
dbfc7b7ef7
Update build.sh
Provide a way to enable menuconfig to  build custom configurations. Also can be enabled by default.
2021-06-13 18:13:05 -03:00
me-no-dev
cd02fb6416 Enable CLK-OUT for ethernet on ESP32 2021-06-10 15:10:15 +03:00
me-no-dev
8f4f2aeac3 Enable FTM for S2 and C3 2021-06-08 18:45:56 +03:00
me-no-dev
ac03d2af3d Update update-components.sh 2021-06-08 10:34:20 +03:00
me-no-dev
b6a46e7509 Add committer email so Arduino CLA does not complain 2021-05-31 20:37:51 +03:00
me-no-dev
83bb8d1e7d Fix MD5 missing from ROM on ESP32 2021-05-27 00:57:26 +03:00
Me No Dev
d491d3a565
Update sdkconfig.esp32s2 2021-04-22 12:52:25 +03:00
Me No Dev
98c9ea2fba
fix wrong HID switch
fixes: https://github.com/espressif/arduino-esp32/issues/5101
2021-04-22 12:51:15 +03:00
me-no-dev
cfa3aa6589 Update prepare-libs.sh 2021-04-17 10:09:41 +03:00
me-no-dev
1225dcbb19 Update prepare-libs.sh 2021-04-17 09:03:46 +03:00
me-no-dev
243306b569 Update sdkconfigs 2021-04-17 01:57:05 +03:00
me-no-dev
ed81f7bec0 Update dcd_esp32s2.c 2021-04-17 01:26:06 +03:00
me-no-dev
9dc3902e21 Try to fix include extraction 2021-04-17 01:10:49 +03:00
me-no-dev
cd2babf9b7 Update push-to-arduino.sh 2021-04-16 19:17:07 +03:00
me-no-dev
14f98d1f23 Update sdkconfig.esp32c3 2021-04-16 19:13:53 +03:00
Me No Dev
ebae46a405
Esp32c3 Support
Esp32c3 Support
2021-04-15 01:27:24 +03:00
me-no-dev
2a47861007 Fix build error for esp-dsp and esp-face 2021-04-13 00:47:34 +03:00
me-no-dev
e18c7dec3c Add support for ESP32C3 2021-04-13 00:33:15 +03:00
me-no-dev
1a838f3b0c Make sure that correct source arduino branch is cloned 2021-04-05 14:41:59 +03:00
me-no-dev
cc1deacd9a Fix CI 2021-04-05 14:29:50 +03:00
me-no-dev
1ee032a19c Add support for CMake, ESP32-S2 and IDF master 2021-04-05 14:15:55 +03:00
me-no-dev
fe8eeb0cab Add option to specify which Arduino branch will be target for PR 2021-04-05 14:01:46 +03:00
Me No Dev
9036908331
Add CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION 2021-03-16 02:22:47 +02:00
me-no-dev
45370ab77a exclude nimble from the libs 2021-03-04 15:29:19 +02:00
me-no-dev
1bf7b26597 Update prepare-ci.sh 2021-03-04 14:53:25 +02:00
me-no-dev
2e5ca76dc0 try to install pip manually 2021-03-04 14:49:33 +02:00
Me No Dev
3fa59d5715
Merge pull request #27 from espressif/mbedtls-psram
Add missing libs for PSRAM workaround
2021-02-23 00:26:15 +02:00
me-no-dev
d74f0cb4a0 Add missing libs for PSRAM workaround 2021-02-23 00:14:55 +02:00
Me No Dev
15a9839939
Merge pull request #25 from Jakeler/master
Replace `arch` with `uname -m`
2021-02-16 18:58:33 +02:00
Me No Dev
1512a93d42
Merge branch 'master' into master 2021-02-16 14:56:45 +02:00
me-no-dev
e0ee81663f Update for IDF 3.3 2021-02-16 01:35:23 +02:00
Jake
c0043da5cb Replace arch with uname -m
https://www.gnu.org/software/coreutils/manual/html_node/arch-invocation.html
2021-01-17 02:20:46 +01:00
me-no-dev
b86ba2bb50 Disable IRAM optimization for WiFi 2020-11-15 11:56:35 +02:00