Commit graph

76 commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
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
me-no-dev
d4158af358 Fix IDF commit based builds and add bootloader elfs 2022-09-16 14:32:23 +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
me-no-dev
29387059e8 Implement memory variants on all chips to fix flash modes 2022-06-25 00:33:26 +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
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
bafd2099d7 Update IDF target branch to v4.4 2021-10-24 13:07:06 +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
12cdbc3560 Update configs and ensure we are in the proper folder 2021-08-23 10:49:49 +03:00
me-no-dev
ac03d2af3d Update update-components.sh 2021-06-08 10:34:20 +03:00
me-no-dev
83bb8d1e7d Fix MD5 missing from ROM on ESP32 2021-05-27 00:57:26 +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
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
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
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
d74f0cb4a0 Add missing libs for PSRAM workaround 2021-02-23 00:14:55 +02:00