nuttx/arch/arm/src/moxart
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
..
chip.h Clean-up from last commit to make sure that all files have BSD licensed header with the correct authors and that the code conforms to the NuttX coding style 2015-07-29 13:52:23 -06:00
Kconfig Add Shared IRQ support for UART w/multi port. 2015-08-10 18:13:35 +03:00
Make.defs arch/arm: Rename all up_*.S files to arm_*.S 2020-05-01 11:29:11 -03:00
moxart_16550.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
moxart_head.S arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
moxart_idle.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
moxart_irq.c arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
moxart_lowputc.S arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
moxart_systemreset.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
moxart_timer.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00