vrahane commented on issue #741: Set bleprph main task stack size to 512. URL: https://github.com/apache/mynewt-nimble/pull/741#issuecomment-578305794 @andrzej-kaczmarek We figured out already :-) there was a related discussion on the mcumgr slack channel, so there is a 512 byte flat buffer which gets allocated on the stack for the upload request. we decided to keep the flat buf as it is on the stack since putting it in the bss or making it a global would be wasting memory all the time and mbufs would mean adding APIs for making the upload requests OS agnostic. You can follow the mcumgr slack channel for the discussion.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
