Commit graph

166 commits

Author SHA1 Message Date
Me No Dev
04d62dd0dc
Update cron.yml (#147) 2023-11-10 10:39:45 +02:00
Giorgio Garasto
44d1eb6cae
Fix: increase ESP32-S3 Bluetooth tasks stack size to 8k (#141)
* fix: increase esp32s3 bt tasks stack size to 8k

* feat: apply 8k bt tasks size to all chips
2023-11-10 01:23:31 +02:00
Jason2866
8129486641
skip patch if already patched (#143)
Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
2023-11-10 01:20:34 +02:00
Jan Procházka
d48715c8b8
manually copy zigbee libs (#146)
Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
2023-11-09 23:14:15 +02:00
Rodrigo Garcia
752365b89a
Using most IDF Managed Components instead of git-clone (#145)
* Update CMakeLists.txt

Removes RainMaker and replaces "all" to get it working with WSL Ubuntu

* Tool fix

Moving SR files copy from tools/copy-libs.sh to /build.sh :: WSL fix
Commenting out all cloned components that are now part of the Managed Components.

* Update idf_component.yml

Lib builder Managed Components for the top level (not in Arduino as IDF Component level). Includes only Tensor Flow and Deep Learning.
All other managed component will be added to ESP32-Arduino repository.

* Adds Camera Component

* DL component only for S3

* get Camera component from GH

* Camera component for any Version + Public

* Test for SR Models building in CI

* add SR component to the CI

* fix idf_component.yml format

* Reverting not necessary change about ESP-SR component
2023-11-09 23:09:07 +02:00
me-no-dev
c39e942edc Fix TFLite build error due to folder changes 2023-10-11 17:44:21 +03:00
me-no-dev
512f6545a0 Do not use tar.xz archives if tar.gz is available in the release 2023-10-11 16:40:00 +03:00
me-no-dev
a1b48657b7 Update cron.yml 2023-10-05 21:27:53 +03:00
Me No Dev
4ef80a8aea
Release/v5.1 (#115)
* Rework the lib-builder for ESP-IDF v5.1

* Update package json with tolls matching the ESP-IDF version

* fix: rainmaker examples crashing on s3 due to low stack memory. (#106) (#107)

* Update scripts with the latest requirements

* Update configs + SR Support

* Add esp-elf-gdp to the list of packages

* Fix RainMaker builds and new sr models path

* Temporary force arduino branch for CI to work

* fix target branch

* Delete esp-dl component manifest for requiring IDF 4.4.x

* Temporary changes to allow Cron CI to run

* Support builds based on ESP-IDF tag

* Push to esp32-arduino-libs

* Update repository_dispatch.sh

* Rework scripts to allow build when either dst needs it

* Github complains when pushing to the libs repo

* Authenticate to the libs repo

* Attempt at splitting SDK from Arduino

* Archive only the result and reorder deploy commands

* Update cron.sh

* Fix script and zip paths

* Fix download URL and json merger

* Change sdk folder structure and fix json generation

* Switch output folder from sdk to esp32-arduino-libs

* arduino_tinyusb: compile support for DFU mode (#116)

* Update PlatformIO build script templates (#118)

Adds support for new package with precompiled SDK libraries

* Autogenerate PlatformIO manifest file for prebuilt SDK libs (#119)

* Autogenerate PlatformIO manifest file for prebuilt SDK libs

- Add a special Python script that generates "package.json" with IDF revision from the "version.txt" according to SemVer

* Tidy up

* Refactor manifest generator

Now IDF version and commit hash are passed directly from Git client instead of reading from a pregenerated "version.txt" file

* Move IDF definitions to be available with any build

* Use more components from registry and add mp3 decoder

* esp-sr component requires clearing before each build

* revert ESP_SR from component manager

* Build ESP_SR only for ESP32-S3 for now

* [TinyUSB] Update esp32sx dcd and add dwc2 option

* Workaround for recent change in ESP-Insights

* Add initial support for ESP32-C6

* Run build tests on ESP32-C6

* Remove -mlongcalls for non-xtensa chips

* Temp fix for ESP-Insights on C6

* Add support for ESP32H2

* Added tflite-micro component (#128)

* Update build badge in README.md

* Added tflite-micro component

---------

Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>

* Make cron rebuild the libs if they need to be pushed to Arduino

For when we change something in the lib-builder, but no new updates are available in ESP-IDF

* Update build actions

* Fix permissions

* Do not build for obsolete Flash modes

* Try separate detect for cron builds

* Add permissions to github api

* Try more basic commit detection

* another try to pass vars and get commit

* Update push.yml

* Update config.sh

* Enable builds again

* Update build.sh

* Combine the artifacts from all jobs

* fix and test deploy check

* Update push.yml

* Disable Memprot to allow loading external elfs

* Fix archive name

* Disable coredump to flash

* Enable SPI ETH KSZ8851SNL

* Add temporary support for Arduino SPI Ethernet

* Add a temporary fix for relative include in BT lib

* Enable Classic BT HID Host and Device for ESP32

* Revert "Enable Classic BT HID Host and Device for ESP32"

This reverts commit aa0040ad271d00ac507fd2b478ee143b6c118615.

* C6 was added to ESP-SR

* Update Ethernet and remove SR workaround

* Pin RainMaker version

* Update target branch

* Add back cron.sh

---------

Co-authored-by: Sanket Wadekar <67091512+sanketwadekar@users.noreply.github.com>
Co-authored-by: Luca Burelli <pil@iol.it>
Co-authored-by: Valerii Koval <valeros@users.noreply.github.com>
2023-10-05 16:15:25 +03:00
Jason2866
45a4845ed3
Fix warnings from outdated GH actions (#131) 2023-07-20 22:49:58 +03:00
rtrbt
685f87db3c
Fix infinite loop if repo clone is renamed (#75)
If the repo clone directory was not named esp32-arduino-lib-builder,
the script ran into an infinite loop.
2023-07-18 14:54:57 +03:00
Me No Dev
ace36a9bd9
Update build badge in README.md 2023-04-25 03:07:28 +03:00
me-no-dev
17802717de Update deploy and dispatch scripts to match v5.1 2023-04-12 19:18:53 +03:00
Me No Dev
72d50f4783
Update repository_dispatch.sh 2023-04-12 01:37:43 +03:00
me-no-dev
06503deef4 Support repository dispatch based on ESP-IDF tag 2023-04-11 15:59:44 +03:00
me-no-dev
e19b5023c1 Run Cron on IDF v5.1 2023-04-11 01:43:46 +03:00
me-no-dev
8c244e1d27 Fix RainMaker compilation 2023-04-10 16:13:08 +03:00
me-no-dev
fe0b1ba098 Add esp-elf-gdp to the list of packages 2023-04-08 03:10:07 +03:00
Sanket Wadekar
813687439f
fix: rainmaker examples crashing on s3 due to low stack memory. (#106) 2023-02-21 16:26:33 +02:00
me-no-dev
38aed14cca Fix esp-sr failing to compile because of esp-dsp location 2023-02-20 14:41:35 +02:00
me-no-dev
dbf05f1df2 Target release/v2.x instead of master
Branching off ESP-IDF v4.4 support
2023-02-10 00:42:30 +02:00
me-no-dev
91b42ae2fe Update package json with tolls matching the ESP-IDF version 2023-02-10 00:29:51 +02:00
me-no-dev
e18eecd98e Fix build for latest ESP-SR 2022-12-21 00:04:13 +02:00
Sanket Wadekar
0235a8b96e
Added Insights configs to common defs (#101) 2022-12-13 11:00:44 +02:00
me-no-dev
3a0c95ac12 Add check on MacOS for gawk and gsed
Fixes: https://github.com/espressif/esp32-arduino-lib-builder/issues/94
2022-12-10 04:05:17 +02:00
me-no-dev
296fda565d Update scripts 2022-12-10 03:30:40 +02:00
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