espressif / esp32-arduino-lib-builder

146 stars 157 forks source link

Using most IDF Managed Components instead of git-clone #145

Closed SuGlider closed 11 months ago

SuGlider commented 11 months ago

This PR makes 2 main changes: 1- Fixes CMakeFiles and the build.sh + copy-libs.sh to work with WSL Ubuntu 2- Removes RainMaker and other git-cloned component in order to use them from the Managed Components Registry.

This change demands that Arduino Repository also change in orde to reflect the use of Managed Components. https://github.com/espressif/arduino-esp32/pull/8842

SuGlider commented 11 months ago

@me-no-dev - This is the 1st output of the PACMAN when using the lastest change (it gets the Camera from GH, latest commit)

Processing 23 dependencies: [1/23] chmorgan/esp-libhelix-mp3 (1.0.3) [2/23] espressif/cbor (0.6.0\~1) [3/23] espressif/esp-dl (*) [4/23] espressif/esp-dsp (1.4.8) [5/23] espressif/esp-nn (1.0.2) [6/23] espressif/esp-sr (1.5.0) [7/23] espressif/esp-tflite-micro (1.2.0) [8/23] espressif/esp32-camera (2.0.5) [9/23] espressif/esp32-camera (efe711df9a348c56e56e5d7b8961836d94a0f9c1) [10/23] espressif/esp_diag_data_store (1.0.1) [11/23] espressif/esp_diagnostics (1.0.1) [12/23] espressif/esp_insights (1.0.1) [13/23] espressif/esp_rainmaker (1.0.0) [14/23] espressif/esp_schedule (1.0.1) [15/23] espressif/esp_secure_cert_mgr (2.4.0) [16/23] espressif/jsmn (1.1.0) [17/23] espressif/json_generator (1.1.1) [18/23] espressif/json_parser (1.0.3) [19/23] espressif/mdns (1.2.2) [20/23] espressif/qrcode (0.1.0\~1) [21/23] espressif/rmaker_common (1.4.3) [22/23] idf (5.1.1) [23/23] joltwallet/littlefs (1.10.2)

And after it has updated the components for the first time, it displays Camera just as the latest commit from GH:

-- Building ESP-IDF components for target esp32s3 Processing 22 dependencies: [1/22] chmorgan/esp-libhelix-mp3 (1.0.3) [2/22] espressif/cbor (0.6.0\~1) [3/22] espressif/esp-dl (*) [4/22] espressif/esp-dsp (1.4.8) [5/22] espressif/esp-nn (1.0.2) [6/22] espressif/esp-sr (1.5.0) [7/22] espressif/esp-tflite-micro (1.2.0) [8/22] espressif/esp32-camera (efe711df9a348c56e56e5d7b8961836d94a0f9c1) [9/22] espressif/esp_diag_data_store (1.0.1) [10/22] espressif/esp_diagnostics (1.0.1) [11/22] espressif/esp_insights (1.0.1) [12/22] espressif/esp_rainmaker (1.0.0) [13/22] espressif/esp_schedule (1.0.1) [14/22] espressif/esp_secure_cert_mgr (2.4.0) [15/22] espressif/jsmn (1.1.0) [16/22] espressif/json_generator (1.1.1) [17/22] espressif/json_parser (1.0.3) [18/22] espressif/mdns (1.2.2) [19/22] espressif/qrcode (0.1.0\~1) [20/22] espressif/rmaker_common (1.4.3) [21/22] idf (5.1.1) [22/22] joltwallet/littlefs (1.10.2)