commite8b53dc953Author: Patedam <pgillen.pro@gmail.com> Date: Tue Mar 3 01:15:17 2026 -0500 Updated backend to make sure it works properly with frontend. Fixed one frontend issue (free heap was not correctly named) commit3428808f83Author: Patedam <pgillen.pro@gmail.com> Date: Tue Mar 3 00:36:01 2026 -0500 Fixing various build errors. Activated minimal build commit59364ac22dAuthor: Patedam <pgillen.pro@gmail.com> Date: Tue Mar 3 00:03:24 2026 -0500 Added info and reboot api into the backend. Created the basics for a backend server. commit37291557ebAuthor: Patedam <pgillen.pro@gmail.com> Date: Mon Mar 2 23:05:10 2026 -0500 feat: Add API endpoints for system reboot and retrieving system information. commita010b0c352Author: Patedam <pgillen.pro@gmail.com> Date: Mon Mar 2 22:56:13 2026 -0500 Added AgentTasks into git ignore we will use it to store current tasks so we can createnew contexts chat when its too big commit75bab78137Author: Patedam <pgillen.pro@gmail.com> Date: Mon Mar 2 22:42:29 2026 -0500 feat: Initialize ESP-IDF project with core build configuration, component dependencies, and web frontend deployment. commitbba4c63f93Author: Patedam <pgillen.pro@gmail.com> Date: Mon Mar 2 22:21:52 2026 -0500 docs: Add backend architecture documentation for the ESP32-S3 provider.
146 lines
4.1 KiB
Plaintext
146 lines
4.1 KiB
Plaintext
dependencies:
|
|
espressif/ethernet_init:
|
|
component_hash: 9f7d29acf5fe32315579ddb6247388291cda555aa529409108c0ada0aa7cd99d
|
|
dependencies:
|
|
- matches:
|
|
- if: $CONFIG{ETHERNET_SPI_USE_CH390} == 1
|
|
name: espressif/ch390
|
|
registry_url: https://components.espressif.com
|
|
require: private
|
|
version: '*'
|
|
- matches:
|
|
- if: $CONFIG{ETHERNET_SPI_USE_DM9051} == 1
|
|
name: espressif/dm9051
|
|
registry_url: https://components.espressif.com
|
|
require: private
|
|
rules:
|
|
- if: idf_version >=6.0
|
|
version: ^1.0.0
|
|
version: '*'
|
|
- matches:
|
|
- if: idf_version >=6.0
|
|
version: ^1.0.0
|
|
name: espressif/dp83848
|
|
registry_url: https://components.espressif.com
|
|
require: private
|
|
rules:
|
|
- if: target in [esp32, esp32p4]
|
|
- if: $CONFIG{ETHERNET_PHY_USE_DP83848} == 1
|
|
version: '*'
|
|
- matches:
|
|
- if: $CONFIG{ETHERNET_SPI_USE_ENC28J60} == 1
|
|
name: espressif/enc28j60
|
|
registry_url: https://components.espressif.com
|
|
require: private
|
|
version: '*'
|
|
- matches:
|
|
- if: idf_version >=6.0
|
|
version: ^1.0.0
|
|
name: espressif/ip101
|
|
registry_url: https://components.espressif.com
|
|
require: private
|
|
rules:
|
|
- if: target in [esp32, esp32p4]
|
|
- if: $CONFIG{ETHERNET_PHY_USE_IP101} == 1
|
|
version: '*'
|
|
- matches:
|
|
- if: idf_version >=6.0
|
|
version: ^1.0.0
|
|
name: espressif/ksz80xx
|
|
registry_url: https://components.espressif.com
|
|
require: private
|
|
rules:
|
|
- if: target in [esp32, esp32p4]
|
|
- if: $CONFIG{ETHERNET_PHY_USE_KSZ80XX} == 1
|
|
version: '*'
|
|
- matches:
|
|
- if: $CONFIG{ETHERNET_SPI_USE_KSZ8851SNL} == 1
|
|
name: espressif/ksz8851snl
|
|
registry_url: https://components.espressif.com
|
|
require: private
|
|
rules:
|
|
- if: idf_version >=6.0
|
|
version: ^1.0.0
|
|
version: '*'
|
|
- matches:
|
|
- if: $CONFIG{ETHERNET_SPI_USE_LAN865X} == 1
|
|
name: espressif/lan865x
|
|
registry_url: https://components.espressif.com
|
|
require: private
|
|
version: ^0.1.1
|
|
- name: espressif/lan867x
|
|
registry_url: https://components.espressif.com
|
|
require: private
|
|
rules:
|
|
- if: target in [esp32, esp32p4]
|
|
- if: $CONFIG{ETHERNET_PHY_USE_LAN867X} == 1
|
|
version: '>=2.0.0'
|
|
- matches:
|
|
- if: idf_version >=6.0
|
|
version: ^1.0.0
|
|
name: espressif/lan87xx
|
|
registry_url: https://components.espressif.com
|
|
require: private
|
|
rules:
|
|
- if: target in [esp32, esp32p4]
|
|
- if: $CONFIG{ETHERNET_PHY_USE_LAN87XX} == 1
|
|
version: '*'
|
|
- matches:
|
|
- if: idf_version >=6.0
|
|
version: ^1.0.0
|
|
name: espressif/rtl8201
|
|
registry_url: https://components.espressif.com
|
|
require: private
|
|
rules:
|
|
- if: target in [esp32, esp32p4]
|
|
- if: $CONFIG{ETHERNET_PHY_USE_RTL8201} == 1
|
|
version: '*'
|
|
- matches:
|
|
- if: $CONFIG{ETHERNET_SPI_USE_W5500} == 1
|
|
name: espressif/w5500
|
|
registry_url: https://components.espressif.com
|
|
require: private
|
|
rules:
|
|
- if: idf_version >=6.0
|
|
version: ^1.0.0
|
|
version: '*'
|
|
- name: idf
|
|
require: private
|
|
version: '>=5.4.3,!=5.5.0,!=5.5.1'
|
|
source:
|
|
registry_url: https://components.espressif.com/
|
|
type: service
|
|
version: 1.3.0
|
|
espressif/led_strip:
|
|
component_hash: 28621486f77229aaf81c71f5e15d6fbf36c2949cf11094e07090593e659e7639
|
|
dependencies:
|
|
- name: idf
|
|
require: private
|
|
version: '>=5.0'
|
|
source:
|
|
registry_url: https://components.espressif.com/
|
|
type: service
|
|
version: 3.0.3
|
|
idf:
|
|
source:
|
|
type: idf
|
|
version: 5.5.3
|
|
joltwallet/littlefs:
|
|
component_hash: dcea25bcef2de023f089f5f01e8d8c46ad1b8ffef75861ad5ffb4098555839df
|
|
dependencies:
|
|
- name: idf
|
|
require: private
|
|
version: '>=5.0'
|
|
source:
|
|
registry_url: https://components.espressif.com/
|
|
type: service
|
|
version: 1.20.4
|
|
direct_dependencies:
|
|
- espressif/ethernet_init
|
|
- espressif/led_strip
|
|
- idf
|
|
- joltwallet/littlefs
|
|
manifest_hash: 21816aafdbbde14bfaaaabda34966eec49ae1e6f551bc16fe3ff74370b0fb54c
|
|
target: esp32s3
|
|
version: 2.0.0
|