nuttx/boards/arm/stm32l4
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
..
b-l475e-iot01a arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
drivers Merged in alinjerpelea/nuttx (pull request #1014) 2019-08-21 13:39:29 +00:00
nucleo-l432kc arch/arm, board/arm: Rename all up_ramvec_* functions to arm_ramvec_* 2020-05-01 16:55:33 -03:00
nucleo-l452re arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
nucleo-l476rg arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
nucleo-l496zg arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32l4r9ai-disco arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32l476-mdk arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32l476vg-disco arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00