Clean up Makefile under apps folder no functional changes.

This commit is contained in:
Xiang Xiao 2019-10-04 08:35:46 -06:00 committed by Gregory Nutt
parent 63c3772888
commit cf0365ea92
305 changed files with 326 additions and 657 deletions

View File

@ -37,8 +37,8 @@
APPDIR = $(CURDIR)
TOPDIR ?= $(APPDIR)/import
-include $(TOPDIR)/Make.defs
-include $(APPDIR)/Make.defs
include $(TOPDIR)/Make.defs
include $(APPDIR)/Make.defs
# Application Directories

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# Source and object files

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
include $(APPDIR)/Make.defs
# NSH Library

View File

@ -33,11 +33,10 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# CAN utility library
ASRCS =
CSRCS = canlib_getbaud.c canlib_setbaud.c
CSRCS += canlib_getloopback.c canlib_setloopback.c
CSRCS += canlib_getsilent.c canlib_setsilent.c

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
WGET = wget
UNPACK = unzip

View File

@ -33,12 +33,11 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# 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

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# ABNTCODI built-in application info
@ -46,8 +46,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_ABNTCODI_STACKSIZE)
# ABNTCODI Example
ASRCS =
CSRCS =
MAINSRC = abntcodi_main.c
CONFIG_EXAMPLES_ABNTCODI_PROGNAME ?= abntcodi$(EXEEXT)

View File

@ -33,12 +33,10 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# ADC example
ASRCS =
CSRCS =
MAINSRC = adc_main.c
CONFIG_XYZ_PROGNAME ?= adc$(EXEEXT)

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
CONFIG_EXAMPLES_ADXL372_TEST_PRIORITY ?= SCHED_PRIORITY_DEFAULT
CONFIG_EXAMPLES_ADXL372_TEST_STACKSIZE ?= 2048
@ -44,8 +44,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_ADXL372_TEST_STACKSIZE)
# ADXL372 sensor test Example
ASRCS =
CSRCS =
MAINSRC = adxl372_test_main.c
CONFIG_EXAMPLES_ADXL372_TEST_PROGNAME ?= adxl372_test$(EXEEXT)

View File

@ -33,12 +33,10 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# Hello, World! Example
ASRCS =
CSRCS =
MAINSRC = ajoy_main.c
CONFIG_AJOY_PROGNAME ?= ajoy$(EXEEXT)

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# RTC driver alarm test built-in application info
@ -46,8 +46,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_ALARM_STACKSIZE)
# RTC driver alarm test
ASRCS =
CSRCS =
MAINSRC = alarm_main.c
CONFIG_EXAMPLES_ALARM_PROGNAME ?= alarm$(EXEEXT)

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# APA102 built-in application info
@ -43,8 +43,6 @@ STACKSIZE = 2048
# APA102 Test
ASRCS =
CSRCS =
MAINSRC = apa102_main.c
CONFIG_EXAMPLES_APA102_PROGNAME ?= apa102$(EXEEXT)

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# Hello, World! built-in application info
@ -46,8 +46,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_APDS9960_STACKSIZE)
# Hello, World! Example
ASRCS =
CSRCS =
MAINSRC = apds9960_main.c
CONFIG_EXAMPLES_APDS9960_PROGNAME ?= apds9960$(EXEEXT)

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# BAS test volume mounter

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# Battery built-in application info
@ -47,8 +47,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_BATTERY_STACKSIZE)
# Hello, World! Example
ASRCS =
CSRCS =
MAINSRC = batt_main.c
CONFIG_EXAMPLES_BATTERY_PROGNAME ?= batt$(EXEEXT)

View File

@ -35,7 +35,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# BMP180 Barometer sensor example built-in application info
@ -48,8 +48,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_BMP180_STACKSIZE)
# BMP180 Barometer sensor example
ASRCS =
CSRCS =
MAINSRC = bmp180_main.c
CONFIG_EXAMPLES_BMP180_PROGNAME ?= bmp180$(EXEEXT)

View File

@ -34,7 +34,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# Discover built-in application info

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# LED driver test built-in application info
@ -46,8 +46,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_BUTTONS_STACKSIZE)
# LED driver test
ASRCS =
CSRCS =
MAINSRC = buttons_main.c
CONFIG_EXAMPLES_BUTTONS_PROGNAME ?= buttons$(EXEEXT)

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# built-in application info
@ -49,8 +49,6 @@ PROGNAME = $(CONFIG_EXAMPLES_CALIB_UDELAY_PROGNAME)
# Udelay calibration tool
ASRCS =
CSRCS =
MAINSRC = calib_udelay_main.c
MODULE = CONFIG_EXAMPLES_CALIB_UDELAY

View File

@ -33,12 +33,10 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# NuttX NX Graphics Example.
ASRCS =
CSRCS =
MAINSRC = can_main.c
CONFIG_XYZ_PROGNAME ?= can$(EXEEXT)

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
CONFIG_EXAMPLES_LIBCANARD_STACKSIZE ?= 2048
@ -44,8 +44,6 @@ APPNAME = canard
PRIORITY = SCHED_PRIORITY_DEFAULT
STACKSIZE = $(CONFIG_EXAMPLES_LIBCANARD_STACKSIZE)
ASRCS =
CSRCS =
CFLAGS += -I$(APPDIR)/include/canutils
MAINSRC = canard_main.c

View File

@ -33,13 +33,10 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# cctype verification
ASRCS =
CSRCS =
CXXSRCS =
MAINSRC = cctype_main.cxx
CONFIG_EXAMPLES_CCTYPE_PROGNAME ?= cctype$(EXEEXT)

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
MAINSRC = chat_main.c

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# Chronometer built-in application info
@ -47,8 +47,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_CHRONO_STACKSIZE)
# Chronometer Example
ASRCS =
CSRCS =
MAINSRC = chrono_main.c
CONFIG_EXAMPLES_CHRONO_PROGNAME ?= chrono$(EXEEXT)

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# CONFIGDATA Unit Test
@ -41,8 +41,6 @@ APPNAME = configdata
PRIORITY = SCHED_PRIORITY_DEFAULT
STACKSIZE = 2048
ASRCS =
CSRCS =
MAINSRC = configdata_main.c
CONFIG_XYZ_PROGNAME ?= configdata$(EXEEXT)

View File

@ -33,12 +33,10 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# do nothing loop to use up cpu time
ASRCS =
CSRCS =
MAINSRC = cpuhog_main.c
CONFIG_XYZ_PROGNAME ?= cpuhog$(EXEEXT)

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# CROMFS Example

View File

@ -33,12 +33,10 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# DAC tool
ASRCS =
CSRCS =
MAINSRC = dac_main.c
CONFIG_XYZ_PROGNAME ?= dac$(EXEEXT)

View File

@ -66,8 +66,6 @@
# define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
#endif
#define PROGNAME "dac"
/****************************************************************************
* Private Types
****************************************************************************/

View File

@ -33,12 +33,10 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# DHCP Daemon Example
ASRCS =
CSRCS =
MAINSRC = target.c
CONFIG_XYZ_PROGNAME ?= dhcpd$(EXEEXT)

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# Dhtxx, World! built-in application info
@ -47,8 +47,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_DHTXX_STACKSIZE)
# Dhtxx Example
ASRCS =
CSRCS =
MAINSRC = dhtxx_main.c
CONFIG_EXAMPLES_DHTXX_PROGNAME ?= dhtxx$(EXEEXT)

View File

@ -36,7 +36,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# Discover built-in application info
@ -44,8 +44,6 @@ APPNAME = discover
PRIORITY = SCHED_PRIORITY_DEFAULT
STACKSIZE = 2048
ASRCS =
CSRCS =
MAINSRC = discover_main.c
CONFIG_XYZ_PROGNAME ?= discover$(EXEEXT)

View File

@ -33,12 +33,10 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# Hello, World! Example
ASRCS =
CSRCS =
MAINSRC = djoy_main.c
CONFIG_DJOY_PROGNAME ?= djoy$(EXEEXT)

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# dsptest built-in application info
@ -46,8 +46,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_DSPTEST_STACKSIZE)
# dsptest example
ASRCS =
CSRCS =
MAINSRC = dsptest_main.c
CSRCS += test_foc.c test_pid.c test_svm.c test_misc.c test_motor.c

View File

@ -33,11 +33,10 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# ELF Example
ASRCS =
CSRCS = symtab.c
MAINSRC = elf_main.c

View File

@ -33,8 +33,7 @@
#
############################################################################
-include $(TOPDIR)/.config
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
include $(APPDIR)/Make.defs
ALL_SUBDIRS = errno hello helloxx longjmp mutex pthread signal task struct

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
OBJEXT ?= .o
DELIM ?= /

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
OBJEXT ?= .o
DELIM ?= /

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
OBJEXT ?= .o
DELIM ?= /

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
OBJEXT ?= .o
DELIM ?= /

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
OBJEXT ?= .o
DELIM ?= /

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
OBJEXT ?= .o
DELIM ?= /

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
OBJEXT ?= .o
DELIM ?= /

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
OBJEXT ?= .o
DELIM ?= /

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
OBJEXT ?= .o
DELIM ?= /

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# embedlog example built-in application info
@ -46,8 +46,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_EMBEDLOG_STACKSIZE)
# embedlog Example
ASRCS =
CSRCS =
MAINSRC = embedlog_main.c
CFLAGS += -I$(APPDIR)/include/system

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# FB, World! built-in application info
@ -46,8 +46,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_FB_STACKSIZE)
# FB, World! Example
ASRCS =
CSRCS =
MAINSRC = fb_main.c
CONFIG_EXAMPLES_FB_PROGNAME ?= fb$(EXEEXT)

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# fboverlay built-in application info
@ -43,8 +43,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_FBOVERLAY_STACKSIZE)
# fboverlay files
ASRCS =
CSRCS =
MAINSRC = fboverlay_main.c
CONFIG_EXAMPLES_FBOVERLAY_PROGNAME ?= fboverlay$(EXEEXT)

View File

@ -34,7 +34,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
ifeq ($(WINTOOL),y)
INCDIROPT = -w
@ -46,8 +46,6 @@ APPNAME = flash_test
PRIORITY = SCHED_PRIORITY_DEFAULT
STACKSIZE = 2048
ASRCS =
CSRCS =
MAINSRC = flash_test.c
CONFIG_XYZ_PROGNAME ?= flash_test$(EXEEXT)

View File

@ -33,14 +33,12 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# FLOWC Test
# Target 1
CSRCS =
MAINSRC =
ifeq ($(CONFIG_EXAMPLES_FLOWC_SENDER1),y)
CSRCS += flowc_sender.c
else

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# FT80X example built-in application info
@ -46,7 +46,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_FT80X_STACKSIZE)
# FT80X example
ASRCS =
CSRCS = ft80x_coprocessor.c
ifeq ($(CONFIG_EXAMPLES_FT80X_PRIMITIVES),y)

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# FTPC Client Application
@ -43,7 +43,6 @@ APPNAME = ftpc
PRIORITY = SCHED_PRIORITY_DEFAULT
STACKSIZE = CONFIG_EXAMPLES_FTPC_STACKSIZE
ASRCS =
CSRCS = ftpc_cmds.c
MAINSRC = ftpc_main.c

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
MAINSRC = ftpd_main.c

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# GPIO, World! built-in application info
@ -46,8 +46,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_GPIO_STACKSIZE)
# GPIO, World! Example
ASRCS =
CSRCS =
MAINSRC = gpio_main.c
CONFIG_EXAMPLES_GPIO_PROGNAME ?= gpio$(EXEEXT)

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# GPS built-in application info
@ -46,8 +46,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_GPS_STACKSIZE)
# GPS Example
ASRCS =
CSRCS =
MAINSRC = gps_main.c
CONFIG_EXAMPLES_GPS_PROGNAME ?= gps$(EXEEXT)

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# Hello, World! built-in application info
@ -47,8 +47,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_HELLO_STACKSIZE)
# Hello, World! Example
ASRCS =
CSRCS =
MAINSRC = hello_main.c
CONFIG_EXAMPLES_HELLO_PROGNAME ?= hello$(EXEEXT)

View File

@ -33,13 +33,10 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# Hello, World! C++ Example
ASRCS =
CSRCS =
CXXSRCS =
MAINSRC = helloxx_main.cxx
CONFIG_EXAMPLES_HELLOXX_PROGNAME ?= helloxx$(EXEEXT)

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# USB Host HID keyboard Example
@ -46,8 +46,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_HIDKBD_STACKSIZE)
# Hello, World! Example
ASRCS =
CSRCS =
MAINSRC = hidkbd_main.c
CONFIG_EXAMPLES_HIDKBD_PROGNAME ?= hidkbd$(EXEEXT)

View File

@ -33,12 +33,10 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# I2S character driver test
ASRCS =
CSRCS =
ifeq ($(CONFIG_EXAMPLES_I2SCHAR_TX),y)
CSRCS += i2schar_transmitter.c
endif

View File

@ -33,12 +33,10 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# I2S character driver test
ASRCS =
CSRCS =
MAINSRC = i2sloop_main.c
CONFIG_XYZ_PROGNAME ?= i2sloop$(EXEEXT)

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
APPNAME = igmp
PRIORITY = SCHED_PRIORITY_DEFAULT
@ -41,8 +41,6 @@ STACKSIZE = 1024
# IGMP Networking Example
ASRCS =
CSRCS =
MAINSRC = igmp.c
CONFIG_XYZ_PROGNAME ?= igmp$(EXEEXT)

View File

@ -35,7 +35,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# Hello, World! built-in application info
@ -48,8 +48,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_INA219_STACKSIZE)
# Hello, World! Example
ASRCS =
CSRCS =
MAINSRC = ina219_main.c
CONFIG_EXAMPLES_INA219_PROGNAME ?= ina219$(EXEEXT)

View File

@ -35,7 +35,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# INA226 built-in application info
@ -48,8 +48,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_INA226_STACKSIZE)
# INA226 Example
ASRCS =
CSRCS =
MAINSRC = ina226_main.c
CONFIG_EXAMPLES_INA226_PROGNAME ?= ina226$(EXEEXT)

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# ini_dumper example built-in application info
@ -47,8 +47,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_INI_DUMPER_STACKSIZE)
# ini_dumper Example
ASRCS =
CSRCS =
MAINSRC = ini_dumper_main.c
CFLAGS += -I$(APPDIR)/include/fsutils

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# Hello, World! built-in application info
@ -46,8 +46,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_IPFORWARD_STACKSIZE)
# Hello, World! Example
ASRCS =
CSRCS =
MAINSRC = ipforward.c
CONFIG_EXAMPLES_IPFORWARD_PROGNAME ?= ipfwd$(EXEEXT)

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# cJSON built-in application info
@ -41,8 +41,6 @@ APPNAME = json
PRIORITY = SCHED_PRIORITY_DEFAULT
STACKSIZE = 2048
ASRCS =
CSRCS =
MAINSRC = json_main.c
CONFIG_XYZ_PROGNAME ?= json$(EXEEXT)

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# LED driver test built-in application info
@ -46,8 +46,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_LEDS_STACKSIZE)
# LED driver test
ASRCS =
CSRCS =
MAINSRC = leds_main.c
CONFIG_EXAMPLES_LEDS_PROGNAME ?= leds$(EXEEXT)

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
APPNAME = lis3dsh_reader
PRIORITY = SCHED_PRIORITY_DEFAULT
@ -41,8 +41,6 @@ STACKSIZE = 2048
# LIS3DSH reader example
ASRCS =
CSRCS =
MAINSRC = lis3dsh_reader_main.c
CONFIG_FLOX_IMUTEST_PROGNAME ?= lis3dsh_reader$(EXEEXT)

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
CONFIG_EXAMPLES_LSM330SPI_TEST_PRIORITY ?= SCHED_PRIORITY_DEFAULT
CONFIG_EXAMPLES_LSM330SPI_TEST_STACKSIZE ?= 2048
@ -44,8 +44,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_LSM330SPI_TEST_STACKSIZE)
# LSM330 sensor test Example
ASRCS =
CSRCS =
MAINSRC = lsm330spi_test_main.c
CONFIG_EXAMPLES_LSM330SPI_TEST_PROGNAME ?= lsm330spi_test$(EXEEXT)

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# LittleVGL demo built-in application info
@ -46,7 +46,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_LVGLDEMO_STACKSIZE)
# LittleVGL demo Example
ASRCS =
CSRCS += fbdev.c tp.c tp_cal.c
ifeq ($(CONFIG_EXAMPLES_LVGLDEMO_SIMPLE),y)
CSRCS += demo.c

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# max31855 built-in application info
@ -46,8 +46,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_MAX31855_STACKSIZE)
# max31855 Example
ASRCS =
CSRCS =
MAINSRC = max31855_main.c
CONFIG_EXAMPLES_MAX31855_PROGNAME ?= max31855$(EXEEXT)

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# Media test application info
@ -43,8 +43,6 @@ STACKSIZE = 2048
# Media test application files
ASRCS =
CSRCS =
MAINSRC = media_main.c
CONFIG_EXAMPLES_MEDIA_PROGNAME ?= media$(EXEEXT)

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# MLD Networking Example
@ -46,8 +46,6 @@ APPNAME = $(CONFIG_EXAMPLES_MLD_APPNAME)
PRIORITY = $(CONFIG_EXAMPLES_MLD_PRIORITY)
STACKSIZE = $(CONFIG_EXAMPLES_MLD_STACKSIZE)
ASRCS =
CSRCS =
MAINSRC = mld_main.c
PROGNAME = $(CONFIG_EXAMPLES_MLD_PROGNAME)

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# MLX90614 built-in application info
@ -43,8 +43,6 @@ STACKSIZE = 2048
# MLX90614 Test
ASRCS =
CSRCS =
MAINSRC = mlx90614_main.c
CONFIG_EXAMPLES_MLX90614_PROGNAME ?= mlx90614$(EXEEXT)

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# Memory Management Test
@ -44,8 +44,6 @@ APPNAME = mm
PRIORITY = $(CONFIG_EXAMPLES_MM_PRIORITY)
STACKSIZE = $(CONFIG_EXAMPLES_MM_STACKSIZE)
ASRCS =
CSRCS =
MAINSRC = mm_main.c
CONFIG_EXAMPLES_MM_PROGNAME ?= mm$(EXEEXT)

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# FreeModBus demo built-in application info
@ -43,8 +43,6 @@ STACKSIZE = 2048
# FreeModBus demo
ASRCS =
CSRCS =
MAINSRC = modbus_main.c
CONFIG_XYZ_PROGNAME ?= modbus$(EXEEXT)

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# Modbus Master built-in application info
@ -46,8 +46,6 @@ STACKSIZE = $(CONFIG_EXAMPLES_MODBUSMASTER_STACKSIZE)
# Modbus Master Example
ASRCS =
CSRCS =
MAINSRC = mbmaster_main.c
CONFIG_EXAMPLES_MODBUSMASTER_PROGNAME ?= mbmaster$(EXEEXT)

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# Module example built-in application info

View File

@ -33,8 +33,7 @@
#
############################################################################
-include $(TOPDIR)/.config
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
include $(APPDIR)/Make.defs
ALL_SUBDIRS = chardev

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
include $(APPDIR)/Make.defs
OBJEXT ?= .o

View File

@ -33,13 +33,12 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# mount() test
APPNAME = mount
ASRCS =
CSRCS = ramdisk.c
MAINSRC = mount_main.c

View File

@ -33,14 +33,12 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# MTD Partition Example
APPNAME = mtdpart
ASRCS =
CSRCS =
MAINSRC = mtdpart_main.c
CONFIG_XYZ_PROGNAME ?= mtdpart$(EXEEXT)

View File

@ -33,14 +33,12 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# MTD R/W buffer test Example
APPNAME = mtdrwb
ASRCS =
CSRCS =
MAINSRC = mtdrwb_main.c
CONFIG_EXAMPLES_MTDRWB_PROGNAME ?= mtdrwb$(EXEEXT)

View File

@ -33,11 +33,10 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# Network loopback Example
ASRCS =
CSRCS = lo_listener.c
MAINSRC = lo_main.c

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# Network packet socket example
@ -43,8 +43,6 @@ STACKSIZE = 2048
# MDIO tool
ASRCS =
CSRCS =
MAINSRC = netpkt_main.c
CONFIG_XYZ_PROGNAME ?= netpkt$(EXEEXT)

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# Basic TCP networking test

View File

@ -33,12 +33,10 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# Basic nRF24L01+ terminal demonstration
ASRCS =
CSRCS =
MAINSRC = nrf24l01_term.c
CONFIG_XYZ_PROGNAME ?= nrf24l01_term$(EXEEXT)

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# The NULL example built-in application info
@ -43,8 +43,6 @@ STACKSIZE = 2048
# The smallest thing you can build -- the NULL example.
ASRCS =
CSRCS =
MAINSRC = null_main.c
CONFIG_XYZ_PROGNAME ?= null$(EXEEXT)

View File

@ -33,12 +33,10 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# Nunchuck Example
ASRCS =
CSRCS =
MAINSRC = nunchuck_main.c
CONFIG_NUNCHUCK_PROGNAME ?= nunchuck$(EXEEXT)

View File

@ -33,11 +33,10 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# NuttX NX Graphics Example.
ASRCS =
CSRCS = nx_events.c nx_kbdin.c
MAINSRC = nx_main.c

View File

@ -33,11 +33,10 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# NuttX NX Graphics Example.
ASRCS =
CSRCS = nxdemo_bkgd.c nxdemo_listener.c
MAINSRC = nxdemo_main.c

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# NXFLAT Example

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
BIN = errno

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
BIN1 = hello++1
BIN2 = hello++2

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
BIN = hello

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
BIN = longjmp

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
BIN = mutex

View File

@ -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

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
BIN = signal

View File

@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
CFLAGS += -I.

Some files were not shown because too many files have changed in this diff Show More