Search found 121 matches

by newsettler_AI
Wed Sep 18, 2019 3:28 pm
Forum: ESP-IDF
Topic: SPIFFS: default example gives wrong info about partition sizes
Replies: 1
Views: 2961

SPIFFS: default example gives wrong info about partition sizes

Hi, I'm using next example: https://github.com/espressif/esp-idf/tree/v3.3/examples/storage/spiffs My default output: example: Initializing SPIFFS example: Partition size: total: 896321, used: 502 Size of partition havent strictly defined, but why couple files with size ~15 bytes cunsumes 502 bytes?...
by newsettler_AI
Tue Sep 17, 2019 6:53 pm
Forum: ESP-IDF
Topic: Eclipse indexer issue (Symbol ... could not be resolved) + parallel build on windows
Replies: 3
Views: 9892

Re: Eclipse indexer issue with default examples (Symbol ... could not be resolved)

Interesting thing I noticed... When I have disabled parallel build everything get as it should! All elements was found and resolved... So it comes that on Windows(maybe on other systems aswell?) indexer cant properly resolve all if build runs on multiple threads. So, here is solution that helped me ...
by newsettler_AI
Tue Sep 17, 2019 3:25 pm
Forum: ESP-IDF
Topic: Eclipse indexer issue (Symbol ... could not be resolved) + parallel build on windows
Replies: 3
Views: 9892

Re: Eclipse indexer issue with default examples (Symbol ... could not be resolved)

And Indexer settings : Indexer Also attaching eclipse settings ( .cproject , .project files and folder .settings ) eclipse_settings.zip Please advice what is wrong... I have tried to make whole Clean-Build path with different Indexer settings: and making in each settings Project -> C/C++ Index -> Re...
by newsettler_AI
Tue Sep 17, 2019 3:24 pm
Forum: ESP-IDF
Topic: Eclipse indexer issue (Symbol ... could not be resolved) + parallel build on windows
Replies: 3
Views: 9892

Re: Eclipse indexer issue with default examples (Symbol ... could not be resolved)

[continued] Preprocessor Include Path - Compiler settings Preprocessor Include Path - Compiler settings Preprocessor Include Path - Parcer Preprocessor Include Path - Parcer And here is how looks my Preprocessor Include Path - Settings Entries: Preprocessor Include Path - Settings Entries
by newsettler_AI
Tue Sep 17, 2019 3:18 pm
Forum: ESP-IDF
Topic: Eclipse indexer issue (Symbol ... could not be resolved) + parallel build on windows
Replies: 3
Views: 9892

Eclipse indexer issue (Symbol ... could not be resolved) + parallel build on windows

Hi, I'm facing issue with Eclipse indexer. I have migrated to IDF v3.3 LTS not so long ago and not sure what is going wrong. My setup: Windows 10 Home Eclipse 2018-09 (4.9.0) IDF v.3.3 LTS Toolchain (crosstool-NG crosstool-ng-1.22.0-80-g6c4433a5) 5.2.0 As testing project I'm using spiffs https://git...
by newsettler_AI
Mon Sep 16, 2019 6:52 pm
Forum: General Discussion
Topic: SPIFFS: how to create more then one partitions?
Replies: 1
Views: 5517

SPIFFS: how to create more then one partitions?

Hi, I want to keep some sensitive data on different spiffs partition, so I can erase/reflash other partitions freele. So, I have some questions about this. 1) How should partitions table looks like? Right now I'm thinking about this format, but not sure about fields "Name" , "SubType" . # Name, Type...
by newsettler_AI
Thu Sep 12, 2019 4:34 pm
Forum: ESP-IDF
Topic: [Solved]Updating IDF (3.3beta1 to 3.3LTS) causes errors on build custom project
Replies: 5
Views: 5589

Re: Updating IDF (3.3beta1 to 3.3LTS) causes errors on build custom project

If so, setting the EXTRA_COMPONENT_DIRS variable in your project should be able to make it work on both the old and new IDF versions. Thanks a lot, thats helped! I have added folder with .c pictures bitmaps (main/pictures) to /Makefile : EXTRA_COMPONENT_DIRS := $(abspath drv) $(abspath lvgl) $(absp...
by newsettler_AI
Wed Sep 11, 2019 5:00 pm
Forum: ESP-IDF
Topic: [Solved]Updating IDF (3.3beta1 to 3.3LTS) causes errors on build custom project
Replies: 5
Views: 5589

Re: Updating IDF (3.3beta1 to 3.3LTS) causes errors on build custom project

Hi, Angus! You shouldn't have to do this, but you can also try removing the "build" directory to force a 100% clean build. Tried, doesnt help, even tried to delete sdkconfig and recreated new one with make menuconfig . Same problems. It's hard to tell without knowing more about your project. Can you...
by newsettler_AI
Sun Sep 08, 2019 2:43 pm
Forum: ESP-IDF
Topic: [Solved]Updating IDF (3.3beta1 to 3.3LTS) causes errors on build custom project
Replies: 5
Views: 5589

[Solved]Updating IDF (3.3beta1 to 3.3LTS) causes errors on build custom project

Hi, I have updated my IDF to 3.3LTS from 3.3beta1 and now I have some errors about undefined reference. make[1]: Leaving directory 'C:/ESP32/Projects/dev/build/xtensa-debug-module' Target 'component-xtensa-debug-module-build' responsible for 'C:/ESP32/Projects/dev/build/xtensa-debug-module/libxtensa...
by newsettler_AI
Sat Sep 07, 2019 6:03 pm
Forum: ESP-IDF
Topic: How to clone specific TAG from github?
Replies: 2
Views: 3345

How to clone specific TAG from github?

Hi, Sorry for newbie question, but I'm completely lost. I want to get ESP-IDF Release v3.3 (LTS), mentioned here: https://github.com/espressif/esp-idf/releases I tried git clone --recursive https://github.com/espressif/esp-idf.git --branch release/v3.3 But it gives me RC version: $ git describe --ta...