Tiago Medicci Serrano
Tiago Medicci Serrano
> Oh! I just now tried with an Apple device (iPhone) and another android device and they both got connected. Probably something is wrong or differently configured with my previous...
Could you please rebase and test it again? #10199 may solve the problem.
Strange, I was able to install cloning the code and checking out to 3.4 tag. But couldn't install from 3.4 on releases page (https://github.com/duncanthrax/scream/archive/3.4.zip).
Any news about that, @dragino ?
> I am trying to get mcuboot running on the esp32s3-devkit. For this I have modified the wifi config based on the description in this video https://www.youtube.com/watch?v=Vzy0rl-ixbc. > > The...
> @tmedicci Can you maybe send me working config file for the mcuboot update agent example? I'm sorry, I completely missed your message (I receive notifications of all issues and...
> @tmedicci do you know how much PR #11777 increased the stack usage? Just looking that PR was impossible to know this side effect. I think we need some CI...
> > > @tmedicci do you know how much PR #11777 increased the stack usage? Just looking that PR was impossible to know this side effect. I think we need...
> @anchao thank you for verifying! @tmedicci please try to verify before and after this patch, maybe it could be caused by some other commit. I found this issue through...
> @tmedicci you can try a new tool here: https://github.com/apache/nuttx/blob/master/sched/Kconfig#L1306-L1313 which could catch the deepest callstack automatically, not only the max stack usage. Thanks for the tip, @xiaoxiang781216 !