pussuw commented on issue #5811:
URL: 
https://github.com/apache/incubator-nuttx/issues/5811#issuecomment-1073992742


   Thank you for your response, it is very much appreciated. To give a bit of 
context, I'm implementing kernel build support for RISC-V. I'm very close to 
something functional, nsh already boots up and I can execute commands from the 
terminal. This issue is one of the "loose ends" I'm trying to tie up.
   
   I agree, the best solution for this would be to implement the dynamic stack 
support. It would get rid of any and all initial stack size issues once and for 
all. It will take a bit of time but it is more of a canonical solution. The 
good thing is that I can circumvent this issue temporarily by just allocating 
more heap upon boot.
   
   I already discussed this internally and we all agree that implementing the 
dynamic stack size support should be one of the targets of what I'm doing. I 
will most likely start this immediately after fixing the last issues I have 
with stability.


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to