Jelle De Vleeschouwer
Jelle De Vleeschouwer
To get a better view on the development of 6LoWPAN, briefly document the module I'll note down a ~~small~~ status-update, some design thoughts and a TODO-list. ##### Adaption Layer The...
Hi guys, Sorry for the late response, busy times lately. Hmm, mDNS has to reclaim it's hostname consecutively. Every time a conflict is resolved the initialization callback-routine in picoapp will...
Hi @jonasvanpelt, I took a look at it and ran mDNS for almost an hour on my VM but I was unable to reproduce the error. After an hour I...
You're welcome, Hmm, first odd thing I notice, is that somebody else (192.168.1.254) tries to answer the query, who is that? And, does the response of 192.168.1.254 contain an A...
@jonasvanpelt Thanks a lot for checking. I've finally managed to get my demo of mDNS working again after quite some trouble to get my SysTick working again. Only with my...
Thanks, added you as well. I don't think the stream of mDNS-queries in the beginning has anything to do with it, I have them as well and it doesn't trigger...
@phalox For what I know, I don't think the problem is solved. I was unable to reproduce the error myself, so couldn't really fix it. I think @jonasvanpelt has a...
@ThomasNauwelaerts, this should be investigated. Could you reproduce this issue on a host (i.e. linux) environment?
@ThomasNauwelaerts, are you really sure that is your problem and not the postpone itself? I see something fishy in the `pico_ethernet_send()` function where the `pico_arp_postpone()` is called in which a...
Hi @MehdiChinoune, Thanks for swift reply, same result with `-gdwarf2`: ``` [7/7] Linking C executable testbinary.exe FAILED: testbinary.exe cmd.exe /C "cd . && C:\msys64\mingw32\bin\gcc.exe -m32 -gdwarf-2 -T C:/cc/workspace/zephyr/subsys/testsuite/include/zephyr/ztest_unittest.ld CMakeFiles/testbinary.dir/C_/cc/workspace/zephyr/subsys/testsuite/ztest/src/ztest_new.c.obj CMakeFiles/testbinary.dir/C_/cc/workspace/zephyr/subsys/testsuite/ztest/src/ztest_mock.c.obj...