nuttx/arch/arm
Gregory Nutt b0dbdd7c10 arch/arm, board/arm: Rename all up_ramvec_* functions to arm_ramvec_*
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 up_ramvec_initialize() and up_ramvec_attch().

Impact

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

Testing

stm32f4discovery:netnsh
2020-05-01 16:55:33 -03:00
..
include Mea Culpa. Fix nxstyle problems from PR879 2020-04-26 11:56:15 -03:00
src arch/arm, board/arm: Rename all up_ramvec_* functions to arm_ramvec_* 2020-05-01 16:55:33 -03:00
Kconfig Porting arch/armv8-m support 2020-04-26 07:43:37 -06:00