cwespressif commented on PR #11144: URL: https://github.com/apache/nuttx/pull/11144#issuecomment-1801174275
> > This new feature enables the allocation of the entire Userspace heap into SPI RAM and reserving the Internal RAM exclusively for the Kernel heap, which may benefit some timing-constrained Kernel components (e.g. Wi-Fi driver). > > just curious; did it actually make wifi work better? - If WiFi internal malloc from external RAM, it will cause the system to block, using this PR can avoid Wi-Fi internal malloc from external RAM. In addition, the kernel drivers uses `kmm_malloc` to apply for memory from internal RAM rather than external RAM, which can usually avoid some possible performance problems or compatibility issues. -- 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]
