nuttx/arch/arm/src/tms570
Gregory Nutt 037c9ea0a4 arch/arm: Rename all up_*.h files to arm_*.h
Summary

The naming standard at https://cwiki.apache.org/confluence/display/NUTTX/Naming+FAQ requires that all MCU-private files begin with the name of the architecture, not up_.

This PR addresses only these name changes for the up_*.h files.  There are only three, but almost 1680 files that include them:

    up_arch.h
    up_internal.h
    up_vfork.h

The only change to the files is from including up_arch.h to arm_arch.h (for example).

The entire job required to be compatible with that Naming Convention will also require changing the naming of the up_() functions that are used only within arch/arm and board/arm.

Impact

There should be not impact of this change (other that one step toward more consistent naming).

Testing

stm32f4discovery:netnsh
2020-05-01 03:43:44 +01:00
..
hardware Rename arch/arm/src/tmc570/chip to arch/arm/src/tmc570/hardware. 2019-05-24 14:53:32 -06:00
chip.h Rename arch/arm/src/tmc570/chip to arch/arm/src/tmc570/hardware. 2019-05-24 14:53:32 -06:00
Kconfig arch/Kconfig: Move FPU options to a common place and unify the usage by removing ARCH_CORTEXRxF. 2019-03-19 10:26:15 -06:00
Make.defs arch/arm: Rename all up_*.c files to arm_*.c 2020-05-01 02:11:01 +01:00
tms570_boot.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
tms570_boot.h arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
tms570_clockconfig.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
tms570_clockconfig.h TMS570: Add a framework that will eventually support self-test 2015-12-20 11:51:36 -06:00
tms570_esm.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
tms570_esm.h irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
tms570_gio.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
tms570_gio.h Rename arch/arm/src/tmc570/chip to arch/arm/src/tmc570/hardware. 2019-05-24 14:53:32 -06:00
tms570_gioirq.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
tms570_irq.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
tms570_irq.h TMS570: Fix a few naming issues leftover from leverage 2015-12-23 16:08:29 -06:00
tms570_lowputc.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
tms570_lowputc.h arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
tms570_selftest.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
tms570_selftest.h Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
tms570_serial.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
tms570_timerisr.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00