Search found 43 matches

by linuxpaul
Wed Aug 16, 2017 11:03 pm
Forum: General Discussion
Topic: mongoose challenge
Replies: 18
Views: 19605

Re: mongoose challenge

less experience? I have some c programming basic knowledge and I never wrote programs for embeded systems before starting with ESP32. My orientation is the basic stuff and its combinations at the moment, aligned by ESP-IDF docs and Kolbans book So I didn't gave attention to mongoose OS till yet. So ...
by linuxpaul
Wed Aug 16, 2017 6:39 pm
Forum: General Discussion
Topic: mongoose challenge
Replies: 18
Views: 19605

Re: mongoose challenge

.... not the linker, it seems that the compiler skips this function.
The other symbols like mg_mgr_poll are mapped.
:)
by linuxpaul
Tue Aug 15, 2017 7:09 pm
Forum: General Discussion
Topic: mongoose challenge
Replies: 18
Views: 19605

Re: mongoose challenge

another attempt ... the behavior of mongoose should be controlled by CFLAGS in component.mk next to main.c ? Is there a hint to find out a proper combination for ESP32 running this example? Chip detection may work, because -DESP_PLATFORM=1 didn't solve the problem. -DMG_ENABLE_FILESYSTEM=1 give me t...
by linuxpaul
Sun Aug 13, 2017 9:23 pm
Forum: General Discussion
Topic: mongoose challenge
Replies: 18
Views: 19605

Re: mongoose challenge

Ok ok, this is c language basic stuff, sorry for this.
:)
by linuxpaul
Thu Aug 10, 2017 8:45 pm
Forum: General Discussion
Topic: mongoose challenge
Replies: 18
Views: 19605

mongoose challenge

Hello, after playing around with some basics I'd like serve an index.html from spiffs with mongoose. I started with an example from mongoose docs. ..... #define MG_ENABLE_FILESYSTEM 1 #include "mongoose.h" .... void mongoose_event_handler(struct mg_connection *nc, int ev, void *evData) { struct http...
by linuxpaul
Mon Jul 24, 2017 3:01 pm
Forum: General Discussion
Topic: openocd/jtag no thread access
Replies: 4
Views: 6421

Re: openocd/jtag no thread access

OK, there was a connection difficult (bad contact) to the board.
Changing the cables and the missing lines are shown, pressing reset
after starting openOCD, target went to halted and give me access to the threads.

:)
linuxpaul
by linuxpaul
Sun Jul 23, 2017 9:42 pm
Forum: General Discussion
Topic: openocd/jtag no thread access
Replies: 4
Views: 6421

Re: openocd/jtag no thread access

Hi krzychb, Board: https://eckstein-shop.de/ESP32-T-Development-Board-for-AI-Thinker-ESP32s-Module-with-CP2102-Chip-Espressif-ESP32 solded with ESP32S. Except the picture, the board (pinning) seems similar to ESP32-DevKiC. I did some configuration and code examples from Kolban's book and got no trou...
by linuxpaul
Sun Jul 23, 2017 6:58 pm
Forum: General Discussion
Topic: openocd/jtag no thread access
Replies: 4
Views: 6421

openocd/jtag no thread access

Hello, after launching openocd I get no access to threads. openocd -s ./tcl -f ./esp32.cfg Open On-Chip Debugger 0.10.0-dev-gb5ec731f (2017-07-23-00:08) Licensed under GNU GPL v2 For bug reports, read http://openocd.org/doc/doxygen/bugs.html adapter speed: 200 kHz force hard breakpoints Info : clock...
by linuxpaul
Sun Jul 23, 2017 3:03 pm
Forum: General Discussion
Topic: trouble preparing openOCD env
Replies: 4
Views: 6659

Re: trouble preparing openOCD env

Hello krzychb, thanks for your reply, My Idea is simply remove the pkg-config package after building openOCD, because I think it is only a requirement for building the binaries and there are no runtime dependencies. mingw-w64-i686-pkg-config filelist: mingw32/ mingw32/bin/ mingw32/bin/i686-w64-mingw...
by linuxpaul
Sat Jul 22, 2017 9:40 pm
Forum: General Discussion
Topic: trouble preparing openOCD env
Replies: 4
Views: 6659

Re: trouble preparing openOCD env

it is pkg-config. Installing any package or just copy the pkg-config.exe from pkg-config-lite to .../mingw32/bin results in this behaviour: $ make including /d/Source/esp/esp-idf/components/bootloader/Makefile.projbuild... including /d/Source/esp/esp-idf/components/bootloader_support/Makefile.projbu...