Search found 5 matches

by kirillandy
Mon Feb 03, 2025 2:59 pm
Forum: General Discussion
Topic: Documented but forbidden RTOS functions?
Replies: 3
Views: 709

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: 3
Views: 709

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 ES...
by kirillandy
Wed Jan 15, 2025 6:19 pm
Forum: General Discussion
Topic: A comprehensive VFS FAT example
Replies: 4
Views: 635

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: 635

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? I ...
by kirillandy
Sun Jan 12, 2025 8:02 pm
Forum: General Discussion
Topic: A comprehensive VFS FAT example
Replies: 4
Views: 635

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 In a...