nuttx/arch/arm
Gregory Nutt 1bab5b6813 arch/arm/: Rename up_intstack_* to arm_intstack_*
The naming standard at https://cwiki.apache.org/confluence/display/NUTTX/Naming+FAQ requires that all architecture-private functions begin with the name of the arch, not up_.

This PR addresses only these name changes for the ARM-private functions up_instack_base() and up_instack_top() which should be called arm_instack_base() and arm_instack_top().

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

Normal PR checks are sufficient
2020-05-03 14:48:40 -03:00
..
include Mea Culpa. Fix nxstyle problems from PR879 2020-04-26 11:56:15 -03:00
src arch/arm/: Rename up_intstack_* to arm_intstack_* 2020-05-03 14:48:40 -03:00
Kconfig Porting arch/armv8-m support 2020-04-26 07:43:37 -06:00