<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">I did the merge. Unfortunately, Espressif broke mDNS by changing the API, so I’ve also had to change OVMS v3 firmware to match.<div class=""><br class=""></div><div class="">This means developers need to update both ESP IDF and OVMS v3 source trees, before mDNS will compile.</div><div class=""><br class=""></div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div class=""><font face="Andale Mono" class=""><span style="font-size: 18px;" class="">cd  ~/esp/esp-idf</span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 18px;" class="">git pull</span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 18px;" class="">git submodule update</span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 18px;" class=""><br class=""></span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 18px;" class="">cd ~/ovms/vehicle/OVMS.V3</span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 18px;" class="">git pull</span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 18px;" class="">make</span></font></div></blockquote><div class=""><div><br class=""></div><div>(changing paths as appropriate)</div><div><br class=""></div><div>Or just disable the OVMS mDNS component if you are not using it.</div><div><br class=""></div><div>It all compiles and seems to run for me now. There are a bunch of new configuration options. The only one I would like enabled (disabled by default) is CONFIG_LWIP_SO_REUSE=y.</div><div><br class=""></div><div>Regards, Mark.</div><div><br class=""><blockquote type="cite" class=""><div class="">On 12 Feb 2018, at 3:02 PM, Stephen Casner <<a href="mailto:casner@acm.org" class="">casner@acm.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Mark,<br class=""><br class="">I think the merge you propose should work.  As I mentioned, I'm in<br class="">discussion with @projectgus to get my code merged into the mainline.<br class=""><br class="">                                                        -- Steve<br class=""><br class="">On Mon, 12 Feb 2018, Mark Webb-Johnson wrote:<br class=""><br class=""><blockquote type="cite" class="">Steve,<br class=""><br class="">I’m seeing weird heap corruption when I do PSRAM enabled builds and have heap debugging enabled. When I turn off the heap debugging, everything runs fine.<br class=""><br class="">I notice this:<br class=""><br class=""><a href="https://github.com/espressif/esp-idf/issues/1582" class="">https://github.com/espressif/esp-idf/issues/1582</a> <<a href="https://github.com/espressif/esp-idf/issues/1582" class="">https://github.com/espressif/esp-idf/issues/1582</a>><br class=""><br class="">and some associated fixes by Espressif to master.<br class=""><br class="">Any issues with us merging in upstream Espress ESP IDF master to our clone? See if that resolves the problem?<br class=""><br class="">Regards, Mark.<br class=""><br class=""><blockquote type="cite" class="">On 12 Feb 2018, at 2:15 AM, Stephen Casner <<a href="mailto:casner@acm.org" class="">casner@acm.org</a>> wrote:<br class=""><br class="">It's been several days since I've seen any messages on this list.  I<br class="">suppose that Mark has been occupied by the hardware changes.  Myself,<br class="">I've finished the things I was working on (with the possible exception<br class="">of adding an immediate-send option back into Mongoose), but I've<br class="">entered a PR to get the code I added to esp-idf to support the<br class="">per-task heap allocation commands accepted into the mainline and have<br class="">been refining the code in response to change requests.<br class=""><br class="">                                                       -- Steve<br class="">_______________________________________________<br class="">OvmsDev mailing list<br class=""><a href="mailto:OvmsDev@lists.teslaclub.hk" class="">OvmsDev@lists.teslaclub.hk</a><br class="">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev<br class=""></blockquote><br class=""></blockquote>_______________________________________________<br class="">OvmsDev mailing list<br class=""><a href="mailto:OvmsDev@lists.teslaclub.hk" class="">OvmsDev@lists.teslaclub.hk</a><br class="">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev<br class=""></div></div></blockquote></div><br class=""></div></body></html>