Search found 9 matches

by chriskuku
Wed Apr 17, 2024 1:41 pm
Forum: General Discussion
Topic: who or which utility writes Kconfig.projbuild ?
Replies: 1
Views: 503

who or which utility writes Kconfig.projbuild ?

As the subject says: I created an empty project dir using Vscode/ESP-32. Comparing the created directory and file structure with an existing example project from esp-idf/examples/peripherals... it does not contain a file main/Kconfig.projbuild. How can one generate this file. For the moment I copied...
by chriskuku
Tue Apr 16, 2024 2:42 pm
Forum: General Discussion
Topic: strange git error in Ninha/Cmake build in ESP-32 Vscode project
Replies: 0
Views: 541

strange git error in Ninha/Cmake build in ESP-32 Vscode project

When building one of the example projects in ``~/Users/kuku/esp/v5.2/esp-idf/examples/peripherals/lcd/spi_lcd_touch`` I'm getting * Executing task: ninja [0/1] Re-running CMake... -- git rev-parse returned 'fatal: not a git repository (or any of the parent directories): .git' -- Could not use 'git d...
by chriskuku
Mon Apr 08, 2024 8:20 pm
Forum: General Discussion
Topic: adding a file to an ESP-IDF project under VScode?
Replies: 4
Views: 2388

Re: adding a file to an ESP-IDF project under VScode?

Build System : Add all source files (.c,.cpp) to the list of SRCS in idf_component_register(...) in the (main) component's CMakeLists.txt file. Actually, when I'm using command line tools, I wouldn't mind editing some CMakeLists.txt, but since I'm working under a GUI based tool (VSCode), I was more...
by chriskuku
Mon Apr 08, 2024 12:41 pm
Forum: General Discussion
Topic: adding a file to an ESP-IDF project under VScode?
Replies: 4
Views: 2388

adding a file to an ESP-IDF project under VScode?

How do I add a source file to an existing project under Vscode/ESP-IDF?
by chriskuku
Mon Apr 08, 2024 8:12 am
Forum: General Discussion
Topic: changing components in Vscode/ESP-IDF (Display ILI9341 to ST7789)
Replies: 0
Views: 1682

changing components in Vscode/ESP-IDF (Display ILI9341 to ST7789)

I'm trying out the spi_lcd_touch example on a CYD board (cheap yellow display, so called cyd2usb). That one has a different display from the one that uses the ILI9341. How do I manage to change the component to ST7789 display type?
by chriskuku
Sun Mar 31, 2024 9:05 am
Forum: General Discussion
Topic: ESP32 example compilation error
Replies: 2
Views: 558

Re: ESP32 example compilation error

Please, when posting code, use

Code: Select all

Code 
tags around code passages thus helping others in reading our post.
by chriskuku
Sun Mar 31, 2024 9:01 am
Forum: General Discussion
Topic: #include "esp_lcd_panel_rgb.h" missing in rgb_panel example
Replies: 0
Views: 455

#include "esp_lcd_panel_rgb.h" missing in rgb_panel example

I was trying to go first steps in ESP-IDF under Vscode and was stumbling across a mising include file in the example "rgb_panel": main.dir/rgb_lcd_example_main.c.obj -c /Users/kuku/Documents/PlatformIO/rgb_panel/main/rgb_lcd_example_main.c /Users/kuku/Documents/PlatformIO/rgb_panel/main/rgb_lcd_exam...
by chriskuku
Sun Mar 31, 2024 5:54 am
Forum: General Discussion
Topic: esp-idf under Vscode/Platformio
Replies: 3
Views: 854

Re: esp-idf under Vscode/Platformio

I've gotten so far that I installed the ESP-IDF extension under Vscode, and as far as I could tell when clicking on "install" in the extension browser the installation process found ESP-IDF that I installed before in my system. As a result I got the following picture. When clicking on install, I'm g...
by chriskuku
Fri Mar 29, 2024 5:59 pm
Forum: General Discussion
Topic: esp-idf under Vscode/Platformio
Replies: 3
Views: 854

esp-idf under Vscode/Platformio

Hi. I'm new to this forum and to ESP32 programming. I installed Vscode and platformio. Was able to compile and upload a project with the arduino framework under Platformio. Since there is ESP-IDF als available as a Vscode extension, I'm wondering if this is an alternative to platformio or whether it...