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 were
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
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 nu