pussuw commented on code in PR #10856: URL: https://github.com/apache/nuttx/pull/10856#discussion_r1347061693
########## arch/risc-v/src/common/riscv_addrenv.c: ########## @@ -421,6 +422,12 @@ int up_addrenv_create(size_t textsize, size_t datasize, size_t heapsize, heapsize = heapsize + MM_PGALIGNUP(CONFIG_DEFAULT_TASK_STACKSIZE); +#ifdef CONFIG_TLS_ALIGNED Review Comment: I dropped the TLS patch, I'll make a new PR with the initial heap size stuff later. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
