Update some comments.

This commit is contained in:
Gregory Nutt 2017-02-26 09:15:57 -06:00
parent 45ca9f0bf8
commit 2e0ffc0ea3
17 changed files with 18 additions and 18 deletions

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/src/include/stm32/dma2d.h
* arch/arm/include/stm32/dma2d.h
*
* Copyright (C) 2015 Marco Krahl. All rights reserved.
* Author: Marco Krahl <ocram.lhark@gmail.com>

View File

@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/include/stm32s/irq.h
* arch/arm/include/stm32/irq.h
*
* Copyright (C) 2009, 2012, 2017 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/src/include/stm32/ltdc.h
* arch/arm/include/stm32/ltdc.h
*
* Copyright (C) 2014-2015 Marco Krahl. All rights reserved.
* Author: Marco Krahl <ocram.lhark@gmail.com>

View File

@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/include/stm32s/stm32f10xxx_irq.h
* arch/arm/include/stm32/stm32f10xxx_irq.h
*
* Copyright (C) 2009, 2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/****************************************************************************************************
* arch/arm/include/stm32s/stm32f20xxx_irq.h
* arch/arm/include/stm32/stm32f20xxx_irq.h
*
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/****************************************************************************************************
* arch/arm/include/stm32s/stm32f30xxx_irq.h
* arch/arm/include/stm32/stm32f30xxx_irq.h
*
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/****************************************************************************************************
* arch/arm/include/stm32s/stm32f37xxx_irq.h
* arch/arm/include/stm32/stm32f33xxx_irq.h
*
* Copyright (C) 2017 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/****************************************************************************************************
* arch/arm/include/stm32s/stm32f37xxx_irq.h
* arch/arm/include/stm32/stm32f37xxx_irq.h
*
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/****************************************************************************************************
* arch/arm/include/stm32s/stm32f40xxx_irq.h
* arch/arm/include/stm32/stm32f40xxx_irq.h
*
* Copyright (C) 2009, 2014-2015 Gregory Nutt. All rights reserved.
* Copyright (C) 2016 Omni Hoverboards Inc. All rights reserved.

View File

@ -1,5 +1,5 @@
/****************************************************************************************************
* arch/arm/include/stm32s/stm32l15xxx_irq.h
* arch/arm/include/stm32/stm32l15xxx_irq.h
* For STM32L100xx, STM32L151xx, STM32L152xx and STM32L162xx advanced ARM-based 32-bit MCUs
*
* Copyright (C) 2013 Gregory Nutt. All rights reserved.

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/src/stm32/up_allocateheap.c
* arch/arm/src/stm32/stm32_allocateheap.c
*
* Copyright (C) 2011-2013, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/************************************************************************************
* arm/arm/src/stm32/stm32_capture.c
* arch/arm/src/stm32/stm32_capture.c
*
* Copyright (C) 2015 Bouteville Pierre-Noel. All rights reserved.
* Author: Bouteville Pierre-Noel <pnb990@gmail.com>

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/src/common/stm32_ccm.c
* arch/arm/src/stm32/stm32_ccm.c
*
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@ -62,4 +62,4 @@ struct mm_heap_s g_ccm_heap;
* Public Function Prototypes
****************************************************************************/
#endif /* HAVE_CCM_HEAP */
#endif /* HAVE_CCM_HEAP */

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/src/common/stm32_ccm.h
* arch/arm/src/stm32/stm32_ccm.h
*
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/************************************************************************************
* arm/arm/src/stm32/stm32_spi.c
* arch/arm/src/stm32/stm32_spi.c
*
* Copyright (C) 2009-2013, 2016 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/************************************************************************************
* arm/arm/src/stm32/stm32_tim.c
* arch/arm/src/stm32/stm32_tim.c
*
* Copyright (C) 2011 Uros Platise. All rights reserved.
* Author: Uros Platise <uros.platise@isotel.eu>

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/src/include/stm32/stm32f0xxx_alarm.h
* arch/arm/src/stm32/stm32f0xxx_alarm.h
*
* Copyright (C) 2016 Gregory Nutt. All rights reserved.
* Author: Neil hancock - delegated to Gregory Nutt Mar 30, 2016