Commit graph

140 commits

Author SHA1 Message Date
me-no-dev
7fda93ee7a Update .gitignore 2022-12-10 02:38:26 +02:00
Me No Dev
a42219d5e8
Implement JTAG Debug for Arduino IDE 2.0 (#90)
* Enable FREERTOS_WATCHPOINT_END_OF_STACK only for Xtensa

* Skip collecting optimization flag and esptool.py
2022-12-10 02:28:17 +02:00
Pablo Clemente Maseda
ed550045fd
Include ESP-Insights component for esp32 target (#99)
* Added esp-insights to esp32 target build

* Enabled coredump partition for esp-insights

* Disabled ESP-Insights debug
2022-12-10 02:27:37 +02:00
Sanket Wadekar
d97e0ed085
Added config to detect lib_builder is used. (#100) 2022-12-10 01:00:37 +02:00
Sanket Wadekar
bc7448fde5
Set CONFIG_ESP_RMAKER_USER_ID_CHECK to reset user mapping on factory reset. (#98) 2022-11-25 14:32:53 +02:00
Jan Procházka
17f67585ae
update default sdkconfig with UTF8 support (#95) 2022-11-18 11:48:41 +02:00
me-no-dev
d4158af358 Fix IDF commit based builds and add bootloader elfs 2022-09-16 14:32:23 +03:00
me-no-dev
7015cc11f5 Enable TWAI ERRATA for ESP32 2022-09-14 14:20:27 +03:00
Sanket Wadekar
dd64c8c099
Skip version check for Rainmaker OTA (#86) 2022-09-13 18:45:21 +03:00
me-no-dev
421d06a8db Use HSPI for 80MHz PSRAM
Fixes: https://github.com/espressif/arduino-esp32/issues/7192
2022-08-29 13:24:16 +03:00
Jason2866
499afeb6f3
python v3 is standard (#83) 2022-08-29 11:18:06 +03:00
rtrbt
b4981f159c
README.md: Add jq as dependency. (#76)
jq is not preinstalled on a fresh Ubuntu installation.
2022-08-23 16:30:13 +03:00
me-no-dev
dbcc142bb4 Add file in sdk with all component versions 2022-08-22 15:10:08 +03:00
Jason2866
e4fd9cf990
Use flash_mode for memory_type when memory_type is not set for (#80)
* Use flash_mode for memory_type when memory_type is not set for

…ESP32, C3 and S2 when using Platformio

* Use `dio` as default when no flash mode is set
2022-08-22 14:17:19 +03:00
Simon Arlott
19c69116d8
Enable BOOTLOADER_APP_ROLLBACK (#73)
Fixes espressif/arduino-esp32#6936
2022-07-04 14:02:50 +03:00
me-no-dev
29387059e8 Implement memory variants on all chips to fix flash modes 2022-06-25 00:33:26 +03:00
lbernstone
d953301dbd
Enable WPA3 (#72)
This is a highly requested item in message boards.  Is there a blocker to enabling it?
2022-06-16 13:34:02 +03:00
Cellie
d20dc9f5f9
Change sntp update interval from 1 to 3 hours. (#71)
See https://github.com/espressif/esp32-arduino-lib-builder/pull/50
2022-06-14 14:15:59 +03:00
Denys Fedoryshchenko
1d64b48dfc
sdkconfig: Add CONFIG_LWIP_IPV6_AUTOCONFIG for IPv6 SLAAC (#67)
To use IPv6 we need proper SLAAC support which is not possible without this option.
Compile tested on esp32, esp32s2, esp32s3, esp32c3
Functionality tested in esp32 BasicHttpClient with some minor patches, IPv6 start to work.

No significant sketch size increase (probably within rounding bounds):
Before:
Wrote 875328 bytes (558896 compressed) at 0x00010000 in 9.0 seconds (effective 779.4 kbit/s)...
After:
Wrote 875328 bytes (558942 compressed) at 0x00010000 in 9.0 seconds (effective 779.8 kbit/s)...

This patch part of the efforts mentioned in https://github.com/espressif/arduino-esp32/issues/6242

Proper IPv6 support also was requested in:
https://github.com/espressif/arduino-esp32/issues/6626
https://github.com/espressif/arduino-esp32/issues/6590
https://github.com/espressif/arduino-esp32/issues/6283
https://github.com/espressif/arduino-esp32/issues/6703
https://github.com/espressif/arduino-esp32/issues/5624
https://github.com/espressif/arduino-esp32/issues/1261
And many others.

Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
2022-06-13 00:59:41 +03:00
me-no-dev
6b3443e5c5 Improve support for hand-written asm source files in PIO
Closes: https://github.com/espressif/arduino-esp32/pull/6817
Co-Authored-By: Ivan Kravets <me@ikravets.com>
2022-06-13 00:56:30 +03:00
me-no-dev
be120d32a2 Support library archives with the same name
Currently two files named "libmbedtls.a" exist in IDF builds. With this change, one will be renamed and copied with the new name to Arduino.
2022-06-12 23:13:47 +03:00
me-no-dev
aa790ccb10 Remove "include/config" from list of included paths
CC: https://github.com/espressif/arduino-esp32/pull/6798
2022-05-27 13:31:18 +03:00
Me No Dev
3544fe40d7
Do not append digest to the bootloader bin (#70)
Allows the bootloaders to be flashed with esptool v4 on devices with different size flash
2022-05-25 19:02:05 +03:00
Me No Dev
8f92d63c04
Organize sdkconfig options for all chips (#68) 2022-05-19 17:35:59 +03:00
me-no-dev
bf3d652a31 Disable allocation to PSRAM for LwIP and WiFi on ESP32
Having it enabled is causing bad packets being transmitted in some situations
2022-04-21 14:32:32 +03:00
me-no-dev
8b3bdef781 Add support for drawing to more frame buffer formats 2022-04-19 23:30:33 +03:00
me-no-dev
e3dd5b7a34 Prevent cron from failing because build was skipped 2022-03-29 16:09:36 +03:00
Jason2866
d83e0cca31
Integrate PR https://github.com/espressif/arduino-esp32/pull/6464 (#66)
in lib builder
2022-03-29 12:21:25 +03:00
Me No Dev
71de5299df
Esp32 s3 support (#62)
Fixes: https://github.com/espressif/arduino-esp32/issues/6187

Co-authored-by: Jason2866 <24528715+Jason2866@users.noreply.github.com>
2022-03-28 12:11:21 +03:00
me-no-dev
5a8939e9a0 Raise CONFIG_HTTPD_MAX_REQ_HDR_LEN to 1024
Fixes: #52
2022-01-18 18:00:13 +02:00
vortigont
9819b8197b
LWIP: support SNTP over DHCP (#51)
- increase default number of NTP servers up to 3 (match with Arduino esp8266)
 - activate SNTP over DHCP requests (match with Arduino esp8266)

addressing issue  espressif/arduino-esp32#4964
provided via  espressif/esp-idf#7336
2021-12-20 14:41:42 +02:00
me-no-dev
3b85a7dff4 Update sdkconfig.esp32s2 2021-12-20 10:13:01 +02:00
Me No Dev
e8834d99e3
Stop builds for v3.3 2021-12-13 15:39:15 +02:00
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
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