DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Compatibility Concerns
Changes to Build System
In Apps, Change $(TOPDIR) to $(APPDIR)
In the 'apps' repo, Makefiles are now using $(APPDIR) instead of $(TOPDIR).
In your custom app's Makefile, it is recommended to change $(TOPDIR) to $(APPDIR).
Replace this line:
| Code Block | ||
|---|---|---|
| ||
include $(TOPDIR)/Make.defs |
With this:
| Code Block | ||
|---|---|---|
| ||
include $(APPDIR)/Make.defs |
See git commit # deaa6c5b7bf8445b4a300691525f60aa506be0d7 in the NuttX 'apps' repository.
Known Problems In This Release
...