yf13 commented on PR #12041: URL: https://github.com/apache/nuttx/pull/12041#issuecomment-2036460946
@pussuw static allocation can be done via Kconfig like: - System wide a virtual zone for device mapping can be defined by `ARCH_UDEV_VBASE` and `ARCH_UDEV_NPAGES`. - Then a device's range can be defined by `FB_VBASE` and constrained in the static zone. This isn't scalable but not so hard. Later once the granule limitation is removed, all static configuration can be optional. -- 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]
