diff --git a/configs/arduino-due/src/sam_cxxinitialize.c b/configs/arduino-due/src/sam_cxxinitialize.c index 42576e1ce89..32cc3f7d67b 100644 --- a/configs/arduino-due/src/sam_cxxinitialize.c +++ b/configs/arduino-due/src/sam_cxxinitialize.c @@ -121,7 +121,7 @@ extern uint32_t _etext; * function defintion only provides the 'contract' between application * specific C++ code and platform-specific toolchain support * - ***************************************************************************/ + ****************************************************************************/ void up_cxxinitialize(void) { diff --git a/configs/cc3200-launchpad/src/cc3200_boot.c b/configs/cc3200-launchpad/src/cc3200_boot.c index af11afdc7ba..73887274faf 100644 --- a/configs/cc3200-launchpad/src/cc3200_boot.c +++ b/configs/cc3200-launchpad/src/cc3200_boot.c @@ -107,14 +107,14 @@ void tiva_boardinitialize(void) cc3200_ledinit(); } -/************************************************************************ +/**************************************************************************** * Name: up_addregion * * Description: * Memory may be added in non-contiguous chunks. Additional chunks are * added by calling this function. * - ************************************************************************/ + ****************************************************************************/ #if CONFIG_MM_REGIONS > 1 diff --git a/configs/cloudctrl/src/stm32_cxxinitialize.c b/configs/cloudctrl/src/stm32_cxxinitialize.c index aa472bae06e..8ce7a048a6d 100644 --- a/configs/cloudctrl/src/stm32_cxxinitialize.c +++ b/configs/cloudctrl/src/stm32_cxxinitialize.c @@ -122,7 +122,7 @@ extern uint32_t _etext; * function defintion only provides the 'contract' between application * specific C++ code and platform-specific toolchain support * - ***************************************************************************/ + ****************************************************************************/ void up_cxxinitialize(void) { diff --git a/configs/compal_e86/src/boot.c b/configs/compal_e86/src/boot.c index e1f561f6837..32364c631e4 100644 --- a/configs/compal_e86/src/boot.c +++ b/configs/compal_e86/src/boot.c @@ -33,16 +33,16 @@ * ****************************************************************************/ -/*************************************************************************** +/**************************************************************************** * Included Files - ***************************************************************************/ + ****************************************************************************/ #include #include -/*************************************************************************** +/**************************************************************************** * Public Functions - ***************************************************************************/ + ****************************************************************************/ /* Application initialization stub for boardctl() */ diff --git a/configs/compal_e88/src/boot.c b/configs/compal_e88/src/boot.c index efa4c71a40c..540bc39ca16 100644 --- a/configs/compal_e88/src/boot.c +++ b/configs/compal_e88/src/boot.c @@ -33,16 +33,16 @@ * ****************************************************************************/ -/*************************************************************************** +/**************************************************************************** * Included Files - ***************************************************************************/ + ****************************************************************************/ #include #include -/*************************************************************************** +/**************************************************************************** * Public Functions - ***************************************************************************/ + ****************************************************************************/ /* Application initialization stub for boardctl() */ diff --git a/configs/compal_e99/src/boot.c b/configs/compal_e99/src/boot.c index 821cd5bf396..74f17a2ebdb 100644 --- a/configs/compal_e99/src/boot.c +++ b/configs/compal_e99/src/boot.c @@ -33,16 +33,16 @@ * ****************************************************************************/ -/*************************************************************************** +/**************************************************************************** * Included Files - ***************************************************************************/ + ****************************************************************************/ #include #include -/*************************************************************************** +/**************************************************************************** * Public Functions - ***************************************************************************/ + ****************************************************************************/ /* Application initialization stub for boardctl() */ diff --git a/configs/ez80f910200kitg/src/ez80_lowinit.c b/configs/ez80f910200kitg/src/ez80_lowinit.c index e96a1ec07aa..bd41a9542bd 100644 --- a/configs/ez80f910200kitg/src/ez80_lowinit.c +++ b/configs/ez80f910200kitg/src/ez80_lowinit.c @@ -1,4 +1,4 @@ -/*************************************************************************** +/**************************************************************************** * configs/ez80f910200kitg/src/ez80_lowinit.c * * Copyright (C) 2008-2009 Gregory Nutt. All rights reserved. @@ -33,31 +33,31 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ***************************************************************************/ + ****************************************************************************/ -/*************************************************************************** +/**************************************************************************** * Included Files - ***************************************************************************/ + ****************************************************************************/ #include #include "chip/chip.h" -/*************************************************************************** +/**************************************************************************** * Pre-processor Definitions - ***************************************************************************/ + ****************************************************************************/ -/*************************************************************************** +/**************************************************************************** * Private Functions - ***************************************************************************/ + ****************************************************************************/ static void ez80_gpioinit(void) { } -/*************************************************************************** +/**************************************************************************** * Public Functions - ***************************************************************************/ + ****************************************************************************/ void ez80_lowinit(void) { diff --git a/configs/ez80f910200zco/src/ez80_lowinit.c b/configs/ez80f910200zco/src/ez80_lowinit.c index 93e5201ada9..5983e5509bf 100644 --- a/configs/ez80f910200zco/src/ez80_lowinit.c +++ b/configs/ez80f910200zco/src/ez80_lowinit.c @@ -1,4 +1,4 @@ -/*************************************************************************** +/**************************************************************************** * configs/ez80f910200zco/src/ez80_lowinit.c * * Copyright (C) 2008-2009 Gregory Nutt. All rights reserved. @@ -33,31 +33,31 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ***************************************************************************/ + ****************************************************************************/ -/*************************************************************************** +/**************************************************************************** * Included Files - ***************************************************************************/ + ****************************************************************************/ #include #include "chip/chip.h" -/*************************************************************************** +/**************************************************************************** * Pre-processor Definitions - ***************************************************************************/ + ****************************************************************************/ -/*************************************************************************** +/**************************************************************************** * Private Functions - ***************************************************************************/ + ****************************************************************************/ static void ez80_gpioinit(void) { } -/*************************************************************************** +/**************************************************************************** * Public Functions - ***************************************************************************/ + ****************************************************************************/ void ez80_lowinit(void) { diff --git a/configs/fire-stm32v2/src/stm32_cxxinitialize.c b/configs/fire-stm32v2/src/stm32_cxxinitialize.c index 0c191d3f75b..0180d8415c2 100644 --- a/configs/fire-stm32v2/src/stm32_cxxinitialize.c +++ b/configs/fire-stm32v2/src/stm32_cxxinitialize.c @@ -121,7 +121,7 @@ extern uint32_t _etext; * function defintion only provides the 'contract' between application * specific C++ code and platform-specific toolchain support * - ***************************************************************************/ + ****************************************************************************/ void up_cxxinitialize(void) { diff --git a/configs/mcu123-lpc214x/src/lpc2148_spi1.c b/configs/mcu123-lpc214x/src/lpc2148_spi1.c index b8e5e9f9b8b..7680dfce927 100644 --- a/configs/mcu123-lpc214x/src/lpc2148_spi1.c +++ b/configs/mcu123-lpc214x/src/lpc2148_spi1.c @@ -383,7 +383,7 @@ static uint16_t spi_send(FAR struct spi_dev_s *dev, uint16_t wd) return regval; } -/************************************************************************* +/**************************************************************************** * Name: spi_sndblock * * Description: diff --git a/configs/mikroe-stm32f4/src/stm32_cxxinitialize.c b/configs/mikroe-stm32f4/src/stm32_cxxinitialize.c index 4a1bd1356a5..5bd5bdcf47f 100644 --- a/configs/mikroe-stm32f4/src/stm32_cxxinitialize.c +++ b/configs/mikroe-stm32f4/src/stm32_cxxinitialize.c @@ -121,7 +121,7 @@ extern uint32_t _etext; * function defintion only provides the 'contract' between application * specific C++ code and platform-specific toolchain support * - ***************************************************************************/ + ****************************************************************************/ void up_cxxinitialize(void) { diff --git a/configs/ntosd-dm320/src/dm320_leds.c b/configs/ntosd-dm320/src/dm320_leds.c index a542e02a5b9..ab2175116de 100644 --- a/configs/ntosd-dm320/src/dm320_leds.c +++ b/configs/ntosd-dm320/src/dm320_leds.c @@ -1,4 +1,4 @@ -/************************************************************************ +/**************************************************************************** * confgs/ntosd-dm320/src/dm320_leds.c * * Copyright (C) 2007, 2009, 2015 Gregory Nutt. All rights reserved. @@ -31,11 +31,11 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ************************************************************************/ + ****************************************************************************/ -/************************************************************************ +/**************************************************************************** * Included Files - ************************************************************************/ + ****************************************************************************/ #include #include @@ -43,25 +43,25 @@ #include "up_internal.h" #include "chip.h" -/************************************************************************ +/**************************************************************************** * Pre-processor Definitions - ************************************************************************/ + ****************************************************************************/ -/************************************************************************ +/**************************************************************************** * Private Data - ************************************************************************/ + ****************************************************************************/ -/************************************************************************ +/**************************************************************************** * Private Functions - ************************************************************************/ + ****************************************************************************/ -/************************************************************************ +/**************************************************************************** * Public Funtions - ************************************************************************/ + ****************************************************************************/ -/************************************************************************ +/**************************************************************************** * Name: board_led_initialize - ************************************************************************/ + ****************************************************************************/ #ifdef CONFIG_ARCH_LEDS void board_led_initialize(void) @@ -72,9 +72,9 @@ void board_led_initialize(void) GIO_CLEAR_OUTPUT(GIO_LED_RED); } -/************************************************************************ +/**************************************************************************** * Name: board_led_on - ************************************************************************/ + ****************************************************************************/ void board_led_on(int led) { @@ -88,9 +88,9 @@ void board_led_on(int led) } } -/************************************************************************ +/**************************************************************************** * Name: board_led_off - ************************************************************************/ + ****************************************************************************/ void board_led_off(int led) { diff --git a/configs/nucleo-f4x1re/src/stm32_cxxinitialize.c b/configs/nucleo-f4x1re/src/stm32_cxxinitialize.c index 726ee1f7311..207ed444b63 100644 --- a/configs/nucleo-f4x1re/src/stm32_cxxinitialize.c +++ b/configs/nucleo-f4x1re/src/stm32_cxxinitialize.c @@ -121,7 +121,7 @@ extern uint32_t _etext; * function defintion only provides the 'contract' between application * specific C++ code and platform-specific toolchain support * - ***************************************************************************/ + ****************************************************************************/ void up_cxxinitialize(void) { diff --git a/configs/nucleus2g/src/lpc17_outputs.c b/configs/nucleus2g/src/lpc17_outputs.c index 2a1bc30f032..a924c21785d 100644 --- a/configs/nucleus2g/src/lpc17_outputs.c +++ b/configs/nucleus2g/src/lpc17_outputs.c @@ -82,7 +82,7 @@ * Once booted these functions control the 4 isolated FET outputs from the * master BMS controller * - ***************************************************************************/ + ****************************************************************************/ void nucleus_bms_relay1(enum output_state state) { @@ -108,13 +108,13 @@ void nucleus_bms_relay4(enum output_state state) lpc17_gpiowrite(NUCLEUS_BMS_RELAY4, value); } -/*************************************************************************** +/**************************************************************************** * Name: up_relayinit * * Description: * This function is called on boot to init the GPIO for relay control * - ***************************************************************************/ + ****************************************************************************/ void up_relayinit(void) { diff --git a/configs/olimex-stm32-h405/src/stm32_cxxinitialize.c b/configs/olimex-stm32-h405/src/stm32_cxxinitialize.c index e84ee04bca5..30704c57a4c 100644 --- a/configs/olimex-stm32-h405/src/stm32_cxxinitialize.c +++ b/configs/olimex-stm32-h405/src/stm32_cxxinitialize.c @@ -121,7 +121,7 @@ extern uint32_t _etext; * function defintion only provides the 'contract' between application * specific C++ code and platform-specific toolchain support * - ***************************************************************************/ + ****************************************************************************/ void up_cxxinitialize(void) { diff --git a/configs/olimex-stm32-p207/src/stm32_cxxinitialize.c b/configs/olimex-stm32-p207/src/stm32_cxxinitialize.c index 6148ef15c9b..a677ce0b33c 100644 --- a/configs/olimex-stm32-p207/src/stm32_cxxinitialize.c +++ b/configs/olimex-stm32-p207/src/stm32_cxxinitialize.c @@ -121,7 +121,7 @@ extern uint32_t _etext; * function defintion only provides the 'contract' between application * specific C++ code and platform-specific toolchain support * - ***************************************************************************/ + ****************************************************************************/ void up_cxxinitialize(void) { diff --git a/configs/olimex-strp711/src/str71_spi.c b/configs/olimex-strp711/src/str71_spi.c index a962470dc59..cb0e31b46a0 100644 --- a/configs/olimex-strp711/src/str71_spi.c +++ b/configs/olimex-strp711/src/str71_spi.c @@ -790,7 +790,7 @@ static uint16_t spi_send(FAR struct spi_dev_s *dev, uint16_t wd) return (uint8_t)(spi_getreg(priv, STR71X_BSPI_RXR_OFFSET) >> 8); } -/************************************************************************* +/**************************************************************************** * Name: spi_sndblock * * Description: diff --git a/configs/olimexino-stm32/src/stm32_cxxinitialize.c b/configs/olimexino-stm32/src/stm32_cxxinitialize.c index 3add19036f4..1aa4b81e6e1 100644 --- a/configs/olimexino-stm32/src/stm32_cxxinitialize.c +++ b/configs/olimexino-stm32/src/stm32_cxxinitialize.c @@ -121,7 +121,7 @@ extern uint32_t _etext; * function definition only provides the 'contract' between application * specific C++ code and platform-specific toolchain support * - ***************************************************************************/ + ****************************************************************************/ void up_cxxinitialize(void) { diff --git a/configs/pcduino-a10/src/a1x_cxxinitialize.c b/configs/pcduino-a10/src/a1x_cxxinitialize.c index eb1e9fa9eaf..6203ed69b3e 100644 --- a/configs/pcduino-a10/src/a1x_cxxinitialize.c +++ b/configs/pcduino-a10/src/a1x_cxxinitialize.c @@ -120,7 +120,7 @@ extern uint32_t _etext; * function defintion only provides the 'contract' between application * specific C++ code and platform-specific toolchain support * - ***************************************************************************/ + ****************************************************************************/ void up_cxxinitialize(void) { diff --git a/configs/pirelli_dpl10/src/boot.c b/configs/pirelli_dpl10/src/boot.c index 0a0e66bdb64..4cd07fb0a69 100644 --- a/configs/pirelli_dpl10/src/boot.c +++ b/configs/pirelli_dpl10/src/boot.c @@ -33,16 +33,16 @@ * ****************************************************************************/ -/*************************************************************************** +/**************************************************************************** * Included Files - ***************************************************************************/ + ****************************************************************************/ #include #include -/*************************************************************************** +/**************************************************************************** * Public Functions - ***************************************************************************/ + ****************************************************************************/ /* Application initialization stub for boardctl() */ diff --git a/configs/sam3u-ek/src/sam_cxxinitialized.c b/configs/sam3u-ek/src/sam_cxxinitialized.c index e807ff2eb40..b3e20852d92 100644 --- a/configs/sam3u-ek/src/sam_cxxinitialized.c +++ b/configs/sam3u-ek/src/sam_cxxinitialized.c @@ -117,7 +117,7 @@ extern uint32_t _etext; * function defintion only provides the 'contract' between application * specific C++ code and platform-specific toolchain support * - ***************************************************************************/ + ****************************************************************************/ void up_cxxinitialize(void) { diff --git a/configs/sam4e-ek/src/sam_cxxinitialize.c b/configs/sam4e-ek/src/sam_cxxinitialize.c index 7fd7ac72f12..df06b710977 100644 --- a/configs/sam4e-ek/src/sam_cxxinitialize.c +++ b/configs/sam4e-ek/src/sam_cxxinitialize.c @@ -117,7 +117,7 @@ extern uint32_t _etext; * function defintion only provides the 'contract' between application * specific C++ code and platform-specific toolchain support * - ***************************************************************************/ + ****************************************************************************/ void up_cxxinitialize(void) { diff --git a/configs/sam4l-xplained/src/sam_cxxinitialize.c b/configs/sam4l-xplained/src/sam_cxxinitialize.c index 400bb36d9c9..4cf82cb440f 100644 --- a/configs/sam4l-xplained/src/sam_cxxinitialize.c +++ b/configs/sam4l-xplained/src/sam_cxxinitialize.c @@ -121,7 +121,7 @@ extern uint32_t _etext; * function defintion only provides the 'contract' between application * specific C++ code and platform-specific toolchain support * - ***************************************************************************/ + ****************************************************************************/ void up_cxxinitialize(void) { diff --git a/configs/sam4s-xplained-pro/src/sam_cxxinitialize.c b/configs/sam4s-xplained-pro/src/sam_cxxinitialize.c index a5eb6850446..3b7fd4cea00 100644 --- a/configs/sam4s-xplained-pro/src/sam_cxxinitialize.c +++ b/configs/sam4s-xplained-pro/src/sam_cxxinitialize.c @@ -121,7 +121,7 @@ extern uint32_t _etext; * function defintion only provides the 'contract' between application * specific C++ code and platform-specific toolchain support * - ***************************************************************************/ + ****************************************************************************/ void up_cxxinitialize(void) { diff --git a/configs/sam4s-xplained/src/sam_cxxinitialize.c b/configs/sam4s-xplained/src/sam_cxxinitialize.c index adc10b7ba44..3caa2e250cc 100644 --- a/configs/sam4s-xplained/src/sam_cxxinitialize.c +++ b/configs/sam4s-xplained/src/sam_cxxinitialize.c @@ -121,7 +121,7 @@ extern uint32_t _etext; * function defintion only provides the 'contract' between application * specific C++ code and platform-specific toolchain support * - ***************************************************************************/ + ****************************************************************************/ void up_cxxinitialize(void) { diff --git a/configs/sama5d2-xult/src/sam_cxxinitialize.c b/configs/sama5d2-xult/src/sam_cxxinitialize.c index 451046966fe..b1e21764582 100644 --- a/configs/sama5d2-xult/src/sam_cxxinitialize.c +++ b/configs/sama5d2-xult/src/sam_cxxinitialize.c @@ -118,7 +118,7 @@ extern uint32_t _etext; * function defintion only provides the 'contract' between application * specific C++ code and platform-specific toolchain support * - ***************************************************************************/ + ****************************************************************************/ void up_cxxinitialize(void) { diff --git a/configs/sama5d3-xplained/src/sam_cxxinitialize.c b/configs/sama5d3-xplained/src/sam_cxxinitialize.c index df027cc0ad1..8755afbeb74 100644 --- a/configs/sama5d3-xplained/src/sam_cxxinitialize.c +++ b/configs/sama5d3-xplained/src/sam_cxxinitialize.c @@ -121,7 +121,7 @@ extern uint32_t _etext; * function defintion only provides the 'contract' between application * specific C++ code and platform-specific toolchain support * - ***************************************************************************/ + ****************************************************************************/ void up_cxxinitialize(void) { diff --git a/configs/sama5d3x-ek/src/sam_cxxinitialize.c b/configs/sama5d3x-ek/src/sam_cxxinitialize.c index 199e3f2bb56..3ed99e17acc 100644 --- a/configs/sama5d3x-ek/src/sam_cxxinitialize.c +++ b/configs/sama5d3x-ek/src/sam_cxxinitialize.c @@ -121,7 +121,7 @@ extern uint32_t _etext; * function defintion only provides the 'contract' between application * specific C++ code and platform-specific toolchain support * - ***************************************************************************/ + ****************************************************************************/ void up_cxxinitialize(void) { diff --git a/configs/sama5d4-ek/src/sam_cxxinitialize.c b/configs/sama5d4-ek/src/sam_cxxinitialize.c index 1972c684851..8bd8392a709 100644 --- a/configs/sama5d4-ek/src/sam_cxxinitialize.c +++ b/configs/sama5d4-ek/src/sam_cxxinitialize.c @@ -121,7 +121,7 @@ extern uint32_t _etext; * function defintion only provides the 'contract' between application * specific C++ code and platform-specific toolchain support * - ***************************************************************************/ + ****************************************************************************/ void up_cxxinitialize(void) { diff --git a/configs/samd20-xplained/src/sam_cxxinitialize.c b/configs/samd20-xplained/src/sam_cxxinitialize.c index 1086ca140f1..189e6f6bf04 100644 --- a/configs/samd20-xplained/src/sam_cxxinitialize.c +++ b/configs/samd20-xplained/src/sam_cxxinitialize.c @@ -118,7 +118,7 @@ extern uint32_t _etext; * function defintion only provides the 'contract' between application * specific C++ code and platform-specific toolchain support * - ***************************************************************************/ + ****************************************************************************/ void up_cxxinitialize(void) { diff --git a/configs/samd21-xplained/src/sam_cxxinitialize.c b/configs/samd21-xplained/src/sam_cxxinitialize.c index 6d579e1ad0f..567a73e4352 100644 --- a/configs/samd21-xplained/src/sam_cxxinitialize.c +++ b/configs/samd21-xplained/src/sam_cxxinitialize.c @@ -118,7 +118,7 @@ extern uint32_t _etext; * function defintion only provides the 'contract' between application * specific C++ code and platform-specific toolchain support * - ***************************************************************************/ + ****************************************************************************/ void up_cxxinitialize(void) { diff --git a/configs/saml21-xplained/src/sam_cxxinitialize.c b/configs/saml21-xplained/src/sam_cxxinitialize.c index f4e8c62709b..8e3951f6038 100644 --- a/configs/saml21-xplained/src/sam_cxxinitialize.c +++ b/configs/saml21-xplained/src/sam_cxxinitialize.c @@ -118,7 +118,7 @@ extern uint32_t _etext; * function defintion only provides the 'contract' between application * specific C++ code and platform-specific toolchain support * - ***************************************************************************/ + ****************************************************************************/ void up_cxxinitialize(void) { diff --git a/configs/samv71-xult/src/sam_atmxtconfig.c b/configs/samv71-xult/src/sam_atmxtconfig.c old mode 100755 new mode 100644 diff --git a/configs/samv71-xult/src/sam_cxxinitialize.c b/configs/samv71-xult/src/sam_cxxinitialize.c index 2cfcc0d926a..0614eb42e07 100644 --- a/configs/samv71-xult/src/sam_cxxinitialize.c +++ b/configs/samv71-xult/src/sam_cxxinitialize.c @@ -118,7 +118,7 @@ extern uint32_t _etext; * function defintion only provides the 'contract' between application * specific C++ code and platform-specific toolchain support * - ***************************************************************************/ + ****************************************************************************/ void up_cxxinitialize(void) { diff --git a/configs/shenzhou/src/stm32_cxxinitialize.c b/configs/shenzhou/src/stm32_cxxinitialize.c index 3eeab04e544..cb2396375e9 100644 --- a/configs/shenzhou/src/stm32_cxxinitialize.c +++ b/configs/shenzhou/src/stm32_cxxinitialize.c @@ -121,7 +121,7 @@ extern uint32_t _etext; * function defintion only provides the 'contract' between application * specific C++ code and platform-specific toolchain support * - ***************************************************************************/ + ****************************************************************************/ void up_cxxinitialize(void) { diff --git a/configs/skp16c26/src/skp16c26_internal.h b/configs/skp16c26/src/skp16c26_internal.h index 6adf862df14..52839503d09 100644 --- a/configs/skp16c26/src/skp16c26_internal.h +++ b/configs/skp16c26/src/skp16c26_internal.h @@ -53,7 +53,7 @@ #endif /************************************************************************************ - * Global Function Prototypes + * Public Function Prototypes ************************************************************************************/ #ifndef __ASSEMBLY__ diff --git a/configs/spark/src/stm32_cxxinitialize.c b/configs/spark/src/stm32_cxxinitialize.c index e28d5f3968e..da41c5ac6e4 100644 --- a/configs/spark/src/stm32_cxxinitialize.c +++ b/configs/spark/src/stm32_cxxinitialize.c @@ -121,7 +121,7 @@ extern uint32_t _etext; * function definition only provides the 'contract' between application * specific C++ code and platform-specific toolchain support * - ***************************************************************************/ + ****************************************************************************/ void up_cxxinitialize(void) { diff --git a/configs/stm3220g-eval/src/stm32_cxxinitialize.c b/configs/stm3220g-eval/src/stm32_cxxinitialize.c index f5fa2452283..8d1ab910a09 100644 --- a/configs/stm3220g-eval/src/stm32_cxxinitialize.c +++ b/configs/stm3220g-eval/src/stm32_cxxinitialize.c @@ -121,7 +121,7 @@ extern uint32_t _etext; * function defintion only provides the 'contract' between application * specific C++ code and platform-specific toolchain support * - ***************************************************************************/ + ****************************************************************************/ void up_cxxinitialize(void) { diff --git a/configs/stm32f3discovery/src/stm32_cxxinitialize.c b/configs/stm32f3discovery/src/stm32_cxxinitialize.c index 6e84803a2db..7d7153eb65e 100644 --- a/configs/stm32f3discovery/src/stm32_cxxinitialize.c +++ b/configs/stm32f3discovery/src/stm32_cxxinitialize.c @@ -121,7 +121,7 @@ extern uint32_t _etext; * function defintion only provides the 'contract' between application * specific C++ code and platform-specific toolchain support * - ***************************************************************************/ + ****************************************************************************/ void up_cxxinitialize(void) { diff --git a/configs/stm32f429i-disco/src/stm32_cxxinitialize.c b/configs/stm32f429i-disco/src/stm32_cxxinitialize.c index 89bf79f1036..25f9a6e48f4 100644 --- a/configs/stm32f429i-disco/src/stm32_cxxinitialize.c +++ b/configs/stm32f429i-disco/src/stm32_cxxinitialize.c @@ -121,7 +121,7 @@ extern uint32_t _etext; * function defintion only provides the 'contract' between application * specific C++ code and platform-specific toolchain support * - ***************************************************************************/ + ****************************************************************************/ void up_cxxinitialize(void) { diff --git a/configs/stm32f429i-disco/src/stm32_lcd.c b/configs/stm32f429i-disco/src/stm32_lcd.c index d3afc8698fa..1d1a201aded 100644 --- a/configs/stm32f429i-disco/src/stm32_lcd.c +++ b/configs/stm32f429i-disco/src/stm32_lcd.c @@ -423,7 +423,7 @@ static int stm32_ili9341_initialize(void) * * Return: * - ***************************************************************************/ + ****************************************************************************/ void board_lcd_uninitialize(void) { @@ -448,7 +448,7 @@ void board_lcd_uninitialize(void) * Return: * Reference to the LCD object if exist otherwise NULL * - ***************************************************************************/ + ****************************************************************************/ FAR struct lcd_dev_s *board_lcd_getdev(int lcddev) { diff --git a/configs/stm32ldiscovery/src/stm32_cxxinitialize.c b/configs/stm32ldiscovery/src/stm32_cxxinitialize.c index 0308a19b65d..5089995beff 100644 --- a/configs/stm32ldiscovery/src/stm32_cxxinitialize.c +++ b/configs/stm32ldiscovery/src/stm32_cxxinitialize.c @@ -122,7 +122,7 @@ extern uint32_t _etext; * function defintion only provides the 'contract' between application * specific C++ code and platform-specific toolchain support * - ***************************************************************************/ + ****************************************************************************/ void up_cxxinitialize(void) { diff --git a/configs/teensy-lc/src/kl_cxxinitialize.c b/configs/teensy-lc/src/kl_cxxinitialize.c index 66e498c813c..8b4ab4a0238 100644 --- a/configs/teensy-lc/src/kl_cxxinitialize.c +++ b/configs/teensy-lc/src/kl_cxxinitialize.c @@ -118,7 +118,7 @@ extern uint32_t _etext; * function defintion only provides the 'contract' between application * specific C++ code and platform-specific toolchain support * - ***************************************************************************/ + ****************************************************************************/ void up_cxxinitialize(void) { diff --git a/configs/viewtool-stm32f107/src/stm32_cxxinitialize.c b/configs/viewtool-stm32f107/src/stm32_cxxinitialize.c index 1951da258a2..fedd4b67822 100644 --- a/configs/viewtool-stm32f107/src/stm32_cxxinitialize.c +++ b/configs/viewtool-stm32f107/src/stm32_cxxinitialize.c @@ -122,7 +122,7 @@ extern uint32_t _etext; * function defintion only provides the 'contract' between application * specific C++ code and platform-specific toolchain support * - ***************************************************************************/ + ****************************************************************************/ void up_cxxinitialize(void) { diff --git a/configs/xtrs/src/xtr_timerisr.c b/configs/xtrs/src/xtr_timerisr.c index 7d506dc4376..62afe947aac 100644 --- a/configs/xtrs/src/xtr_timerisr.c +++ b/configs/xtrs/src/xtr_timerisr.c @@ -59,7 +59,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/configs/z16f2800100zcog/src/z16f_lowinit.c b/configs/z16f2800100zcog/src/z16f_lowinit.c index 3b531f7b21b..081d2d50909 100644 --- a/configs/z16f2800100zcog/src/z16f_lowinit.c +++ b/configs/z16f2800100zcog/src/z16f_lowinit.c @@ -1,4 +1,4 @@ -/*************************************************************************** +/**************************************************************************** * configs/z16f2800100zcog/src/z16f_lowinit.c * * Copyright (C) 2008, 2014 Gregory Nutt. All rights reserved. @@ -33,25 +33,25 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ***************************************************************************/ + ****************************************************************************/ -/*************************************************************************** +/**************************************************************************** * Included Files - ***************************************************************************/ + ****************************************************************************/ #include #include "chip/chip.h" -/*************************************************************************** +/**************************************************************************** * Pre-processor Definitions - ***************************************************************************/ + ****************************************************************************/ -/*************************************************************************** +/**************************************************************************** * Private Functions - ***************************************************************************/ + ****************************************************************************/ -/*************************************************************************** +/**************************************************************************** * Name: z16f_gpioinit * * Description: @@ -59,7 +59,7 @@ * are set in the associated device drivers (such as UART, SPI, I2C, * etc.) and must be preserved. * - ***************************************************************************/ + ****************************************************************************/ static void z16f_gpioinit(void) { @@ -84,9 +84,9 @@ static void z16f_gpioinit(void) putreg8(getreg8(Z16F_GPIOC_DD) | 0x01, Z16F_GPIOC_DD); } -/*************************************************************************** +/**************************************************************************** * Public Functions - ***************************************************************************/ + ****************************************************************************/ void z16f_lowinit(void) { diff --git a/configs/z80sim/src/z80_timerisr.c b/configs/z80sim/src/z80_timerisr.c index 37876654a02..91c1b809d80 100644 --- a/configs/z80sim/src/z80_timerisr.c +++ b/configs/z80sim/src/z80_timerisr.c @@ -59,7 +59,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/configs/z8encore000zco/src/z8_lowinit.c b/configs/z8encore000zco/src/z8_lowinit.c index fcf2d92f917..ec39b79670c 100644 --- a/configs/z8encore000zco/src/z8_lowinit.c +++ b/configs/z8encore000zco/src/z8_lowinit.c @@ -1,4 +1,4 @@ -/*************************************************************************** +/**************************************************************************** * configs/z8encore000zco/src/z8_lowinit.c * * Copyright (C) 2008-2009 Gregory Nutt. All rights reserved. @@ -33,31 +33,31 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ***************************************************************************/ + ****************************************************************************/ -/*************************************************************************** +/**************************************************************************** * Included Files - ***************************************************************************/ + ****************************************************************************/ #include #include "chip/chip.h" -/*************************************************************************** +/**************************************************************************** * Pre-processor Definitions - ***************************************************************************/ + ****************************************************************************/ -/*************************************************************************** +/**************************************************************************** * Private Functions - ***************************************************************************/ + ****************************************************************************/ static void z8_gpioinit(void) { } -/*************************************************************************** +/**************************************************************************** * Public Functions - ***************************************************************************/ + ****************************************************************************/ void z8_lowinit(void) { diff --git a/configs/z8f64200100kit/src/z8_lowinit.c b/configs/z8f64200100kit/src/z8_lowinit.c index 7bb48f073e4..0a56359e3f6 100644 --- a/configs/z8f64200100kit/src/z8_lowinit.c +++ b/configs/z8f64200100kit/src/z8_lowinit.c @@ -1,4 +1,4 @@ -/*************************************************************************** +/**************************************************************************** * configs/z8f64200100kit/src/z8_lowinit.c * * Copyright (C) 2008-2009 Gregory Nutt. All rights reserved. @@ -33,31 +33,31 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ***************************************************************************/ + ****************************************************************************/ -/*************************************************************************** +/**************************************************************************** * Included Files - ***************************************************************************/ + ****************************************************************************/ #include #include "chip/chip.h" -/*************************************************************************** +/**************************************************************************** * Pre-processor Definitions - ***************************************************************************/ + ****************************************************************************/ -/*************************************************************************** +/**************************************************************************** * Private Functions - ***************************************************************************/ + ****************************************************************************/ static void z8_gpioinit(void) { } -/*************************************************************************** +/**************************************************************************** * Public Functions - ***************************************************************************/ + ****************************************************************************/ void z8_lowinit(void) { diff --git a/configs/zp214xpa/src/lpc2148_spi1.c b/configs/zp214xpa/src/lpc2148_spi1.c index db65b4963f5..fc839a013a9 100644 --- a/configs/zp214xpa/src/lpc2148_spi1.c +++ b/configs/zp214xpa/src/lpc2148_spi1.c @@ -427,7 +427,7 @@ static uint16_t spi_send(FAR struct spi_dev_s *dev, uint16_t wd) return regval; } -/************************************************************************* +/**************************************************************************** * Name: spi_sndblock * * Description: