From d9714b556703561a0abcbe71970b1cd6922168a6 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 21 Jul 2012 21:23:18 +0000 Subject: Use NuttX types in FreeModBus port; Add FreeModBus demo at apps/examples/modbus; Add new termios APIs git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4964 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'apps/examples/Makefile') diff --git a/apps/examples/Makefile b/apps/examples/Makefile index 7ad8d82bc..ad5be6497 100644 --- a/apps/examples/Makefile +++ b/apps/examples/Makefile @@ -38,10 +38,10 @@ # Sub-directories SUBDIRS = adc buttons can cdcacm composite dhcpd ftpc ftpd hello helloxx \ - hidkbd igmp lcdrw mm mount nettest nsh null nx nxconsole nxffs nxflat \ - nxhello nximage nxlines nxtext ostest pashello pipe poll pwm qencoder \ - rgmp romfs serloop telnetd thttpd tiff touchscreen udp uip usbserial \ - sendmail usbstorage usbterm watchdog wget wlan + hidkbd igmp lcdrw mm modbus mount nettest nsh null nx nxconsole nxffs \ + nxflat nxhello nximage nxlines nxtext ostest pashello pipe poll pwm \ + qencoder rgmp romfs serloop telnetd thttpd tiff touchscreen udp uip \ + usbserial sendmail usbstorage usbterm watchdog wget wlan # Sub-directories that might need context setup. Directories may need # context setup for a variety of reasons, but the most common is because @@ -56,7 +56,7 @@ SUBDIRS = adc buttons can cdcacm composite dhcpd ftpc ftpd hello helloxx \ CNTXTDIRS = pwm ifeq ($(CONFIG_NSH_BUILTIN_APPS),y) -CNTXTDIRS += adc can cdcacm composite ftpd dhcpd nettest qencoder telnetd watchdog +CNTXTDIRS += adc can cdcacm composite ftpd dhcpd modbus nettest qencoder telnetd watchdog endif ifeq ($(CONFIG_EXAMPLES_HELLO_BUILTIN),y) -- cgit v1.2.3