On Tue, Aug 11, 2020 at 1:14 PM Fotis Panagiotopoulos <f.j.pa...@gmail.com>
wrote:

The structure proposed by Xiang Xiao is not working for me.
>
> By looking in the Makefiles, I did understand that the structure has
> changed a bit.
> Now my structure is:
>
> ├── CustomBoard
> │   ├── defconfig
> │   ├── include
> │   ├── Kconfig
> │   ├── Make.defs
> │   ├── scripts
> │   └── src
> └── drivers
>     ├── driver.c
>     ├── driver.h
>     ├── Kconfig
>     └── Make.defs
>
> But still it does not work.
>
> Any ideas what may break it?


Maybe need to make distclean, followed by tools/configure.sh, to refresh
NuttX's symbolic links?

Nathan

Reply via email to