Search found 5 matches

by nesicarh
Fri Apr 26, 2019 3:31 pm
Forum: ESP-IDF
Topic: Task management - Keeping a led on constantly
Replies: 5
Views: 6123

Re: Task management - Keeping a led on constantly

I'll reasearch it more, but I think it resets the state when i delay or suspend the task.
by nesicarh
Fri Apr 26, 2019 3:30 pm
Forum: ESP-IDF
Topic: Task management - Keeping a led on constantly
Replies: 5
Views: 6123

Re: Task management - Keeping a led on constantly

I was not aware of that tnx :)
by nesicarh
Tue Apr 23, 2019 1:39 pm
Forum: ESP-IDF
Topic: Task management - Keeping a led on constantly
Replies: 5
Views: 6123

Task management - Keeping a led on constantly

Hey everyone, This is a relatively simple one, but i couldn't find a thread about it. So I'm still getting to know the FreeRTOS abstractions, and I was wondering what I was doing wrong. Imagine a situation where you wanted to connect to WiFi. Until the connection is established, the onboard led shou...
by nesicarh
Sat Mar 02, 2019 12:00 pm
Forum: General Discussion
Topic: Clion configuration and make flash
Replies: 7
Views: 10034

Re: Clion configuration and make flash

Hi, As CLion uses CMake as build system, you should stick to it when running flash/monitor targets. I think your issue is that you build your project with CMake and then run `make flash` which would try to build again entire project with GNU make build system. You can use `idf.py flash` and/or `idf...
by nesicarh
Wed Feb 13, 2019 3:20 pm
Forum: General Discussion
Topic: Clion configuration and make flash
Replies: 7
Views: 10034

Clion configuration and make flash

Hi, So I have managed to add xtensa compiler/debugger to CLion, and code completion and all the basic stuff works fine. I can run the build configuration and it will compile all the code for me. But when i run 'make flash' my sdkconfig resets to blank values so each time i want to run it i need to e...