Re: Out of tree board definition

2020-07-17 Thread Pavel Ionut
Thank you. It works now. Added. CONFIG_ARCH_BOARD_CUSTOM=y CONFIG_ARCH_BOARD_CUSTOM_NAME="xxx" CONFIG_ARCH_BOARD_CUSTOM_DIR="../board" CONFIG_ARCH_BOARD_CUSTOM_DIR_RELPATH=y Are these documented somewhere? I couldn't find anything searching throughout the documentation. Maybe my search terms

Re: Out of tree board definition

2020-07-17 Thread Gregory Nutt
On 7/17/2020 7:52 AM, Pavel Ionut wrote: Hello, As i read in some posts and scrolled through configure.sh, it should be possible to have a board definition outside the nuttx/boards/** location. My current setup is: apps - (submodule) nuttx - (submodule) board - Makefile - Make.defs

Out of tree board definition

2020-07-17 Thread Pavel Ionut
Hello, As i read in some posts and scrolled through configure.sh, it should be possible to have a board definition outside the nuttx/boards/** location. My current setup is: apps - (submodule) nuttx - (submodule) board - Makefile - Make.defs - defconfig However, if I do cd