diff --git a/configs/arduino-due/src/sam_cxxinitialize.c b/configs/arduino-due/src/sam_cxxinitialize.c index 42576e1ce8..32cc3f7d67 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 af11afdc7b..73887274fa 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 aa472bae06..8ce7a048a6 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 e1f561f683..32364c631e 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 efa4c71a40..540bc39ca1 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 821cd5bf39..74f17a2ebd 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 e96a1ec07a..bd41a9542b 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 93e5201ada..5983e5509b 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 0c191d3f75..0180d8415c 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 b8e5e9f9b8..7680dfce92 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 4a1bd1356a..5bd5bdcf47 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 a542e02a5b..ab2175116d 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 726ee1f731..207ed444b6 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 2a1bc30f03..a924c21785 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 e84ee04bca..30704c57a4 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 6148ef15c9..a677ce0b33 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 a962470dc5..cb0e31b46a 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 3add19036f..1aa4b81e6e 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 eb1e9fa9ea..6203ed69b3 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 0a0e66bdb6..4cd07fb0a6 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 e807ff2eb4..b3e20852d9 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 7fd7ac72f1..df06b71097 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 400bb36d9c..4cf82cb440 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 a5eb685044..3b7fd4cea0 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 adc10b7ba4..3caa2e250c 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 451046966f..b1e2176458 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 df027cc0ad..8755afbeb7 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 199e3f2bb5..3ed99e17ac 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 1972c68485..8bd8392a70 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 1086ca140f..189e6f6bf0 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 6d579e1ad0..567a73e435 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 f4e8c62709..8e3951f603 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 2cfcc0d926..0614eb42e0 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 3eeab04e54..cb2396375e 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 6adf862df1..52839503d0 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 e28d5f3968..da41c5ac6e 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 f5fa245228..8d1ab910a0 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 6e84803a2d..7d7153eb65 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 89bf79f103..25f9a6e48f 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 d3afc8698f..1d1a201ade 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 0308a19b65..5089995bef 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 66e498c813..8b4ab4a023 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 1951da258a..fedd4b6782 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 7d506dc437..62afe947aa 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 3b531f7b21..081d2d5090 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 37876654a0..91c1b809d8 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 fcf2d92f91..ec39b79670 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 7bb48f073e..0a56359e3f 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 db65b4963f..fc839a013a 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: