arch/arm/src/armv8-m: Rename files to correspond to naming conventions.

This files in the arch/arm/src/armv8-m directory were cloned from arch/arm/src/armv7-m.  Naming standards were created for the architecture files, function, and variable names:  https://cwiki.apache.org/confluence/display/NUTTX/Naming+FAQ

There however were never appliced to arch/arm/src/armv7-m and so this bad naming was inherited by arch/arm/src/armv8-m.  This commit corrects the file naming only and makes it compliant with the Naming FAQ.
This commit is contained in:
Gregory Nutt 2020-04-26 10:13:22 -06:00 committed by Alan Carvalho de Assis
parent 6766aa0ed5
commit 15f003d01c
26 changed files with 26 additions and 26 deletions

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/src/armv8-m/up_assert.c
* arch/arm/src/armv8-m/arm_assert.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/armv8-m/up_blocktask.c
* arch/arm/src/armv8-m/arm_blocktask.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/armv8-m/up_cache.c
* arch/arm/src/armv8-m/arm_cache.c
*
* Copyright (C) 2015, 2018-2019 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/src/armv8-m/up_copyarmstate.c
* arch/arm/src/armv8-m/arm_copyarmstate.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/armv8-m/up_copyfullstate.c
* arch/arm/src/armv8-m/arm_copyfullstate.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/armv8-m/up_doirq.c
* arch/arm/src/armv8-m/arm_doirq.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/armv8-m/up_hardfault.c
* arch/arm/src/armv8-m/arm_hardfault.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/armv8-m/up_initialstate.c
* arch/arm/src/armv8-m/arm_initialstate.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/armv8-m/up_itm.c
* arch/arm/src/armv8-m/arm_itm.c
*
* Copyright (c) 2009 - 2013 ARM LIMITED
*

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/src/armv8-m/up_itm_syslog.c
* arch/arm/src/armv8-m/arm_itm_syslog.c
*
* Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved.
* Copyright (C) 2014, 2016 Gregory Nutt. All rights reserved.

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/src/armv8-m/up_memfault.c
* arch/arm/src/armv8-m/arm_memfault.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/armv8-m/up_mpu.c
* arch/arm/src/armv8-m/arm_mpu.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/up_ramvec_attach.c
* arch/arm/irq/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/src/armv8-m/up_ramvec_initialize.c
* arch/arm/src/armv8-m/arm_ramvec_initialize.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/armv8-m/up_releasepending.c
* arch/arm/src/armv8-m/arm_releasepending.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/armv8-m/up_reprioritizertr.c
* arch/arm/src/armv8-m/arm_reprioritizertr.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/armv8-m/up_schedulesigaction.c
* arch/arm/src/armv8-m/arm_schedulesigaction.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/armv8-m/up_sigdeliver.c
* arch/arm/src/armv8-m/arm_sigdeliver.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/armv8-m/up_signal_dispatch.c
* arch/arm/src/armv8-m/arm_signal_dispatch.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/armv8-m/up_stackcheck.c
* arch/arm/src/armv8-m/arm_stackcheck.c
*
* Copyright (c) 2013, 2014 PX4 Development Team. All rights reserved.
*

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/src/armv8-m/up_svcall.c
* arch/arm/src/armv8-m/arm_svcall.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/armv8-m/up_systemreset.c
* arch/arm/src/armv8-m/arm_systemreset.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/armv8-m/up_systick.c
* arch/arm/src/armv8-m/arm_systick.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/up_trigger_irq.c
* arch/arm/irq/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/armv8-m/up_unblocktask.c
* arch/arm/src/armv8-m/arm_unblocktask.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/armv8-m/up_vectors.c
* arch/arm/src/armv8-m/arm_vectors.c
*
* Copyright (C) 2012 Michael Smith. All rights reserved.
*