This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 0cd5689bcb riscv/pgmap: Fix bug in kernel page directory init
add 0f5ba00a50 mm/map: revise device mapping functions
add 041ef1d9ea video/fb: kernel build framebuffer support
No new revisions were added by this update.
Summary of changes:
.../rv-virt/configs/{knsh64 => kfb64}/defconfig | 34 +++++---
drivers/video/Kconfig | 1 +
drivers/video/fb.c | 5 ++
include/nuttx/mm/map.h | 5 +-
mm/map/vm_map.c | 91 ----------------------
mm/map/vm_region.c | 59 ++++++++++++++
6 files changed, 91 insertions(+), 104 deletions(-)
copy boards/risc-v/qemu-rv/rv-virt/configs/{knsh64 => kfb64}/defconfig (80%)
delete mode 100644 mm/map/vm_map.c