Remove the px4-v2_upstream configuration. Moved to misc/Obsoleted/configs.
This is not the official configuration for the PX4 board and has led to confusion by NuttX users. The board configuration also requires some ongoing maintenance and customization to support ongoing PX4 testing and evaluation. It is best retained the PX4 repositories where it can be properly maintained and not in the upstream NuttX repository.
This commit is contained in:
parent
f91ba24cc3
commit
d6c8d11909
@ -69,13 +69,13 @@ CROSS_COMPILE ?= $(CROSSDEV)
|
||||
|
||||
QSTR_DEFS = qstrdefsport.h
|
||||
|
||||
# include py core make definitions
|
||||
# Include py core make definitions
|
||||
|
||||
-include $(MICROPTHYON_SRCDIR)/py.mk
|
||||
|
||||
# c99 is needed for micropython
|
||||
# c99 is needed for Micro Python
|
||||
|
||||
CFLAGS+=-std=c99 -Wno-shadow -Wno-strict-prototypes
|
||||
CFLAGS += -std=c99 -Wno-shadow -Wno-strict-prototypes
|
||||
|
||||
INC = -I. -I$(WD) -I$(MICROPYTHON_UNPACKDIR) -I$(PY_SRC) -I$(BUILD)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user