Clean up Makefile under apps folder no functional changes.
This commit is contained in:
parent
63c3772888
commit
cf0365ea92
4
Makefile
4
Makefile
@ -37,8 +37,8 @@
|
|||||||
|
|
||||||
APPDIR = $(CURDIR)
|
APPDIR = $(CURDIR)
|
||||||
TOPDIR ?= $(APPDIR)/import
|
TOPDIR ?= $(APPDIR)/import
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
-include $(APPDIR)/Make.defs
|
include $(APPDIR)/Make.defs
|
||||||
|
|
||||||
# Application Directories
|
# Application Directories
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# Source and object files
|
# Source and object files
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
include $(APPDIR)/Make.defs
|
include $(APPDIR)/Make.defs
|
||||||
|
|
||||||
# NSH Library
|
# NSH Library
|
||||||
|
@ -33,11 +33,10 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# CAN utility library
|
# CAN utility library
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS = canlib_getbaud.c canlib_setbaud.c
|
CSRCS = canlib_getbaud.c canlib_setbaud.c
|
||||||
CSRCS += canlib_getloopback.c canlib_setloopback.c
|
CSRCS += canlib_getloopback.c canlib_setloopback.c
|
||||||
CSRCS += canlib_getsilent.c canlib_setsilent.c
|
CSRCS += canlib_getsilent.c canlib_setsilent.c
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
WGET = wget
|
WGET = wget
|
||||||
UNPACK = unzip
|
UNPACK = unzip
|
||||||
|
@ -33,11 +33,10 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# CAN utility library
|
# CAN utility library
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS = obd2.c obd_sendrequest.c obd_waitresponse.c obd_decodepid.c
|
CSRCS = obd2.c obd_sendrequest.c obd_waitresponse.c obd_decodepid.c
|
||||||
|
|
||||||
APPNAME = libobd2
|
APPNAME = libobd2
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# ABNTCODI built-in application info
|
# ABNTCODI built-in application info
|
||||||
|
|
||||||
@ -46,8 +46,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_ABNTCODI_STACKSIZE)
|
|||||||
|
|
||||||
# ABNTCODI Example
|
# ABNTCODI Example
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = abntcodi_main.c
|
MAINSRC = abntcodi_main.c
|
||||||
|
|
||||||
CONFIG_EXAMPLES_ABNTCODI_PROGNAME ?= abntcodi$(EXEEXT)
|
CONFIG_EXAMPLES_ABNTCODI_PROGNAME ?= abntcodi$(EXEEXT)
|
||||||
|
@ -33,12 +33,10 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# ADC example
|
# ADC example
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = adc_main.c
|
MAINSRC = adc_main.c
|
||||||
|
|
||||||
CONFIG_XYZ_PROGNAME ?= adc$(EXEEXT)
|
CONFIG_XYZ_PROGNAME ?= adc$(EXEEXT)
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
CONFIG_EXAMPLES_ADXL372_TEST_PRIORITY ?= SCHED_PRIORITY_DEFAULT
|
CONFIG_EXAMPLES_ADXL372_TEST_PRIORITY ?= SCHED_PRIORITY_DEFAULT
|
||||||
CONFIG_EXAMPLES_ADXL372_TEST_STACKSIZE ?= 2048
|
CONFIG_EXAMPLES_ADXL372_TEST_STACKSIZE ?= 2048
|
||||||
@ -44,8 +44,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_ADXL372_TEST_STACKSIZE)
|
|||||||
|
|
||||||
# ADXL372 sensor test Example
|
# ADXL372 sensor test Example
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = adxl372_test_main.c
|
MAINSRC = adxl372_test_main.c
|
||||||
|
|
||||||
CONFIG_EXAMPLES_ADXL372_TEST_PROGNAME ?= adxl372_test$(EXEEXT)
|
CONFIG_EXAMPLES_ADXL372_TEST_PROGNAME ?= adxl372_test$(EXEEXT)
|
||||||
|
@ -33,12 +33,10 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# Hello, World! Example
|
# Hello, World! Example
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = ajoy_main.c
|
MAINSRC = ajoy_main.c
|
||||||
|
|
||||||
CONFIG_AJOY_PROGNAME ?= ajoy$(EXEEXT)
|
CONFIG_AJOY_PROGNAME ?= ajoy$(EXEEXT)
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# RTC driver alarm test built-in application info
|
# RTC driver alarm test built-in application info
|
||||||
|
|
||||||
@ -46,8 +46,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_ALARM_STACKSIZE)
|
|||||||
|
|
||||||
# RTC driver alarm test
|
# RTC driver alarm test
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = alarm_main.c
|
MAINSRC = alarm_main.c
|
||||||
|
|
||||||
CONFIG_EXAMPLES_ALARM_PROGNAME ?= alarm$(EXEEXT)
|
CONFIG_EXAMPLES_ALARM_PROGNAME ?= alarm$(EXEEXT)
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# APA102 built-in application info
|
# APA102 built-in application info
|
||||||
|
|
||||||
@ -43,8 +43,6 @@ STACKSIZE = 2048
|
|||||||
|
|
||||||
# APA102 Test
|
# APA102 Test
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = apa102_main.c
|
MAINSRC = apa102_main.c
|
||||||
|
|
||||||
CONFIG_EXAMPLES_APA102_PROGNAME ?= apa102$(EXEEXT)
|
CONFIG_EXAMPLES_APA102_PROGNAME ?= apa102$(EXEEXT)
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# Hello, World! built-in application info
|
# Hello, World! built-in application info
|
||||||
|
|
||||||
@ -46,8 +46,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_APDS9960_STACKSIZE)
|
|||||||
|
|
||||||
# Hello, World! Example
|
# Hello, World! Example
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = apds9960_main.c
|
MAINSRC = apds9960_main.c
|
||||||
|
|
||||||
CONFIG_EXAMPLES_APDS9960_PROGNAME ?= apds9960$(EXEEXT)
|
CONFIG_EXAMPLES_APDS9960_PROGNAME ?= apds9960$(EXEEXT)
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# BAS test volume mounter
|
# BAS test volume mounter
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# Battery built-in application info
|
# Battery built-in application info
|
||||||
|
|
||||||
@ -47,8 +47,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_BATTERY_STACKSIZE)
|
|||||||
|
|
||||||
# Hello, World! Example
|
# Hello, World! Example
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = batt_main.c
|
MAINSRC = batt_main.c
|
||||||
|
|
||||||
CONFIG_EXAMPLES_BATTERY_PROGNAME ?= batt$(EXEEXT)
|
CONFIG_EXAMPLES_BATTERY_PROGNAME ?= batt$(EXEEXT)
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# BMP180 Barometer sensor example built-in application info
|
# BMP180 Barometer sensor example built-in application info
|
||||||
|
|
||||||
@ -48,8 +48,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_BMP180_STACKSIZE)
|
|||||||
|
|
||||||
# BMP180 Barometer sensor example
|
# BMP180 Barometer sensor example
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = bmp180_main.c
|
MAINSRC = bmp180_main.c
|
||||||
|
|
||||||
CONFIG_EXAMPLES_BMP180_PROGNAME ?= bmp180$(EXEEXT)
|
CONFIG_EXAMPLES_BMP180_PROGNAME ?= bmp180$(EXEEXT)
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# Discover built-in application info
|
# Discover built-in application info
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# LED driver test built-in application info
|
# LED driver test built-in application info
|
||||||
|
|
||||||
@ -46,8 +46,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_BUTTONS_STACKSIZE)
|
|||||||
|
|
||||||
# LED driver test
|
# LED driver test
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = buttons_main.c
|
MAINSRC = buttons_main.c
|
||||||
|
|
||||||
CONFIG_EXAMPLES_BUTTONS_PROGNAME ?= buttons$(EXEEXT)
|
CONFIG_EXAMPLES_BUTTONS_PROGNAME ?= buttons$(EXEEXT)
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# built-in application info
|
# built-in application info
|
||||||
|
|
||||||
@ -49,8 +49,6 @@ PROGNAME = $(CONFIG_EXAMPLES_CALIB_UDELAY_PROGNAME)
|
|||||||
|
|
||||||
# Udelay calibration tool
|
# Udelay calibration tool
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = calib_udelay_main.c
|
MAINSRC = calib_udelay_main.c
|
||||||
|
|
||||||
MODULE = CONFIG_EXAMPLES_CALIB_UDELAY
|
MODULE = CONFIG_EXAMPLES_CALIB_UDELAY
|
||||||
|
@ -33,12 +33,10 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# NuttX NX Graphics Example.
|
# NuttX NX Graphics Example.
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = can_main.c
|
MAINSRC = can_main.c
|
||||||
|
|
||||||
CONFIG_XYZ_PROGNAME ?= can$(EXEEXT)
|
CONFIG_XYZ_PROGNAME ?= can$(EXEEXT)
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
CONFIG_EXAMPLES_LIBCANARD_STACKSIZE ?= 2048
|
CONFIG_EXAMPLES_LIBCANARD_STACKSIZE ?= 2048
|
||||||
|
|
||||||
@ -44,8 +44,6 @@ APPNAME = canard
|
|||||||
PRIORITY = SCHED_PRIORITY_DEFAULT
|
PRIORITY = SCHED_PRIORITY_DEFAULT
|
||||||
STACKSIZE = $(CONFIG_EXAMPLES_LIBCANARD_STACKSIZE)
|
STACKSIZE = $(CONFIG_EXAMPLES_LIBCANARD_STACKSIZE)
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
CFLAGS += -I$(APPDIR)/include/canutils
|
CFLAGS += -I$(APPDIR)/include/canutils
|
||||||
MAINSRC = canard_main.c
|
MAINSRC = canard_main.c
|
||||||
|
|
||||||
|
@ -33,13 +33,10 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# cctype verification
|
# cctype verification
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
CXXSRCS =
|
|
||||||
MAINSRC = cctype_main.cxx
|
MAINSRC = cctype_main.cxx
|
||||||
|
|
||||||
CONFIG_EXAMPLES_CCTYPE_PROGNAME ?= cctype$(EXEEXT)
|
CONFIG_EXAMPLES_CCTYPE_PROGNAME ?= cctype$(EXEEXT)
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
MAINSRC = chat_main.c
|
MAINSRC = chat_main.c
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# Chronometer built-in application info
|
# Chronometer built-in application info
|
||||||
|
|
||||||
@ -47,8 +47,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_CHRONO_STACKSIZE)
|
|||||||
|
|
||||||
# Chronometer Example
|
# Chronometer Example
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = chrono_main.c
|
MAINSRC = chrono_main.c
|
||||||
|
|
||||||
CONFIG_EXAMPLES_CHRONO_PROGNAME ?= chrono$(EXEEXT)
|
CONFIG_EXAMPLES_CHRONO_PROGNAME ?= chrono$(EXEEXT)
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# CONFIGDATA Unit Test
|
# CONFIGDATA Unit Test
|
||||||
|
|
||||||
@ -41,8 +41,6 @@ APPNAME = configdata
|
|||||||
PRIORITY = SCHED_PRIORITY_DEFAULT
|
PRIORITY = SCHED_PRIORITY_DEFAULT
|
||||||
STACKSIZE = 2048
|
STACKSIZE = 2048
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = configdata_main.c
|
MAINSRC = configdata_main.c
|
||||||
|
|
||||||
CONFIG_XYZ_PROGNAME ?= configdata$(EXEEXT)
|
CONFIG_XYZ_PROGNAME ?= configdata$(EXEEXT)
|
||||||
|
@ -33,12 +33,10 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# do nothing loop to use up cpu time
|
# do nothing loop to use up cpu time
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = cpuhog_main.c
|
MAINSRC = cpuhog_main.c
|
||||||
|
|
||||||
CONFIG_XYZ_PROGNAME ?= cpuhog$(EXEEXT)
|
CONFIG_XYZ_PROGNAME ?= cpuhog$(EXEEXT)
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# CROMFS Example
|
# CROMFS Example
|
||||||
|
|
||||||
|
@ -33,12 +33,10 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# DAC tool
|
# DAC tool
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = dac_main.c
|
MAINSRC = dac_main.c
|
||||||
|
|
||||||
CONFIG_XYZ_PROGNAME ?= dac$(EXEEXT)
|
CONFIG_XYZ_PROGNAME ?= dac$(EXEEXT)
|
||||||
|
@ -66,8 +66,6 @@
|
|||||||
# define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
|
# define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PROGNAME "dac"
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Private Types
|
* Private Types
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
@ -33,12 +33,10 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# DHCP Daemon Example
|
# DHCP Daemon Example
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = target.c
|
MAINSRC = target.c
|
||||||
|
|
||||||
CONFIG_XYZ_PROGNAME ?= dhcpd$(EXEEXT)
|
CONFIG_XYZ_PROGNAME ?= dhcpd$(EXEEXT)
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# Dhtxx, World! built-in application info
|
# Dhtxx, World! built-in application info
|
||||||
|
|
||||||
@ -47,8 +47,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_DHTXX_STACKSIZE)
|
|||||||
|
|
||||||
# Dhtxx Example
|
# Dhtxx Example
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = dhtxx_main.c
|
MAINSRC = dhtxx_main.c
|
||||||
|
|
||||||
CONFIG_EXAMPLES_DHTXX_PROGNAME ?= dhtxx$(EXEEXT)
|
CONFIG_EXAMPLES_DHTXX_PROGNAME ?= dhtxx$(EXEEXT)
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# Discover built-in application info
|
# Discover built-in application info
|
||||||
|
|
||||||
@ -44,8 +44,6 @@ APPNAME = discover
|
|||||||
PRIORITY = SCHED_PRIORITY_DEFAULT
|
PRIORITY = SCHED_PRIORITY_DEFAULT
|
||||||
STACKSIZE = 2048
|
STACKSIZE = 2048
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = discover_main.c
|
MAINSRC = discover_main.c
|
||||||
|
|
||||||
CONFIG_XYZ_PROGNAME ?= discover$(EXEEXT)
|
CONFIG_XYZ_PROGNAME ?= discover$(EXEEXT)
|
||||||
|
@ -33,12 +33,10 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# Hello, World! Example
|
# Hello, World! Example
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = djoy_main.c
|
MAINSRC = djoy_main.c
|
||||||
|
|
||||||
CONFIG_DJOY_PROGNAME ?= djoy$(EXEEXT)
|
CONFIG_DJOY_PROGNAME ?= djoy$(EXEEXT)
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# dsptest built-in application info
|
# dsptest built-in application info
|
||||||
|
|
||||||
@ -46,8 +46,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_DSPTEST_STACKSIZE)
|
|||||||
|
|
||||||
# dsptest example
|
# dsptest example
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = dsptest_main.c
|
MAINSRC = dsptest_main.c
|
||||||
|
|
||||||
CSRCS += test_foc.c test_pid.c test_svm.c test_misc.c test_motor.c
|
CSRCS += test_foc.c test_pid.c test_svm.c test_misc.c test_motor.c
|
||||||
|
@ -33,11 +33,10 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# ELF Example
|
# ELF Example
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS = symtab.c
|
CSRCS = symtab.c
|
||||||
MAINSRC = elf_main.c
|
MAINSRC = elf_main.c
|
||||||
|
|
||||||
|
@ -33,8 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/.config
|
include $(TOPDIR)/Make.defs
|
||||||
-include $(TOPDIR)/Make.defs
|
|
||||||
include $(APPDIR)/Make.defs
|
include $(APPDIR)/Make.defs
|
||||||
|
|
||||||
ALL_SUBDIRS = errno hello helloxx longjmp mutex pthread signal task struct
|
ALL_SUBDIRS = errno hello helloxx longjmp mutex pthread signal task struct
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
OBJEXT ?= .o
|
OBJEXT ?= .o
|
||||||
DELIM ?= /
|
DELIM ?= /
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
OBJEXT ?= .o
|
OBJEXT ?= .o
|
||||||
DELIM ?= /
|
DELIM ?= /
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
OBJEXT ?= .o
|
OBJEXT ?= .o
|
||||||
DELIM ?= /
|
DELIM ?= /
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
OBJEXT ?= .o
|
OBJEXT ?= .o
|
||||||
DELIM ?= /
|
DELIM ?= /
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
OBJEXT ?= .o
|
OBJEXT ?= .o
|
||||||
DELIM ?= /
|
DELIM ?= /
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
OBJEXT ?= .o
|
OBJEXT ?= .o
|
||||||
DELIM ?= /
|
DELIM ?= /
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
OBJEXT ?= .o
|
OBJEXT ?= .o
|
||||||
DELIM ?= /
|
DELIM ?= /
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
OBJEXT ?= .o
|
OBJEXT ?= .o
|
||||||
DELIM ?= /
|
DELIM ?= /
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
OBJEXT ?= .o
|
OBJEXT ?= .o
|
||||||
DELIM ?= /
|
DELIM ?= /
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# embedlog example built-in application info
|
# embedlog example built-in application info
|
||||||
|
|
||||||
@ -46,8 +46,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_EMBEDLOG_STACKSIZE)
|
|||||||
|
|
||||||
# embedlog Example
|
# embedlog Example
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = embedlog_main.c
|
MAINSRC = embedlog_main.c
|
||||||
CFLAGS += -I$(APPDIR)/include/system
|
CFLAGS += -I$(APPDIR)/include/system
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# FB, World! built-in application info
|
# FB, World! built-in application info
|
||||||
|
|
||||||
@ -46,8 +46,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_FB_STACKSIZE)
|
|||||||
|
|
||||||
# FB, World! Example
|
# FB, World! Example
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = fb_main.c
|
MAINSRC = fb_main.c
|
||||||
|
|
||||||
CONFIG_EXAMPLES_FB_PROGNAME ?= fb$(EXEEXT)
|
CONFIG_EXAMPLES_FB_PROGNAME ?= fb$(EXEEXT)
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# fboverlay built-in application info
|
# fboverlay built-in application info
|
||||||
|
|
||||||
@ -43,8 +43,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_FBOVERLAY_STACKSIZE)
|
|||||||
|
|
||||||
# fboverlay files
|
# fboverlay files
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = fboverlay_main.c
|
MAINSRC = fboverlay_main.c
|
||||||
|
|
||||||
CONFIG_EXAMPLES_FBOVERLAY_PROGNAME ?= fboverlay$(EXEEXT)
|
CONFIG_EXAMPLES_FBOVERLAY_PROGNAME ?= fboverlay$(EXEEXT)
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
ifeq ($(WINTOOL),y)
|
ifeq ($(WINTOOL),y)
|
||||||
INCDIROPT = -w
|
INCDIROPT = -w
|
||||||
@ -46,8 +46,6 @@ APPNAME = flash_test
|
|||||||
PRIORITY = SCHED_PRIORITY_DEFAULT
|
PRIORITY = SCHED_PRIORITY_DEFAULT
|
||||||
STACKSIZE = 2048
|
STACKSIZE = 2048
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = flash_test.c
|
MAINSRC = flash_test.c
|
||||||
|
|
||||||
CONFIG_XYZ_PROGNAME ?= flash_test$(EXEEXT)
|
CONFIG_XYZ_PROGNAME ?= flash_test$(EXEEXT)
|
||||||
|
@ -33,14 +33,12 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# FLOWC Test
|
# FLOWC Test
|
||||||
|
|
||||||
# Target 1
|
# Target 1
|
||||||
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC =
|
|
||||||
ifeq ($(CONFIG_EXAMPLES_FLOWC_SENDER1),y)
|
ifeq ($(CONFIG_EXAMPLES_FLOWC_SENDER1),y)
|
||||||
CSRCS += flowc_sender.c
|
CSRCS += flowc_sender.c
|
||||||
else
|
else
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# FT80X example built-in application info
|
# FT80X example built-in application info
|
||||||
|
|
||||||
@ -46,7 +46,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_FT80X_STACKSIZE)
|
|||||||
|
|
||||||
# FT80X example
|
# FT80X example
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS = ft80x_coprocessor.c
|
CSRCS = ft80x_coprocessor.c
|
||||||
|
|
||||||
ifeq ($(CONFIG_EXAMPLES_FT80X_PRIMITIVES),y)
|
ifeq ($(CONFIG_EXAMPLES_FT80X_PRIMITIVES),y)
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# FTPC Client Application
|
# FTPC Client Application
|
||||||
|
|
||||||
@ -43,7 +43,6 @@ APPNAME = ftpc
|
|||||||
PRIORITY = SCHED_PRIORITY_DEFAULT
|
PRIORITY = SCHED_PRIORITY_DEFAULT
|
||||||
STACKSIZE = CONFIG_EXAMPLES_FTPC_STACKSIZE
|
STACKSIZE = CONFIG_EXAMPLES_FTPC_STACKSIZE
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS = ftpc_cmds.c
|
CSRCS = ftpc_cmds.c
|
||||||
MAINSRC = ftpc_main.c
|
MAINSRC = ftpc_main.c
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
MAINSRC = ftpd_main.c
|
MAINSRC = ftpd_main.c
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# GPIO, World! built-in application info
|
# GPIO, World! built-in application info
|
||||||
|
|
||||||
@ -46,8 +46,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_GPIO_STACKSIZE)
|
|||||||
|
|
||||||
# GPIO, World! Example
|
# GPIO, World! Example
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = gpio_main.c
|
MAINSRC = gpio_main.c
|
||||||
|
|
||||||
CONFIG_EXAMPLES_GPIO_PROGNAME ?= gpio$(EXEEXT)
|
CONFIG_EXAMPLES_GPIO_PROGNAME ?= gpio$(EXEEXT)
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# GPS built-in application info
|
# GPS built-in application info
|
||||||
|
|
||||||
@ -46,8 +46,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_GPS_STACKSIZE)
|
|||||||
|
|
||||||
# GPS Example
|
# GPS Example
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = gps_main.c
|
MAINSRC = gps_main.c
|
||||||
|
|
||||||
CONFIG_EXAMPLES_GPS_PROGNAME ?= gps$(EXEEXT)
|
CONFIG_EXAMPLES_GPS_PROGNAME ?= gps$(EXEEXT)
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# Hello, World! built-in application info
|
# Hello, World! built-in application info
|
||||||
|
|
||||||
@ -47,8 +47,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_HELLO_STACKSIZE)
|
|||||||
|
|
||||||
# Hello, World! Example
|
# Hello, World! Example
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = hello_main.c
|
MAINSRC = hello_main.c
|
||||||
|
|
||||||
CONFIG_EXAMPLES_HELLO_PROGNAME ?= hello$(EXEEXT)
|
CONFIG_EXAMPLES_HELLO_PROGNAME ?= hello$(EXEEXT)
|
||||||
|
@ -33,13 +33,10 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# Hello, World! C++ Example
|
# Hello, World! C++ Example
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
CXXSRCS =
|
|
||||||
MAINSRC = helloxx_main.cxx
|
MAINSRC = helloxx_main.cxx
|
||||||
|
|
||||||
CONFIG_EXAMPLES_HELLOXX_PROGNAME ?= helloxx$(EXEEXT)
|
CONFIG_EXAMPLES_HELLOXX_PROGNAME ?= helloxx$(EXEEXT)
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# USB Host HID keyboard Example
|
# USB Host HID keyboard Example
|
||||||
|
|
||||||
@ -46,8 +46,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_HIDKBD_STACKSIZE)
|
|||||||
|
|
||||||
# Hello, World! Example
|
# Hello, World! Example
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = hidkbd_main.c
|
MAINSRC = hidkbd_main.c
|
||||||
|
|
||||||
CONFIG_EXAMPLES_HIDKBD_PROGNAME ?= hidkbd$(EXEEXT)
|
CONFIG_EXAMPLES_HIDKBD_PROGNAME ?= hidkbd$(EXEEXT)
|
||||||
|
@ -33,12 +33,10 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# I2S character driver test
|
# I2S character driver test
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
ifeq ($(CONFIG_EXAMPLES_I2SCHAR_TX),y)
|
ifeq ($(CONFIG_EXAMPLES_I2SCHAR_TX),y)
|
||||||
CSRCS += i2schar_transmitter.c
|
CSRCS += i2schar_transmitter.c
|
||||||
endif
|
endif
|
||||||
|
@ -33,12 +33,10 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# I2S character driver test
|
# I2S character driver test
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = i2sloop_main.c
|
MAINSRC = i2sloop_main.c
|
||||||
|
|
||||||
CONFIG_XYZ_PROGNAME ?= i2sloop$(EXEEXT)
|
CONFIG_XYZ_PROGNAME ?= i2sloop$(EXEEXT)
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
APPNAME = igmp
|
APPNAME = igmp
|
||||||
PRIORITY = SCHED_PRIORITY_DEFAULT
|
PRIORITY = SCHED_PRIORITY_DEFAULT
|
||||||
@ -41,8 +41,6 @@ STACKSIZE = 1024
|
|||||||
|
|
||||||
# IGMP Networking Example
|
# IGMP Networking Example
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = igmp.c
|
MAINSRC = igmp.c
|
||||||
|
|
||||||
CONFIG_XYZ_PROGNAME ?= igmp$(EXEEXT)
|
CONFIG_XYZ_PROGNAME ?= igmp$(EXEEXT)
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# Hello, World! built-in application info
|
# Hello, World! built-in application info
|
||||||
|
|
||||||
@ -48,8 +48,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_INA219_STACKSIZE)
|
|||||||
|
|
||||||
# Hello, World! Example
|
# Hello, World! Example
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = ina219_main.c
|
MAINSRC = ina219_main.c
|
||||||
|
|
||||||
CONFIG_EXAMPLES_INA219_PROGNAME ?= ina219$(EXEEXT)
|
CONFIG_EXAMPLES_INA219_PROGNAME ?= ina219$(EXEEXT)
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# INA226 built-in application info
|
# INA226 built-in application info
|
||||||
|
|
||||||
@ -48,8 +48,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_INA226_STACKSIZE)
|
|||||||
|
|
||||||
# INA226 Example
|
# INA226 Example
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = ina226_main.c
|
MAINSRC = ina226_main.c
|
||||||
|
|
||||||
CONFIG_EXAMPLES_INA226_PROGNAME ?= ina226$(EXEEXT)
|
CONFIG_EXAMPLES_INA226_PROGNAME ?= ina226$(EXEEXT)
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# ini_dumper example built-in application info
|
# ini_dumper example built-in application info
|
||||||
|
|
||||||
@ -47,8 +47,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_INI_DUMPER_STACKSIZE)
|
|||||||
|
|
||||||
# ini_dumper Example
|
# ini_dumper Example
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = ini_dumper_main.c
|
MAINSRC = ini_dumper_main.c
|
||||||
CFLAGS += -I$(APPDIR)/include/fsutils
|
CFLAGS += -I$(APPDIR)/include/fsutils
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# Hello, World! built-in application info
|
# Hello, World! built-in application info
|
||||||
|
|
||||||
@ -46,8 +46,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_IPFORWARD_STACKSIZE)
|
|||||||
|
|
||||||
# Hello, World! Example
|
# Hello, World! Example
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = ipforward.c
|
MAINSRC = ipforward.c
|
||||||
|
|
||||||
CONFIG_EXAMPLES_IPFORWARD_PROGNAME ?= ipfwd$(EXEEXT)
|
CONFIG_EXAMPLES_IPFORWARD_PROGNAME ?= ipfwd$(EXEEXT)
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# cJSON built-in application info
|
# cJSON built-in application info
|
||||||
|
|
||||||
@ -41,8 +41,6 @@ APPNAME = json
|
|||||||
PRIORITY = SCHED_PRIORITY_DEFAULT
|
PRIORITY = SCHED_PRIORITY_DEFAULT
|
||||||
STACKSIZE = 2048
|
STACKSIZE = 2048
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = json_main.c
|
MAINSRC = json_main.c
|
||||||
|
|
||||||
CONFIG_XYZ_PROGNAME ?= json$(EXEEXT)
|
CONFIG_XYZ_PROGNAME ?= json$(EXEEXT)
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# LED driver test built-in application info
|
# LED driver test built-in application info
|
||||||
|
|
||||||
@ -46,8 +46,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_LEDS_STACKSIZE)
|
|||||||
|
|
||||||
# LED driver test
|
# LED driver test
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = leds_main.c
|
MAINSRC = leds_main.c
|
||||||
|
|
||||||
CONFIG_EXAMPLES_LEDS_PROGNAME ?= leds$(EXEEXT)
|
CONFIG_EXAMPLES_LEDS_PROGNAME ?= leds$(EXEEXT)
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
APPNAME = lis3dsh_reader
|
APPNAME = lis3dsh_reader
|
||||||
PRIORITY = SCHED_PRIORITY_DEFAULT
|
PRIORITY = SCHED_PRIORITY_DEFAULT
|
||||||
@ -41,8 +41,6 @@ STACKSIZE = 2048
|
|||||||
|
|
||||||
# LIS3DSH reader example
|
# LIS3DSH reader example
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = lis3dsh_reader_main.c
|
MAINSRC = lis3dsh_reader_main.c
|
||||||
|
|
||||||
CONFIG_FLOX_IMUTEST_PROGNAME ?= lis3dsh_reader$(EXEEXT)
|
CONFIG_FLOX_IMUTEST_PROGNAME ?= lis3dsh_reader$(EXEEXT)
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
CONFIG_EXAMPLES_LSM330SPI_TEST_PRIORITY ?= SCHED_PRIORITY_DEFAULT
|
CONFIG_EXAMPLES_LSM330SPI_TEST_PRIORITY ?= SCHED_PRIORITY_DEFAULT
|
||||||
CONFIG_EXAMPLES_LSM330SPI_TEST_STACKSIZE ?= 2048
|
CONFIG_EXAMPLES_LSM330SPI_TEST_STACKSIZE ?= 2048
|
||||||
@ -44,8 +44,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_LSM330SPI_TEST_STACKSIZE)
|
|||||||
|
|
||||||
# LSM330 sensor test Example
|
# LSM330 sensor test Example
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = lsm330spi_test_main.c
|
MAINSRC = lsm330spi_test_main.c
|
||||||
|
|
||||||
CONFIG_EXAMPLES_LSM330SPI_TEST_PROGNAME ?= lsm330spi_test$(EXEEXT)
|
CONFIG_EXAMPLES_LSM330SPI_TEST_PROGNAME ?= lsm330spi_test$(EXEEXT)
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# LittleVGL demo built-in application info
|
# LittleVGL demo built-in application info
|
||||||
|
|
||||||
@ -46,7 +46,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_LVGLDEMO_STACKSIZE)
|
|||||||
|
|
||||||
# LittleVGL demo Example
|
# LittleVGL demo Example
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS += fbdev.c tp.c tp_cal.c
|
CSRCS += fbdev.c tp.c tp_cal.c
|
||||||
ifeq ($(CONFIG_EXAMPLES_LVGLDEMO_SIMPLE),y)
|
ifeq ($(CONFIG_EXAMPLES_LVGLDEMO_SIMPLE),y)
|
||||||
CSRCS += demo.c
|
CSRCS += demo.c
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# max31855 built-in application info
|
# max31855 built-in application info
|
||||||
|
|
||||||
@ -46,8 +46,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_MAX31855_STACKSIZE)
|
|||||||
|
|
||||||
# max31855 Example
|
# max31855 Example
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = max31855_main.c
|
MAINSRC = max31855_main.c
|
||||||
|
|
||||||
CONFIG_EXAMPLES_MAX31855_PROGNAME ?= max31855$(EXEEXT)
|
CONFIG_EXAMPLES_MAX31855_PROGNAME ?= max31855$(EXEEXT)
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# Media test application info
|
# Media test application info
|
||||||
|
|
||||||
@ -43,8 +43,6 @@ STACKSIZE = 2048
|
|||||||
|
|
||||||
# Media test application files
|
# Media test application files
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = media_main.c
|
MAINSRC = media_main.c
|
||||||
|
|
||||||
CONFIG_EXAMPLES_MEDIA_PROGNAME ?= media$(EXEEXT)
|
CONFIG_EXAMPLES_MEDIA_PROGNAME ?= media$(EXEEXT)
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# MLD Networking Example
|
# MLD Networking Example
|
||||||
|
|
||||||
@ -46,8 +46,6 @@ APPNAME = $(CONFIG_EXAMPLES_MLD_APPNAME)
|
|||||||
PRIORITY = $(CONFIG_EXAMPLES_MLD_PRIORITY)
|
PRIORITY = $(CONFIG_EXAMPLES_MLD_PRIORITY)
|
||||||
STACKSIZE = $(CONFIG_EXAMPLES_MLD_STACKSIZE)
|
STACKSIZE = $(CONFIG_EXAMPLES_MLD_STACKSIZE)
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = mld_main.c
|
MAINSRC = mld_main.c
|
||||||
|
|
||||||
PROGNAME = $(CONFIG_EXAMPLES_MLD_PROGNAME)
|
PROGNAME = $(CONFIG_EXAMPLES_MLD_PROGNAME)
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# MLX90614 built-in application info
|
# MLX90614 built-in application info
|
||||||
|
|
||||||
@ -43,8 +43,6 @@ STACKSIZE = 2048
|
|||||||
|
|
||||||
# MLX90614 Test
|
# MLX90614 Test
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = mlx90614_main.c
|
MAINSRC = mlx90614_main.c
|
||||||
|
|
||||||
CONFIG_EXAMPLES_MLX90614_PROGNAME ?= mlx90614$(EXEEXT)
|
CONFIG_EXAMPLES_MLX90614_PROGNAME ?= mlx90614$(EXEEXT)
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# Memory Management Test
|
# Memory Management Test
|
||||||
|
|
||||||
@ -44,8 +44,6 @@ APPNAME = mm
|
|||||||
PRIORITY = $(CONFIG_EXAMPLES_MM_PRIORITY)
|
PRIORITY = $(CONFIG_EXAMPLES_MM_PRIORITY)
|
||||||
STACKSIZE = $(CONFIG_EXAMPLES_MM_STACKSIZE)
|
STACKSIZE = $(CONFIG_EXAMPLES_MM_STACKSIZE)
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = mm_main.c
|
MAINSRC = mm_main.c
|
||||||
|
|
||||||
CONFIG_EXAMPLES_MM_PROGNAME ?= mm$(EXEEXT)
|
CONFIG_EXAMPLES_MM_PROGNAME ?= mm$(EXEEXT)
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# FreeModBus demo built-in application info
|
# FreeModBus demo built-in application info
|
||||||
|
|
||||||
@ -43,8 +43,6 @@ STACKSIZE = 2048
|
|||||||
|
|
||||||
# FreeModBus demo
|
# FreeModBus demo
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = modbus_main.c
|
MAINSRC = modbus_main.c
|
||||||
|
|
||||||
CONFIG_XYZ_PROGNAME ?= modbus$(EXEEXT)
|
CONFIG_XYZ_PROGNAME ?= modbus$(EXEEXT)
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# Modbus Master built-in application info
|
# Modbus Master built-in application info
|
||||||
|
|
||||||
@ -46,8 +46,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_MODBUSMASTER_STACKSIZE)
|
|||||||
|
|
||||||
# Modbus Master Example
|
# Modbus Master Example
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = mbmaster_main.c
|
MAINSRC = mbmaster_main.c
|
||||||
|
|
||||||
CONFIG_EXAMPLES_MODBUSMASTER_PROGNAME ?= mbmaster$(EXEEXT)
|
CONFIG_EXAMPLES_MODBUSMASTER_PROGNAME ?= mbmaster$(EXEEXT)
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# Module example built-in application info
|
# Module example built-in application info
|
||||||
|
|
||||||
|
@ -33,8 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/.config
|
include $(TOPDIR)/Make.defs
|
||||||
-include $(TOPDIR)/Make.defs
|
|
||||||
include $(APPDIR)/Make.defs
|
include $(APPDIR)/Make.defs
|
||||||
|
|
||||||
ALL_SUBDIRS = chardev
|
ALL_SUBDIRS = chardev
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
include $(APPDIR)/Make.defs
|
include $(APPDIR)/Make.defs
|
||||||
|
|
||||||
OBJEXT ?= .o
|
OBJEXT ?= .o
|
||||||
|
@ -33,13 +33,12 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# mount() test
|
# mount() test
|
||||||
|
|
||||||
APPNAME = mount
|
APPNAME = mount
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS = ramdisk.c
|
CSRCS = ramdisk.c
|
||||||
MAINSRC = mount_main.c
|
MAINSRC = mount_main.c
|
||||||
|
|
||||||
|
@ -33,14 +33,12 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# MTD Partition Example
|
# MTD Partition Example
|
||||||
|
|
||||||
APPNAME = mtdpart
|
APPNAME = mtdpart
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = mtdpart_main.c
|
MAINSRC = mtdpart_main.c
|
||||||
|
|
||||||
CONFIG_XYZ_PROGNAME ?= mtdpart$(EXEEXT)
|
CONFIG_XYZ_PROGNAME ?= mtdpart$(EXEEXT)
|
||||||
|
@ -33,14 +33,12 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# MTD R/W buffer test Example
|
# MTD R/W buffer test Example
|
||||||
|
|
||||||
APPNAME = mtdrwb
|
APPNAME = mtdrwb
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = mtdrwb_main.c
|
MAINSRC = mtdrwb_main.c
|
||||||
|
|
||||||
CONFIG_EXAMPLES_MTDRWB_PROGNAME ?= mtdrwb$(EXEEXT)
|
CONFIG_EXAMPLES_MTDRWB_PROGNAME ?= mtdrwb$(EXEEXT)
|
||||||
|
@ -33,11 +33,10 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# Network loopback Example
|
# Network loopback Example
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS = lo_listener.c
|
CSRCS = lo_listener.c
|
||||||
MAINSRC = lo_main.c
|
MAINSRC = lo_main.c
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# Network packet socket example
|
# Network packet socket example
|
||||||
|
|
||||||
@ -43,8 +43,6 @@ STACKSIZE = 2048
|
|||||||
|
|
||||||
# MDIO tool
|
# MDIO tool
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = netpkt_main.c
|
MAINSRC = netpkt_main.c
|
||||||
|
|
||||||
CONFIG_XYZ_PROGNAME ?= netpkt$(EXEEXT)
|
CONFIG_XYZ_PROGNAME ?= netpkt$(EXEEXT)
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# Basic TCP networking test
|
# Basic TCP networking test
|
||||||
|
|
||||||
|
@ -33,12 +33,10 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# Basic nRF24L01+ terminal demonstration
|
# Basic nRF24L01+ terminal demonstration
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = nrf24l01_term.c
|
MAINSRC = nrf24l01_term.c
|
||||||
|
|
||||||
CONFIG_XYZ_PROGNAME ?= nrf24l01_term$(EXEEXT)
|
CONFIG_XYZ_PROGNAME ?= nrf24l01_term$(EXEEXT)
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# The NULL example built-in application info
|
# The NULL example built-in application info
|
||||||
|
|
||||||
@ -43,8 +43,6 @@ STACKSIZE = 2048
|
|||||||
|
|
||||||
# The smallest thing you can build -- the NULL example.
|
# The smallest thing you can build -- the NULL example.
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = null_main.c
|
MAINSRC = null_main.c
|
||||||
|
|
||||||
CONFIG_XYZ_PROGNAME ?= null$(EXEEXT)
|
CONFIG_XYZ_PROGNAME ?= null$(EXEEXT)
|
||||||
|
@ -33,12 +33,10 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# Nunchuck Example
|
# Nunchuck Example
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS =
|
|
||||||
MAINSRC = nunchuck_main.c
|
MAINSRC = nunchuck_main.c
|
||||||
|
|
||||||
CONFIG_NUNCHUCK_PROGNAME ?= nunchuck$(EXEEXT)
|
CONFIG_NUNCHUCK_PROGNAME ?= nunchuck$(EXEEXT)
|
||||||
|
@ -33,11 +33,10 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# NuttX NX Graphics Example.
|
# NuttX NX Graphics Example.
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS = nx_events.c nx_kbdin.c
|
CSRCS = nx_events.c nx_kbdin.c
|
||||||
MAINSRC = nx_main.c
|
MAINSRC = nx_main.c
|
||||||
|
|
||||||
|
@ -33,11 +33,10 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# NuttX NX Graphics Example.
|
# NuttX NX Graphics Example.
|
||||||
|
|
||||||
ASRCS =
|
|
||||||
CSRCS = nxdemo_bkgd.c nxdemo_listener.c
|
CSRCS = nxdemo_bkgd.c nxdemo_listener.c
|
||||||
MAINSRC = nxdemo_main.c
|
MAINSRC = nxdemo_main.c
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
# NXFLAT Example
|
# NXFLAT Example
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
BIN = errno
|
BIN = errno
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
BIN1 = hello++1
|
BIN1 = hello++1
|
||||||
BIN2 = hello++2
|
BIN2 = hello++2
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
BIN = hello
|
BIN = hello
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
BIN = longjmp
|
BIN = longjmp
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
BIN = mutex
|
BIN = mutex
|
||||||
|
|
||||||
|
@ -33,8 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/.config # Current configuration
|
include $(TOPDIR)/Make.defs # Basic make _info
|
||||||
-include $(TOPDIR)/Make.defs # Basic make _info
|
|
||||||
|
|
||||||
BIN = pthread
|
BIN = pthread
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
BIN = signal
|
BIN = signal
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
CFLAGS += -I.
|
CFLAGS += -I.
|
||||||
|
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user