nuttx/boards/arm/stm32/stm32f334-disco/src
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
..
Makefile
stm32_adc.c Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
stm32_appinit.c Fix typos in comments. 2019-08-21 09:32:59 -06:00
stm32_autoleds.c
stm32_boot.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_buttons.c Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00
stm32_comp.c
stm32_hrtim.c
stm32_opamp.c
stm32_powerled.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_smps.c arch/arm, board/arm: Rename all up_ramvec_* functions to arm_ramvec_* 2020-05-01 16:55:33 -03:00
stm32f334-disco.h