Hi,
I have an out-of-tree custom board (which lives resides in my main NuttX
folder as ./../CustomBoards/boardname). I use checkpatch.sh even on my
board software in that locations as I like to be consistent, but it
complains that the path (line 2 of the header comment) must begin with
the root directory as it's a relative path other than "nuttx".
Fair enough, but I can't work out what path makes checkpatch.sh happy!
For CustomApps I use a symbolic link within the apps folder to "MyApps"
and have line 2 of my source files as apps/MyApps/appname/file.c and
it's happy with that but I just can't figure out what the custom board
header file path should be stated as.
I tried the symbolic link trick for this, too, but it didn't seem to
work, with the same error reported no matter what I put in line 2: and,
anyway, they are a pain since my link in apps gets trashed if I do a new
branch based on master (unless I'm missing a trick there?).
Thanks!