DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
In your custom board's scripts/Make.defs file, rename EXTRADEFINES to EXTRAFLAGS.
See git commit # 459ad9937377a42785692098ff0d73baaa9551e6 in the main NuttX repository.
...
| Code Block | ||
|---|---|---|
| ||
DEPPATH += --dep-path board VPATH += :board CFLAGS += $(shell $(INCDIR) $(INCDIROPT) "$(CC)" $(TOPDIR)$(DELIM)arch$(DELIM)$(CONFIG_ARCH)$(DELIM)src$(DELIM)board$(DELIM)board) |
See git commit # 6ca46520df38854bf660f9be54957cceede39ded in the main NuttX repository.
...