Search found 4 matches

by EricDevB
Sat Oct 26, 2019 1:58 am
Forum: General Discussion
Topic: Posting of Jobs ?
Replies: 0
Views: 1909

Posting of Jobs ?

Is there a place to post for esp32 contracting / consulting jobs and consultants? This would be only esp32 related of course, such as esp-idf, OTA, esp32 memory issues, esp32 productions issues etc. Is it OK to post if looking to hire? And if the answer is yes, is the General Discussion forum the co...
by EricDevB
Wed Oct 31, 2018 12:09 am
Forum: General Discussion
Topic: Overview of Debugging and Characterizations
Replies: 1
Views: 2727

Overview of Debugging and Characterizations

For developing for the esp32, any suggestions on where to find current information on the topics below?

1.Using GDB

2.Crash debugging

3.Heap and stack overflows

4.Application Tracing and SystemView

5.Memory footprint analysis
by EricDevB
Wed Apr 18, 2018 9:07 pm
Forum: General Discussion
Topic: [resolved] I need an IDE for my development
Replies: 13
Views: 18107

Re: I need an IDE for my development

Thanks for the replies. For debugging code, I saw a post by Kolban about a simulator from about a year ago, but it looks like that has not progressed yet. There is always printf's, but that does not let you step through code. So, if we want to be able to debug the C code I am glad to hear that mikem...
by EricDevB
Tue Apr 17, 2018 8:10 pm
Forum: General Discussion
Topic: [resolved] I need an IDE for my development
Replies: 13
Views: 18107

Re: I need an IDE for my development

I would like to add my 2 cents to this issue. I have been working with the esp32 for a while now, and thanks to kolban's posts etc. I am fairly productive. I set up as Kolban has suggested, using the IDF in linux ubuntu running under a virtualbox on my pc. I had trouble with eclipse crashing, so I r...