Search found 2 matches

by weitzj
Mon Aug 07, 2023 2:34 pm
Forum: ESP-ADF
Topic: ESP ADF and IDF in one Project
Replies: 2
Views: 10301

Re: ESP ADF and IDF in one Project

I use git submodules: I create my project like so: # create project mkdir myproject cd myproject git init . touch .gitignore git add .gitignore git commit -m "initial commit" # now add esp-adf as a submodule # esp-adf has esp-idf as a submodule git submodule add https://github.com/espressif/esp-adf....
by weitzj
Thu Nov 03, 2022 8:56 pm
Forum: Hardware
Topic: ESP32 LyraT Reference Design Files / Kicad
Replies: 1
Views: 1019

ESP32 LyraT Reference Design Files / Kicad

Hi,

I am looking for the reference design files for the Lyra T 3 Board. Ideally the files would work in Kicad 6.

Does somebody have these? Can expressif just publish this missing referenc files?

Thank you