sourcefiles: Fix relative path in file header

This commit is contained in:
Gustavo Henrique Nihei 2021-03-08 18:39:04 -03:00 committed by Xiang Xiao
parent 13535d8725
commit 330eff36d7
1507 changed files with 1505 additions and 1508 deletions

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/include/armv7-a/spinlock.h
* arch/arm/include/arm/spinlock.h
*
* Copyright (C) 2016 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/include/armv7-a/spinlock.h
* arch/arm/include/armv6-m/spinlock.h
*
* Copyright (C) 2016 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/include/armv7-a/spinlock.h
* arch/arm/include/armv7-m/spinlock.h
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/include/armv8-a/spinlock.h
* arch/arm/include/armv8-m/spinlock.h
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/include/CXD56XX/crashdump.h
* arch/arm/include/cxd56xx/crashdump.h
*
* Copyright 2018 Sony Semiconductor Solutions Corporation
*

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/include/efm32s/efm32g_irq.h
* arch/arm/include/efm32/efm32g_irq.h
*
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/include/efm32s/efm32gg_irq.h
* arch/arm/include/efm32/efm32gg_irq.h
*
* Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved.
* Author: Pierre-noel Bouteville <pnb990@gmail.com>

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/include/efm32s/efm32tg_irq.h
* arch/arm/include/efm32/efm32tg_irq.h
*
* Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved.
* Author: Pierre-noel Bouteville <pnb990@gmail.com>

View File

@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/include/efm32s/irq.h
* arch/arm/include/efm32/irq.h
*
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/src/eoss3/chip.h
* arch/arm/include/eoss3/chip.h
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
/****************************************************************************************
* arch/arm/include/imxrt/imxrt105x_irq.h
* arch/arm/include/imxrt/imxrt102x_irq.h
*
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/include/kinetis/chip.h
* arch/arm/include/kl/chip.h
*
* Copyright (C) 2013, 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/include/kinetis/irq.h
* arch/arm/include/kl/irq.h
*
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/include/lpc17xx_40xxx/irq.h
* arch/arm/include/lpc17xx_40xx/irq.h
*
* Copyright (C) 2010-2011, 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/lpc17xx_40xx/lpc176x_irq.h
* arch/arm/include/lpc17xx_40xx/lpc176x_irq.h
*
* Copyright (C) 2010-2011, 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/include/lpc17xx_40xxx/lpc178x_40xx_irq.h
* arch/arm/include/lpc17xx_40xx/lpc178x_40xx_irq.h
*
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Authors: Rommel Marcelo

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/lpc214x/irq.h
* arch/arm/include/lpc214x/irq.h
*
* Copyright (C) 2007, 2008, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/lpc2378/irq.h
* arch/arm/include/lpc2378/irq.h
*
* Copyright (C) 2010 Rommel Marcelo. All rights reserved.
* Copyright (C) 2015 Gregory Nutt. All rights reserved.

View File

@ -1,5 +1,5 @@
/********************************************************************************************
* arch/arm/include/lpc43xxx/irq.h
* arch/arm/include/lpc43xx/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/lpc54xxx/irq.h
* arch/arm/include/lpc54xx/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/lpc54xxx/lpc546x_irq.h
* arch/arm/include/lpc54xx/lpc546x_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/max326xx/max32660.h
* arch/arm/include/max326xx/max32660_irq.h
*
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/include/x32k1xx/chip.h
* arch/arm/include/s32k1xx/chip.h
*
* Copyright (C) 2019 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/samd2l2/sam_adc.h
* arch/arm/include/samd2l2/sam_adc.h
*
* Copyright (C) 2019 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/****************************************************************************************
* arch/arm/include/samd/samd20_irq.h
* arch/arm/include/samd2l2/samd20_irq.h
*
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/****************************************************************************************
* arch/arm/include/samd/samd21_irq.h
* arch/arm/include/samd2l2/samd21_irq.h
*
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/****************************************************************************************
* arch/arm/include/samd/saml21_irq.h
* arch/arm/include/samd2l2/saml21_irq.h
*
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/************************************************************************************************
* arch/arm/include/samd5e5/sam4l_irq.h
* arch/arm/include/samd5e5/samd5e5_irq.h
*
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/include/stm32f0/irq.h
* arch/arm/include/stm32f0l0g0/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/stm32f7/stm32f72xx73xx_irq.h.h
* arch/arm/include/stm32f7/stm32f72xx73xx_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/stm32f7/stm32f74xx75xx_irq.h.h
* arch/arm/include/stm32f7/stm32f74xx75xx_irq.h
*
* Copyright (C) 2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/****************************************************************************************************
* arch/arm/include/stm32f7/stm32f76xx77xx_irq.h.h
* arch/arm/include/stm32f7/stm32f76xx77xx_irq.h
*
* Copyright (C) 2009 Gregory Nutt. All rights reserved.
* Authors: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/****************************************************************************************************
* arch/arm/include/stm32h7/stm32h7x3xx_irq.h.h
* arch/arm/include/stm32h7/stm32h7x3xx_irq.h
*
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
* Authors: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/****************************************************************************************************
* arch/arm/include/stm32h7/stm32h7x7xx_irq.h.h
* arch/arm/include/stm32h7/stm32h7x7xx_irq.h
*
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
* Authors: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/********************************************************************************************
* arch/arm/include/xmc4/xmc4500_.h
* arch/arm/include/xmc4/xmc4500_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/xmc4/xmc4700_.h
* arch/arm/include/xmc4/xmc4700_irq.h
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
/********************************************************************************************
* arch/arm/include/xmc4/xmc4800_.h
* arch/arm/include/xmc4/xmc4800_irq.h
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/src/am225x/am335x_lcdc.c
* arch/arm/src/am335x/am335x_lcdc.c
*
* Copyright (C) 2019 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/src/armv7/arm_addrenv.c
* arch/arm/src/armv7-a/arm_addrenv.c
*
* Copyright (C) 2014, 2019 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/src/armv7/arm_addrenv_kstack.c
* arch/arm/src/armv7-a/arm_addrenv_kstack.c
*
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/src/armv7/arm_addrenv_shm.c
* arch/arm/src/armv7-a/arm_addrenv_shm.c
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/src/armv7/arm_addrenv_ustack.c
* arch/arm/src/armv7-a/arm_addrenv_ustack.c
*
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/src/armv7/arm_addrenv.c
* arch/arm/src/armv7-a/arm_addrenv_utils.c
*
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/src/armv7-a/chip/arm-l2cc_pl310.c
* arch/arm/src/armv7-a/arm_l2cc_pl310.c
*
* Copyright (C) 2014, 2016 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/src/armv7/arm_pgalloc.c
* arch/arm/src/armv7-a/arm_pgalloc.c
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/src/armv7-a/arm_phypgaddr.c
* arch/arm/src/armv7-a/arm_physpgaddr.c
*
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/armv7-a/chip/l2cc_pl310.h
* arch/arm/src/armv7-a/l2cc_pl310.h
*
* Register definitions for the L2 Cache Controller (L2CC) is based on the
* L2CC-PL310 ARM multi-way cache macrocell, version r3p2.

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/irq/arm_ramvec_attach.c
* arch/arm/src/armv7-m/arm_ramvec_attach.c
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/irq/arm_trigger_irq.c
* arch/arm/src/armv7-m/arm_trigger_irq.c
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/armv7-r/chip/arm-l2cc_pl310.c
* arch/arm/src/armv7-r/arm_l2cc_pl310.c
*
* Copyright (C) 2015-2016 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/armv7-r/chip/l2cc_pl310.h
* arch/arm/src/armv7-r/l2cc_pl310.h
*
* Register definitions for the L2 Cache Controller (L2CC) is based on the
* L2CC-PL310 ARM multi-way cache macrocell, version r3p2.

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/irq/arm_ramvec_attach.c
* arch/arm/src/armv8-m/arm_ramvec_attach.c
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/irq/arm_trigger_irq.c
* arch/arm/src/armv8-m/arm_trigger_irq.c
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with

View File

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

View File

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

View File

@ -1,5 +1,5 @@
/****************************************************************************
* common/arm_exit.c
* arch/arm/src/common/arm_exit.c
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
/****************************************************************************
* bsp/src/cxd56_backuplog.c
* arch/arm/src/cxd56xx/cxd56_backuplog.c
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/src/cxd56/cxd56_i2c_bitbang.c
* arch/arm/src/cxd56xx/cxd56_i2c_bitbang.c
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/src/cxd56/cxd56_i2c_bitbang.h
* arch/arm/src/cxd56xx/cxd56_i2c_bitbang.h
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
/************************************************************************************
* dm320/dm320_uart.h
* arch/arm/src/dm320/dm320_ahb.h
*
* Copyright (C) 2008-2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

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

View File

@ -1,5 +1,5 @@
/************************************************************************************
* dm320/dm320_busc.h
* arch/arm/src/dm320/dm320_busc.h
*
* Copyright (C) 2008-2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/************************************************************************************
* dm320/dm320_clkc.h
* arch/arm/src/dm320/dm320_clkc.h
*
* Copyright (C) 2008-2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/************************************************************************************
* dm320/dm320_emif.h
* arch/arm/src/dm320/dm320_emif.h
*
* Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/************************************************************************************
* dm320/dm320_gio.h
* arch/arm/src/dm320/dm320_gio.h
*
* Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/************************************************************************************
* dm320/dm320_intc.h
* arch/arm/src/dm320/dm320_intc.h
*
* Copyright (C) 2007-2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/************************************************************************************
* dm320/dm320_memorymap.h
* arch/arm/src/dm320/dm320_memorymap.h
*
* Copyright (C) 2007, 2009-2010 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/************************************************************************************
* dm320/dm320_osd.h
* arch/arm/src/dm320/dm320_osd.h
*
* Copyright (C) 2008-2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/************************************************************************************
* dm320/dm320_timer.h
* arch/arm/src/dm320/dm320_timer.h
*
* Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/************************************************************************************
* dm320/dm320_uart.h
* arch/arm/src/dm320/dm320_uart.h
*
* Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/************************************************************************************
* dm320/dm320_uart.h
* arch/arm/src/dm320/dm320_usb.h
*
* Copyright (C) 2008-2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

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

View File

@ -1,5 +1,5 @@
/*******************************************************************************************************************************
* arch/arm/src/efm32/chip/efm32_acmp.h
* arch/arm/src/efm32/hardware/efm32_acmp.h
*
* Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com</b>
*

View File

@ -1,5 +1,5 @@
/*******************************************************************************************************************************
* arch/arm/src/efm32/chip/efm32_adc.h
* arch/arm/src/efm32/hardware/efm32_adc.h
*
* Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com</b>
*

View File

@ -1,5 +1,5 @@
/*******************************************************************************************************************************
* arch/arm/src/efm32/chip/efm32_aes.h
* arch/arm/src/efm32/hardware/efm32_aes.h
*
* Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com</b>
*

View File

@ -1,5 +1,5 @@
/*******************************************************************************************************************************
* arch/arm/src/efm32/chip/efm32_burtc.h
* arch/arm/src/efm32/hardware/efm32_burtc.h
*
* Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com</b>
*

View File

@ -1,5 +1,5 @@
/*******************************************************************************************************************************
* arch/arm/src/efm32/chip/efm32_calibrate.h
* arch/arm/src/efm32/hardware/efm32_calibrate.h
*
* Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com</b>
*

View File

@ -1,5 +1,5 @@
/********************************************************************************************************************************
* arch/arm/src/efm32/chip/efm32_cmu.h
* arch/arm/src/efm32/hardware/efm32_cmu.h
*
* (C) Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com
*

View File

@ -1,5 +1,5 @@
/*******************************************************************************************************************************
* arch/arm/src/efm32/chip/efm32_dac.h
* arch/arm/src/efm32/hardware/efm32_dac.h
*
* Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com</b>
*

View File

@ -1,5 +1,5 @@
/*******************************************************************************************************************************
* arch/arm/src/efm32/chip/efm32_devinfo.h
* arch/arm/src/efm32/hardware/efm32_devinfo.h
*
* Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com</b>
*

View File

@ -1,5 +1,5 @@
/*******************************************************************************************************************************
* arch/arm/src/efm32/chip/efm32_dma.h
* arch/arm/src/efm32/hardware/efm32_dma.h
*
* Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com</b>
*

View File

@ -1,5 +1,5 @@
/*******************************************************************************************************************************
* arch/arm/src/efm32/chip/efm32_emu.h
* arch/arm/src/efm32/hardware/efm32_emu.h
*
* Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com</b>
*

View File

@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/efm32/chip/efm32_flash.h
* arch/arm/src/efm32/hardware/efm32_flash.h
*
* 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/efm32/chip/efm32_gpio.h
* arch/arm/src/efm32/hardware/efm32_gpio.h
*
* (C) Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com</b>
*

View File

@ -1,5 +1,5 @@
/*******************************************************************************************************************************
* arch/arm/src/efm32/chip/efm32_i2c.h
* arch/arm/src/efm32/hardware/efm32_i2c.h
*
* Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com</b>
*

View File

@ -1,5 +1,5 @@
/*******************************************************************************************************************************
* arch/arm/src/efm32/chip/efm32_lcd.h
* arch/arm/src/efm32/hardware/efm32_lcd.h
*
* Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com</b>
*

View File

@ -1,5 +1,5 @@
/*******************************************************************************************************************************
* arch/arm/src/efm32/chip/efm32_lesense.h
* arch/arm/src/efm32/hardware/efm32_lesense.h
*
* Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com</b>
*

View File

@ -1,5 +1,5 @@
/*******************************************************************************************************************************
* arch/arm/src/efm32/chip/efm32_letimer.h
* arch/arm/src/efm32/hardware/efm32_letimer.h
*
* Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com</b>
*

View File

@ -1,5 +1,5 @@
/*******************************************************************************************************************************
* arch/arm/src/efm32/chip/efm32_leuart.h
* arch/arm/src/efm32/hardware/efm32_leuart.h
*
* Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com</b>
*

View File

@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/efm32/chip/efm32_memorymap.h
* arch/arm/src/efm32/hardware/efm32_memorymap.h
*
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/*******************************************************************************************************************************
* arch/arm/src/efm32/chip/efm32_msc.h
* arch/arm/src/efm32/hardware/efm32_msc.h
*
* Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com</b>
*

View File

@ -1,5 +1,5 @@
/*******************************************************************************************************************************
* arch/arm/src/efm32/chip/efm32_pcnt.h
* arch/arm/src/efm32/hardware/efm32_pcnt.h
*
* Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com</b>
*

View File

@ -1,5 +1,5 @@
/*******************************************************************************************************************************
* arch/arm/src/efm32/chip/efm32_prs.h
* arch/arm/src/efm32/hardware/efm32_prs.h
*
* Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com</b>
*

View File

@ -1,5 +1,5 @@
/*******************************************************************************************************************************
* arch/arm/src/efm32/chip/efm32_rmu.h
* arch/arm/src/efm32/hardware/efm32_rmu.h
*
* Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com</b>
*

View File

@ -1,5 +1,5 @@
/*******************************************************************************************************************************
* arch/arm/src/efm32/chip/efm32_romtable.h
* arch/arm/src/efm32/hardware/efm32_romtable.h
*
* Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com</b>
*

View File

@ -1,5 +1,5 @@
/*******************************************************************************************************************************
* arch/arm/src/efm32/chip/efm32_rtc.h
* arch/arm/src/efm32/hardware/efm32_rtc.h
*
* Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com</b>
*

View File

@ -1,5 +1,5 @@
/*******************************************************************************************************************************
* arch/arm/src/efm32/chip/efm32_timer.h
* arch/arm/src/efm32/hardware/efm32_timer.h
*
* Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com</b>
*

View File

@ -1,5 +1,5 @@
/********************************************************************************************************************************
* arch/arm/src/efm32/EFM32GG/efm32_usart.h
* arch/arm/src/efm32/hardware/efm32_usart.h
*
* (C) Copyright 2014 Silicon Labs, http://www.silabs.com
*

View File

@ -1,5 +1,5 @@
/*******************************************************************************************************************************
* arch/arm/src/efm32/chip/efm32_usb.h
* arch/arm/src/efm32/hardware/efm32_usb.h
*
* Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com</b>
*

View File

@ -1,5 +1,5 @@
/*******************************************************************************************************************************
* arch/arm/src/efm32/chip/efm32_vcmp.h
* arch/arm/src/efm32/hardware/efm32_vcmp.h
*
* Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com</b>
*

Some files were not shown because too many files have changed in this diff Show More