Re:Re: userspace IO support

2024-03-28 Thread yfliu2008
Gregory, thank you!I am still trying to understand existing userland address envrionment in NuttX kernel mode, I saw the following regions defined in "arch/Kconfig":  config ARCH_TEXT_VBASEconfig ARCH_DATA_VBASEconfig ARCH_HEAP_VBASEconfig ARCH_SHM_VBASEconfig ARCH_KMAP_VBASEconfig ARCH_STACK_

regarding latest boards/Board.mk

2023-12-14 Thread yfliu2008
Hi, It seems that the latest boards/Board.mk leaks "etctmp.c" and "etctmp/" folder. I am unsure if it is desired or not.  If it is not desired, attached pacth can resolve it. hope someone can confirm if this is right or not. Regards, yf