nuttx/boards/arm
Gregory Nutt 2aa85fd17e arch/arm, board/arm: Rename all up_* functions to arm_*
Summary

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

This PR addresses only these name changes for the ARM-private functions prototyped in arm_internal.h

This change to the files only modifies the name of called functions.  nxstyle fixes were made for all core architecture files.  However, there are well over 5000 additional complaints from MCU drivers and board logic that are unrelated to to this change but were affected by the name change.  It is not humanly possible to fix all of these.   I ask that this change be treated like other cosmetic changes that we have done which do not require full nxstyle compliance.

Impact

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

stm32f4discovery:netnsh
2020-05-01 18:28:13 +01:00
..
a1x arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
am335x arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
c5471 arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
cxd56xx arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
dm320 arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +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, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +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, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +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, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
stm32f0l0g0 arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32f7 arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
stm32h7 arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32l4 arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
str71x arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +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