jasonbu commented on code in PR #16344: URL: https://github.com/apache/nuttx/pull/16344#discussion_r2083763048
########## arch/arm/include/armv7-a/irq.h: ########## @@ -303,13 +303,15 @@ struct xcptcontext #ifdef CONFIG_ARCH_ADDRENV #ifdef CONFIG_ARCH_STACK_DYNAMIC - /* This array holds the physical address of the level 2 page table used + /* Experimental support for dynamically sized stacks. We using per-task + * l1entry, so only record the ustack virtual address base. + * This array holds the physical address of the level 2 page table used Review Comment: Done, update comment, but actually this feature is not fully implemented, so I'm not able to test it. only add a comment according to my understanding -- 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