From e9447c6058a100ea4e6d799da820fd229fd13f39 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 2 Oct 2015 14:06:11 -0600 Subject: [PATCH] Standardize nameing of the pre-processor definitiongs group header --- examples/adc/adc.h | 2 +- examples/can/can.h | 2 +- examples/cc3000/shell.c | 2 +- examples/configdata/configdata_main.c | 2 +- examples/elf/elf_main.c | 2 +- examples/elf/tests/signal/signal.c | 2 +- examples/ftpc/ftpc.h | 2 +- examples/hello/hello_main.c | 2 +- examples/i2schar/i2schar.h | 2 +- examples/igmp/igmp.c | 2 +- examples/keypadtest/keypadtest_main.c | 2 +- examples/lcdrw/lcdrw_main.c | 2 +- examples/modbus/modbus_main.c | 2 +- examples/mount/mount.h | 2 +- examples/mount/mount_main.c | 2 +- examples/mtdpart/mtdpart_main.c | 2 +- examples/nettest/nettest.c | 2 +- examples/null/null_main.c | 2 +- examples/nx/nx_events.c | 2 +- examples/nx/nx_internal.h | 2 +- examples/nx/nx_kbdin.c | 2 +- examples/nxffs/nxffs_main.c | 2 +- examples/nxflat/nxflat_main.c | 2 +- examples/nxflat/tests/signal/signal.c | 2 +- examples/nxhello/nxhello.h | 2 +- examples/nxhello/nxhello_bkgd.c | 2 +- examples/nximage/nximage.h | 2 +- examples/nximage/nximage_bkgd.c | 2 +- examples/nxlines/nxlines.h | 2 +- examples/nxterm/nxterm_internal.h | 2 +- examples/nxterm/nxterm_toolbar.c | 2 +- examples/nxterm/nxterm_wndo.c | 2 +- examples/nxtext/nxtext_bkgd.c | 2 +- examples/nxtext/nxtext_internal.h | 2 +- examples/nxtext/nxtext_popup.c | 2 +- examples/nxtext/nxtext_putc.c | 2 +- examples/ostest/barrier.c | 2 +- examples/ostest/ostest.h | 2 +- examples/ostest/ostest_main.c | 2 +- examples/ostest/prioinherit.c | 2 +- examples/pashello/pashello.c | 2 +- examples/pashello/pashello.h | 2 +- examples/pipe/interlock_test.c | 2 +- examples/pipe/pipe.h | 2 +- examples/pipe/pipe_main.c | 2 +- examples/pipe/redirect_test.c | 2 +- examples/posix_spawn/spawn_main.c | 2 +- examples/pwm/pwm.h | 2 +- examples/qencoder/qe.h | 2 +- examples/relays/relays_main.c | 2 +- examples/rgmp/rgmp_main.c | 2 +- examples/serloop/serloop_main.c | 2 +- examples/smart/smart_main.c | 2 +- examples/telnetd/telnetd.c | 2 +- examples/thttpd/thttpd_main.c | 2 +- examples/touchscreen/tc.h | 2 +- examples/udp/udp-internal.h | 2 +- examples/udpblaster/udpblaster_target.c | 2 +- examples/watchdog/watchdog.h | 2 +- examples/wgetjson/wgetjson_main.c | 2 +- netutils/dhcpc/dhcpc.c | 2 +- netutils/webclient/webclient.c | 2 +- nshlib/nsh.h | 2 +- nshlib/nsh_builtin.c | 2 +- nshlib/nsh_dbgcmds.c | 2 +- nshlib/nsh_envcmds.c | 2 +- nshlib/nsh_fileapps.c | 2 +- nshlib/nsh_fscmds.c | 2 +- nshlib/nsh_init.c | 2 +- nshlib/nsh_mmcmds.c | 2 +- nshlib/nsh_mntcmds.c | 2 +- nshlib/nsh_romfsetc.c | 2 +- nshlib/nsh_script.c | 2 +- nshlib/nsh_test.c | 2 +- nshlib/nsh_timcmds.c | 2 +- platform/mikroe-stm32f4/mikroe_configdata.c | 2 +- system/i2c/i2c_bus.c | 2 +- system/i2c/i2c_common.c | 2 +- system/i2c/i2c_dev.c | 2 +- system/i2c/i2c_set.c | 2 +- system/i2c/i2c_verf.c | 2 +- system/i2c/i2ctool.h | 2 +- system/mdio/mdio_main.c | 2 +- system/prun/prun.h | 2 +- system/zmodem/host/nuttx/compiler.h | 2 +- 85 files changed, 85 insertions(+), 85 deletions(-) diff --git a/examples/adc/adc.h b/examples/adc/adc.h index 84583ca8f..693301687 100644 --- a/examples/adc/adc.h +++ b/examples/adc/adc.h @@ -43,7 +43,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Configuration ************************************************************/ /* CONFIG_NSH_BUILTIN_APPS - Build the ADC test as an NSH built-in function. diff --git a/examples/can/can.h b/examples/can/can.h index b3d14a3d3..8b6e55c7e 100644 --- a/examples/can/can.h +++ b/examples/can/can.h @@ -43,7 +43,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Configuration ************************************************************/ /* This test depends on these specific CAN configurations settings (your diff --git a/examples/cc3000/shell.c b/examples/cc3000/shell.c index 2eecd2afa..9df6814fd 100644 --- a/examples/cc3000/shell.c +++ b/examples/cc3000/shell.c @@ -54,7 +54,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/examples/configdata/configdata_main.c b/examples/configdata/configdata_main.c index 09e8303d2..1f3047aff 100644 --- a/examples/configdata/configdata_main.c +++ b/examples/configdata/configdata_main.c @@ -55,7 +55,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Configuration ************************************************************/ /* The default is to use the RAM MTD device at drivers/mtd/rammtd.c. But diff --git a/examples/elf/elf_main.c b/examples/elf/elf_main.c index 9d0ef64aa..322ba83c9 100644 --- a/examples/elf/elf_main.c +++ b/examples/elf/elf_main.c @@ -59,7 +59,7 @@ #include "tests/dirlist.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Check configuration. This is not all of the configuration settings that diff --git a/examples/elf/tests/signal/signal.c b/examples/elf/tests/signal/signal.c index 089c56510..865d94fab 100644 --- a/examples/elf/tests/signal/signal.c +++ b/examples/elf/tests/signal/signal.c @@ -47,7 +47,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ #define USEC_PER_MSEC 1000 diff --git a/examples/ftpc/ftpc.h b/examples/ftpc/ftpc.h index 429976ad0..e4f729b08 100644 --- a/examples/ftpc/ftpc.h +++ b/examples/ftpc/ftpc.h @@ -52,7 +52,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Maximum size of one command line */ diff --git a/examples/hello/hello_main.c b/examples/hello/hello_main.c index 93a964ba0..94b9b5fa6 100644 --- a/examples/hello/hello_main.c +++ b/examples/hello/hello_main.c @@ -41,7 +41,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/examples/i2schar/i2schar.h b/examples/i2schar/i2schar.h index 53ba1d9c5..4fe24a282 100644 --- a/examples/i2schar/i2schar.h +++ b/examples/i2schar/i2schar.h @@ -44,7 +44,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Configuration ************************************************************/ /* CONFIG_NSH_BUILTIN_APPS - Build the I2SCHAR test as an NSH built-in diff --git a/examples/igmp/igmp.c b/examples/igmp/igmp.c index 26b82478c..59ee0c5cf 100644 --- a/examples/igmp/igmp.c +++ b/examples/igmp/igmp.c @@ -54,7 +54,7 @@ #include "igmp.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Check if the destination address is a multicast address diff --git a/examples/keypadtest/keypadtest_main.c b/examples/keypadtest/keypadtest_main.c index 9d0343b9a..bd2254d79 100644 --- a/examples/keypadtest/keypadtest_main.c +++ b/examples/keypadtest/keypadtest_main.c @@ -58,7 +58,7 @@ #endif /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Configuration ************************************************************/ diff --git a/examples/lcdrw/lcdrw_main.c b/examples/lcdrw/lcdrw_main.c index 1599e0f17..1fbe4de51 100644 --- a/examples/lcdrw/lcdrw_main.c +++ b/examples/lcdrw/lcdrw_main.c @@ -47,7 +47,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Configuration ************************************************************/ /* Most of the NX configuration settings are probably *not* needed by this diff --git a/examples/modbus/modbus_main.c b/examples/modbus/modbus_main.c index 6466f410d..926ddf519 100644 --- a/examples/modbus/modbus_main.c +++ b/examples/modbus/modbus_main.c @@ -72,7 +72,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Configuration ************************************************************/ diff --git a/examples/mount/mount.h b/examples/mount/mount.h index c75686086..f1db3c305 100644 --- a/examples/mount/mount.h +++ b/examples/mount/mount.h @@ -43,7 +43,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Configure the test */ diff --git a/examples/mount/mount_main.c b/examples/mount/mount_main.c index e475306ea..e0e2520a2 100644 --- a/examples/mount/mount_main.c +++ b/examples/mount/mount_main.c @@ -52,7 +52,7 @@ #include "mount.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ #define TEST_USE_STAT 1 diff --git a/examples/mtdpart/mtdpart_main.c b/examples/mtdpart/mtdpart_main.c index 620b3608b..66edadb5c 100644 --- a/examples/mtdpart/mtdpart_main.c +++ b/examples/mtdpart/mtdpart_main.c @@ -51,7 +51,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Configuration ************************************************************/ /* Make sure that support for MTD partitions is enabled */ diff --git a/examples/nettest/nettest.c b/examples/nettest/nettest.c index 6a894804e..6b63d244b 100644 --- a/examples/nettest/nettest.c +++ b/examples/nettest/nettest.c @@ -57,7 +57,7 @@ #include "nettest.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/examples/null/null_main.c b/examples/null/null_main.c index 4ed4f8aca..60e44af09 100644 --- a/examples/null/null_main.c +++ b/examples/null/null_main.c @@ -40,7 +40,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/examples/nx/nx_events.c b/examples/nx/nx_events.c index 7d2213f32..fb389003a 100644 --- a/examples/nx/nx_events.c +++ b/examples/nx/nx_events.c @@ -52,7 +52,7 @@ #include "nx_internal.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/examples/nx/nx_internal.h b/examples/nx/nx_internal.h index ff1c3b63a..1358d5885 100644 --- a/examples/nx/nx_internal.h +++ b/examples/nx/nx_internal.h @@ -51,7 +51,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Configuration ************************************************************/ diff --git a/examples/nx/nx_kbdin.c b/examples/nx/nx_kbdin.c index 67a90d03a..8e35f6130 100644 --- a/examples/nx/nx_kbdin.c +++ b/examples/nx/nx_kbdin.c @@ -56,7 +56,7 @@ #ifdef CONFIG_NX_KBD /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Select renderer -- Some additional logic would be required to support diff --git a/examples/nxffs/nxffs_main.c b/examples/nxffs/nxffs_main.c index 1c369937f..f3627b3c7 100644 --- a/examples/nxffs/nxffs_main.c +++ b/examples/nxffs/nxffs_main.c @@ -56,7 +56,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Configuration ************************************************************/ /* The default is to use the RAM MTD device at drivers/mtd/rammtd.c. But diff --git a/examples/nxflat/nxflat_main.c b/examples/nxflat/nxflat_main.c index 3871ef600..a584a675a 100644 --- a/examples/nxflat/nxflat_main.c +++ b/examples/nxflat/nxflat_main.c @@ -58,7 +58,7 @@ #include "tests/symtab.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Check configuration. This is not all of the configuration settings that diff --git a/examples/nxflat/tests/signal/signal.c b/examples/nxflat/tests/signal/signal.c index 8032b5cf1..3b4aebdf9 100644 --- a/examples/nxflat/tests/signal/signal.c +++ b/examples/nxflat/tests/signal/signal.c @@ -47,7 +47,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ #define USEC_PER_MSEC 1000 diff --git a/examples/nxhello/nxhello.h b/examples/nxhello/nxhello.h index 4dde63a16..78b5f9edb 100644 --- a/examples/nxhello/nxhello.h +++ b/examples/nxhello/nxhello.h @@ -51,7 +51,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Configuration ************************************************************/ diff --git a/examples/nxhello/nxhello_bkgd.c b/examples/nxhello/nxhello_bkgd.c index 64d66b9cb..6065dba11 100644 --- a/examples/nxhello/nxhello_bkgd.c +++ b/examples/nxhello/nxhello_bkgd.c @@ -55,7 +55,7 @@ #include "nxhello.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Select renderer -- Some additional logic would be required to support diff --git a/examples/nximage/nximage.h b/examples/nximage/nximage.h index 94ca8297c..141b657ef 100644 --- a/examples/nximage/nximage.h +++ b/examples/nximage/nximage.h @@ -50,7 +50,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Configuration ************************************************************/ diff --git a/examples/nximage/nximage_bkgd.c b/examples/nximage/nximage_bkgd.c index c90e7c559..9ea5e3ace 100644 --- a/examples/nximage/nximage_bkgd.c +++ b/examples/nximage/nximage_bkgd.c @@ -55,7 +55,7 @@ #include "nximage.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Select renderer -- Some additional logic would be required to support diff --git a/examples/nxlines/nxlines.h b/examples/nxlines/nxlines.h index 65f983245..fc8cfa74c 100644 --- a/examples/nxlines/nxlines.h +++ b/examples/nxlines/nxlines.h @@ -51,7 +51,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Configuration ************************************************************/ diff --git a/examples/nxterm/nxterm_internal.h b/examples/nxterm/nxterm_internal.h index 7816e59aa..43bbd945a 100644 --- a/examples/nxterm/nxterm_internal.h +++ b/examples/nxterm/nxterm_internal.h @@ -54,7 +54,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Configuration ************************************************************/ /* Need NX graphics support */ diff --git a/examples/nxterm/nxterm_toolbar.c b/examples/nxterm/nxterm_toolbar.c index 5dfe2947b..2182fa98c 100644 --- a/examples/nxterm/nxterm_toolbar.c +++ b/examples/nxterm/nxterm_toolbar.c @@ -54,7 +54,7 @@ #include "nxterm_internal.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/examples/nxterm/nxterm_wndo.c b/examples/nxterm/nxterm_wndo.c index 83095b3ea..8f5b09cf7 100644 --- a/examples/nxterm/nxterm_wndo.c +++ b/examples/nxterm/nxterm_wndo.c @@ -55,7 +55,7 @@ #include "nxterm_internal.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/examples/nxtext/nxtext_bkgd.c b/examples/nxtext/nxtext_bkgd.c index 1dc74d075..df0f70d6e 100644 --- a/examples/nxtext/nxtext_bkgd.c +++ b/examples/nxtext/nxtext_bkgd.c @@ -54,7 +54,7 @@ #include "nxtext_internal.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/examples/nxtext/nxtext_internal.h b/examples/nxtext/nxtext_internal.h index 3e4b27b8d..a94aafec9 100644 --- a/examples/nxtext/nxtext_internal.h +++ b/examples/nxtext/nxtext_internal.h @@ -51,7 +51,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Configuration ************************************************************/ diff --git a/examples/nxtext/nxtext_popup.c b/examples/nxtext/nxtext_popup.c index 6d4719e19..78e331089 100644 --- a/examples/nxtext/nxtext_popup.c +++ b/examples/nxtext/nxtext_popup.c @@ -53,7 +53,7 @@ #include "nxtext_internal.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ #define NBM_CACHE 8 diff --git a/examples/nxtext/nxtext_putc.c b/examples/nxtext/nxtext_putc.c index fddd98a80..01031ad5f 100644 --- a/examples/nxtext/nxtext_putc.c +++ b/examples/nxtext/nxtext_putc.c @@ -54,7 +54,7 @@ #include "nxtext_internal.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Select renderer -- Some additional logic would be required to support diff --git a/examples/ostest/barrier.c b/examples/ostest/barrier.c index 9de96ceaf..494502ce4 100644 --- a/examples/ostest/barrier.c +++ b/examples/ostest/barrier.c @@ -44,7 +44,7 @@ #include "ostest.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ #define HALF_SECOND 500000L diff --git a/examples/ostest/ostest.h b/examples/ostest/ostest.h index 6512c7547..c97dd8a70 100644 --- a/examples/ostest/ostest.h +++ b/examples/ostest/ostest.h @@ -43,7 +43,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* The task_create task size can be specified in the defconfig file */ diff --git a/examples/ostest/ostest_main.c b/examples/ostest/ostest_main.c index b972a6544..1450373dc 100644 --- a/examples/ostest/ostest_main.c +++ b/examples/ostest/ostest_main.c @@ -58,7 +58,7 @@ #include "ostest.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ #define PRIORITY 100 diff --git a/examples/ostest/prioinherit.c b/examples/ostest/prioinherit.c index 70ad430ba..a9a926c50 100644 --- a/examples/ostest/prioinherit.c +++ b/examples/ostest/prioinherit.c @@ -52,7 +52,7 @@ #if defined(CONFIG_PRIORITY_INHERITANCE) && !defined(CONFIG_DISABLE_SIGNALS) && !defined(CONFIG_DISABLE_PTHREAD) /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ #ifndef CONFIG_SEM_PREALLOCHOLDERS diff --git a/examples/pashello/pashello.c b/examples/pashello/pashello.c index 94ddf2e65..fa65465fe 100644 --- a/examples/pashello/pashello.c +++ b/examples/pashello/pashello.c @@ -48,7 +48,7 @@ #include "pashello.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ #ifndef CONFIG_EXAMPLES_PASHELLO_VARSTACKSIZE diff --git a/examples/pashello/pashello.h b/examples/pashello/pashello.h index 6a550764c..f366557fc 100644 --- a/examples/pashello/pashello.h +++ b/examples/pashello/pashello.h @@ -41,7 +41,7 @@ ****************************************************************************/ /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/examples/pipe/interlock_test.c b/examples/pipe/interlock_test.c index d06442950..3b72ef0f3 100644 --- a/examples/pipe/interlock_test.c +++ b/examples/pipe/interlock_test.c @@ -50,7 +50,7 @@ #include "pipe.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/examples/pipe/pipe.h b/examples/pipe/pipe.h index 38143e492..75eff1a21 100644 --- a/examples/pipe/pipe.h +++ b/examples/pipe/pipe.h @@ -45,7 +45,7 @@ ****************************************************************************/ /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ #define FIFO_PATH1 "/tmp/testfifo-1" diff --git a/examples/pipe/pipe_main.c b/examples/pipe/pipe_main.c index 2efcb41ea..8d04f3543 100644 --- a/examples/pipe/pipe_main.c +++ b/examples/pipe/pipe_main.c @@ -49,7 +49,7 @@ #include "pipe.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/examples/pipe/redirect_test.c b/examples/pipe/redirect_test.c index ddce093f1..d364650ef 100644 --- a/examples/pipe/redirect_test.c +++ b/examples/pipe/redirect_test.c @@ -49,7 +49,7 @@ #include "pipe.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ #define READ_SIZE 37 diff --git a/examples/posix_spawn/spawn_main.c b/examples/posix_spawn/spawn_main.c index 5c6dd6210..fbd9dc65e 100644 --- a/examples/posix_spawn/spawn_main.c +++ b/examples/posix_spawn/spawn_main.c @@ -58,7 +58,7 @@ #include "filesystem/romfs.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Check configuration. This is not all of the configuration settings that diff --git a/examples/pwm/pwm.h b/examples/pwm/pwm.h index e6703991a..9be2dc0be 100644 --- a/examples/pwm/pwm.h +++ b/examples/pwm/pwm.h @@ -43,7 +43,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Configuration ************************************************************/ /* CONFIG_NSH_BUILTIN_APPS - Build the PWM test as an NSH built-in function. diff --git a/examples/qencoder/qe.h b/examples/qencoder/qe.h index 1fd09d2ea..b4802a886 100644 --- a/examples/qencoder/qe.h +++ b/examples/qencoder/qe.h @@ -43,7 +43,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Configuration ************************************************************/ /* CONFIG_NSH_BUILTIN_APPS - Build the QE test as an NSH built-in function. diff --git a/examples/relays/relays_main.c b/examples/relays/relays_main.c index 92fc02c17..f254e812a 100644 --- a/examples/relays/relays_main.c +++ b/examples/relays/relays_main.c @@ -54,7 +54,7 @@ #ifdef CONFIG_ARCH_RELAYS /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ #ifndef CONFIG_EXAMPLES_RELAYS_NRELAYS diff --git a/examples/rgmp/rgmp_main.c b/examples/rgmp/rgmp_main.c index 6af9f9d4b..01c8f6a49 100644 --- a/examples/rgmp/rgmp_main.c +++ b/examples/rgmp/rgmp_main.c @@ -42,7 +42,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/examples/serloop/serloop_main.c b/examples/serloop/serloop_main.c index f573a4c7c..b8d11dd42 100644 --- a/examples/serloop/serloop_main.c +++ b/examples/serloop/serloop_main.c @@ -44,7 +44,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/examples/smart/smart_main.c b/examples/smart/smart_main.c index d9e1819b5..cc53fb123 100644 --- a/examples/smart/smart_main.c +++ b/examples/smart/smart_main.c @@ -58,7 +58,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Configuration ************************************************************/ /* The default is to use the RAM MTD device at drivers/mtd/rammtd.c. But diff --git a/examples/telnetd/telnetd.c b/examples/telnetd/telnetd.c index 19ad35413..815fac882 100644 --- a/examples/telnetd/telnetd.c +++ b/examples/telnetd/telnetd.c @@ -54,7 +54,7 @@ #include "telnetd.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/examples/thttpd/thttpd_main.c b/examples/thttpd/thttpd_main.c index 48ab2f238..07a1a9b66 100644 --- a/examples/thttpd/thttpd_main.c +++ b/examples/thttpd/thttpd_main.c @@ -80,7 +80,7 @@ #endif /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Check configuration. This is not all of the configuration settings that diff --git a/examples/touchscreen/tc.h b/examples/touchscreen/tc.h index a196d2d9b..f597bd548 100644 --- a/examples/touchscreen/tc.h +++ b/examples/touchscreen/tc.h @@ -43,7 +43,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Configuration ************************************************************/ /* CONFIG_NSH_BUILTIN_APPS - Build the touchscreen test as diff --git a/examples/udp/udp-internal.h b/examples/udp/udp-internal.h index 909d5091c..8bd6fbe58 100644 --- a/examples/udp/udp-internal.h +++ b/examples/udp/udp-internal.h @@ -48,7 +48,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ #ifdef EXAMPLES_UDP_HOST diff --git a/examples/udpblaster/udpblaster_target.c b/examples/udpblaster/udpblaster_target.c index 4631fab7e..e9c6ec48e 100644 --- a/examples/udpblaster/udpblaster_target.c +++ b/examples/udpblaster/udpblaster_target.c @@ -52,7 +52,7 @@ #include "udpblaster.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/examples/watchdog/watchdog.h b/examples/watchdog/watchdog.h index c7ba9919b..69ee16e97 100644 --- a/examples/watchdog/watchdog.h +++ b/examples/watchdog/watchdog.h @@ -43,7 +43,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Configuration ************************************************************/ /* CONFIG_NSH_BUILTIN_APPS - Build the WATCHDOG test as an NSH built-in diff --git a/examples/wgetjson/wgetjson_main.c b/examples/wgetjson/wgetjson_main.c index 7dafbcb44..ac363e21c 100644 --- a/examples/wgetjson/wgetjson_main.c +++ b/examples/wgetjson/wgetjson_main.c @@ -54,7 +54,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ #ifndef CONFIG_EXAMPLES_WGETJSON_MAXSIZE diff --git a/netutils/dhcpc/dhcpc.c b/netutils/dhcpc/dhcpc.c index 7c42543bd..abd522ba0 100644 --- a/netutils/dhcpc/dhcpc.c +++ b/netutils/dhcpc/dhcpc.c @@ -58,7 +58,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ #define STATE_INITIAL 0 diff --git a/netutils/webclient/webclient.c b/netutils/webclient/webclient.c index 8aaffcfd9..d8e6dc367 100644 --- a/netutils/webclient/webclient.c +++ b/netutils/webclient/webclient.c @@ -96,7 +96,7 @@ #endif /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ #ifndef CONFIG_WEBCLIENT_TIMEOUT diff --git a/nshlib/nsh.h b/nshlib/nsh.h index 895b1e228..7cf6140b1 100644 --- a/nshlib/nsh.h +++ b/nshlib/nsh.h @@ -57,7 +57,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Configuration ************************************************************/ /* The background commands require pthread support */ diff --git a/nshlib/nsh_builtin.c b/nshlib/nsh_builtin.c index 59e54ae85..ed5a076bf 100644 --- a/nshlib/nsh_builtin.c +++ b/nshlib/nsh_builtin.c @@ -63,7 +63,7 @@ #ifdef CONFIG_NSH_BUILTIN_APPS /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/nshlib/nsh_dbgcmds.c b/nshlib/nsh_dbgcmds.c index 9f7ec205e..c11e15ec6 100644 --- a/nshlib/nsh_dbgcmds.c +++ b/nshlib/nsh_dbgcmds.c @@ -54,7 +54,7 @@ #include "nsh_console.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/nshlib/nsh_envcmds.c b/nshlib/nsh_envcmds.c index 8ff65d3d5..e6beb3a73 100644 --- a/nshlib/nsh_envcmds.c +++ b/nshlib/nsh_envcmds.c @@ -50,7 +50,7 @@ #include "nsh_console.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/nshlib/nsh_fileapps.c b/nshlib/nsh_fileapps.c index 6e35a97d2..26db6e950 100644 --- a/nshlib/nsh_fileapps.c +++ b/nshlib/nsh_fileapps.c @@ -54,7 +54,7 @@ #ifdef CONFIG_NSH_FILE_APPS /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/nshlib/nsh_fscmds.c b/nshlib/nsh_fscmds.c index ca34a537d..8ef6a9571 100644 --- a/nshlib/nsh_fscmds.c +++ b/nshlib/nsh_fscmds.c @@ -82,7 +82,7 @@ #include "nsh_console.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ #define LSFLAGS_SIZE 1 diff --git a/nshlib/nsh_init.c b/nshlib/nsh_init.c index 2bd29b8c5..fe04812e0 100644 --- a/nshlib/nsh_init.c +++ b/nshlib/nsh_init.c @@ -47,7 +47,7 @@ #include "nsh.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/nshlib/nsh_mmcmds.c b/nshlib/nsh_mmcmds.c index 58209ee7c..b186377d2 100644 --- a/nshlib/nsh_mmcmds.c +++ b/nshlib/nsh_mmcmds.c @@ -45,7 +45,7 @@ #include "nsh_console.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/nshlib/nsh_mntcmds.c b/nshlib/nsh_mntcmds.c index c42cf5eeb..ec0a24e31 100644 --- a/nshlib/nsh_mntcmds.c +++ b/nshlib/nsh_mntcmds.c @@ -59,7 +59,7 @@ #include "nsh_console.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/nshlib/nsh_romfsetc.c b/nshlib/nsh_romfsetc.c index eba60af92..15c5ee8b8 100644 --- a/nshlib/nsh_romfsetc.c +++ b/nshlib/nsh_romfsetc.c @@ -62,7 +62,7 @@ #endif /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/nshlib/nsh_script.c b/nshlib/nsh_script.c index b115dc8fb..12945ea4a 100644 --- a/nshlib/nsh_script.c +++ b/nshlib/nsh_script.c @@ -45,7 +45,7 @@ #if CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 && !defined(CONFIG_NSH_DISABLESCRIPT) /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/nshlib/nsh_test.c b/nshlib/nsh_test.c index f76da5417..8e581d5e2 100644 --- a/nshlib/nsh_test.c +++ b/nshlib/nsh_test.c @@ -74,7 +74,7 @@ #if !defined(CONFIG_NSH_DISABLESCRIPT) && !defined(CONFIG_NSH_DISABLE_TEST) /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ #define TEST_TRUE OK diff --git a/nshlib/nsh_timcmds.c b/nshlib/nsh_timcmds.c index 78066b354..e0604d351 100644 --- a/nshlib/nsh_timcmds.c +++ b/nshlib/nsh_timcmds.c @@ -48,7 +48,7 @@ #include "nsh_console.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ #define MAX_TIME_STRING 80 diff --git a/platform/mikroe-stm32f4/mikroe_configdata.c b/platform/mikroe-stm32f4/mikroe_configdata.c index 601b16ed9..c1a9b538e 100644 --- a/platform/mikroe-stm32f4/mikroe_configdata.c +++ b/platform/mikroe-stm32f4/mikroe_configdata.c @@ -53,7 +53,7 @@ #ifdef CONFIG_PLATFORM_CONFIGDATA /************************************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************************************/ /************************************************************************************ diff --git a/system/i2c/i2c_bus.c b/system/i2c/i2c_bus.c index a684166ff..3a1d110d7 100644 --- a/system/i2c/i2c_bus.c +++ b/system/i2c/i2c_bus.c @@ -44,7 +44,7 @@ #include "i2ctool.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/system/i2c/i2c_common.c b/system/i2c/i2c_common.c index aa4868ffe..514e50d72 100644 --- a/system/i2c/i2c_common.c +++ b/system/i2c/i2c_common.c @@ -44,7 +44,7 @@ #include "i2ctool.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/system/i2c/i2c_dev.c b/system/i2c/i2c_dev.c index a9da1a03f..43517dff0 100644 --- a/system/i2c/i2c_dev.c +++ b/system/i2c/i2c_dev.c @@ -46,7 +46,7 @@ #include "i2ctool.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/system/i2c/i2c_set.c b/system/i2c/i2c_set.c index 5baf7f835..5e1f90871 100644 --- a/system/i2c/i2c_set.c +++ b/system/i2c/i2c_set.c @@ -46,7 +46,7 @@ #include "i2ctool.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/system/i2c/i2c_verf.c b/system/i2c/i2c_verf.c index 109e9c4ce..fd9d20ef1 100644 --- a/system/i2c/i2c_verf.c +++ b/system/i2c/i2c_verf.c @@ -46,7 +46,7 @@ #include "i2ctool.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/system/i2c/i2ctool.h b/system/i2c/i2ctool.h index 43a0ba291..a27f9aeb7 100644 --- a/system/i2c/i2ctool.h +++ b/system/i2c/i2ctool.h @@ -52,7 +52,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Configuration ************************************************************/ /* CONFIG_NSH_BUILTIN_APPS - Build the tools as an NSH built-in command diff --git a/system/mdio/mdio_main.c b/system/mdio/mdio_main.c index 2c5976d67..74549a27d 100644 --- a/system/mdio/mdio_main.c +++ b/system/mdio/mdio_main.c @@ -52,7 +52,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ #define CONFIG_HELLO_IPADDR 0xc0a8eacd diff --git a/system/prun/prun.h b/system/prun/prun.h index f9a3b843b..ddb6ee650 100644 --- a/system/prun/prun.h +++ b/system/prun/prun.h @@ -41,7 +41,7 @@ ****************************************************************************/ /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/system/zmodem/host/nuttx/compiler.h b/system/zmodem/host/nuttx/compiler.h index f71dcff09..15dad3fee 100644 --- a/system/zmodem/host/nuttx/compiler.h +++ b/system/zmodem/host/nuttx/compiler.h @@ -41,7 +41,7 @@ ****************************************************************************/ /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* GCC-specific definitions *************************************************/