Search found 7 matches

by kirillandy
Sun Jan 11, 2026 10:05 am
Forum: IDEs for ESP-IDF
Topic: How to get Intellisense to notice a project-specific .h file from a ext. component?
Replies: 0
Views: 704

How to get Intellisense to notice a project-specific .h file from a ext. component?

Hello!
I suspect this is a basic question, but I've spent a couple days trying to crack it.
I have an ESP-IDF project and an external component in the following dir tree (only including important bits):
espDir
-projectDir
- -CMakeLists.txt
- -mainDir
- - -CMakeLists.txt
- - -main.c ...
by kirillandy
Wed Jun 11, 2025 8:27 am
Forum: General Discussion
Topic: Documented but forbidden RTOS functions?
Replies: 4
Views: 1367

Re: Documented but forbidden RTOS functions?


With the IDF, you'd use idf.py menuconfig . Dunno about Arduino though.


(Missed this reply) Yes, no straightforward way to manipulate these values in the Arduino environment that I could figure out. I am looking to leave Arduino behind and just move to ESP IDF proper. Thanks again for ...
by kirillandy
Mon Feb 03, 2025 2:59 pm
Forum: General Discussion
Topic: Documented but forbidden RTOS functions?
Replies: 4
Views: 1367

Re: Documented but forbidden RTOS functions?

I see. I've seen kconfig mentioned here and there but haven't yet figured out how to use it properly. Will read up on this, thank you!
by kirillandy
Sun Feb 02, 2025 12:22 pm
Forum: General Discussion
Topic: Documented but forbidden RTOS functions?
Replies: 4
Views: 1367

Documented but forbidden RTOS functions?

Hello all!
Apologies if this question has been asked before, the forum search would stubbornly not work on my end, so I ended up making this post...

I was wondering about the extent to which I may tinker with IDF and RTOS include files.
I'm using the ESP32 Arduino API in Visual Micro to program a ...
by kirillandy
Wed Jan 15, 2025 6:19 pm
Forum: General Discussion
Topic: A comprehensive VFS FAT example
Replies: 4
Views: 2656

Re: A comprehensive VFS FAT example

Got it, the source will be invaluable to understanding what it is I will actually be doing. Thank you again for the guidance @RathiSonika!
by kirillandy
Mon Jan 13, 2025 9:20 am
Forum: General Discussion
Topic: A comprehensive VFS FAT example
Replies: 4
Views: 2656

Re: A comprehensive VFS FAT example

Thanks @RathiSonica!
This will help out nicely!

Am I right in understanding that ff_diskio_register_wl_partition will register the read/write/etc SPI flash functions that are used by the WL level, i.e. it will populate a ff_diskio_impl_t structure with relevant functions and register them for me ...
by kirillandy
Sun Jan 12, 2025 8:02 pm
Forum: General Discussion
Topic: A comprehensive VFS FAT example
Replies: 4
Views: 2656

A comprehensive VFS FAT example

Hi all!
I'm currently studying the FAT FS support in IDF that I would like to use for my project and I really, really am lacking a solid example for what the docs describe. This is the page in question:

https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/storage/fatfs.html ...

Go to advanced search