I did the merge. Unfortunately, Espressif broke mDNS by changing the API, so I’ve also had to change OVMS v3 firmware to match. This means developers need to update both ESP IDF and OVMS v3 source trees, before mDNS will compile. cd ~/esp/esp-idf git pull git submodule update cd ~/ovms/vehicle/OVMS.V3 git pull make (changing paths as appropriate) Or just disable the OVMS mDNS component if you are not using it. 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. Regards, Mark.
On 12 Feb 2018, at 3:02 PM, Stephen Casner <casner@acm.org> wrote:
Mark,
I think the merge you propose should work. As I mentioned, I'm in discussion with @projectgus to get my code merged into the mainline.
-- Steve
On Mon, 12 Feb 2018, Mark Webb-Johnson wrote:
Steve,
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.
I notice this:
https://github.com/espressif/esp-idf/issues/1582 <https://github.com/espressif/esp-idf/issues/1582>
and some associated fixes by Espressif to master.
Any issues with us merging in upstream Espress ESP IDF master to our clone? See if that resolves the problem?
Regards, Mark.
On 12 Feb 2018, at 2:15 AM, Stephen Casner <casner@acm.org> wrote:
It's been several days since I've seen any messages on this list. I suppose that Mark has been occupied by the hardware changes. Myself, I've finished the things I was working on (with the possible exception of adding an immediate-send option back into Mongoose), but I've entered a PR to get the code I added to esp-idf to support the per-task heap allocation commands accepted into the mainline and have been refining the code in response to change requests.
-- Steve _______________________________________________ OvmsDev mailing list OvmsDev@lists.teslaclub.hk http://lists.teslaclub.hk/mailman/listinfo/ovmsdev
_______________________________________________ OvmsDev mailing list OvmsDev@lists.teslaclub.hk http://lists.teslaclub.hk/mailman/listinfo/ovmsdev