nuttx/boards/arm
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
..
a1x arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
am335x arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
c5471 arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
cxd56xx arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
dm320 arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
efm32 arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
imx6 arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
imxrt arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
kinetis arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
kl arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
lc823450 arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
lpc17xx_40xx arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
lpc31xx arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
lpc43xx arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
lpc54xx Run refresh.sh --silent all 2020-04-18 07:17:38 -06:00
lpc214x arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
lpc2378 arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
max326xx arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
moxart Run refresh.sh --silent all 2020-04-18 07:17:38 -06:00
nrf52 arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
nuc1xx arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
s32k1xx arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
sam34 arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
sama5 arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
samd2l2 Use EXTRAFLAGS instead of EXTRADEFINES to be used by make via command line 2020-04-11 08:31:08 -06:00
samd5e5 arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
samv7 arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32 arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32f0l0g0 arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32f7 arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32h7 arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32l4 arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
str71x arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
tiva arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
tms570 arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
xmc4 arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00