nuttx/arch/arm/src/nrf52
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
..
hardware arch/arm/src/nrf52: add initial interface to work with on-chip radio 2020-04-03 18:22:55 -06:00
chip.h arch/arm/src/nrf52: fix coding standard issues 2020-03-27 12:51:54 -06:00
Kconfig arch/arm/src/nrf52: add initial interface to work with on-chip radio 2020-04-03 18:22:55 -06:00
Make.defs arch/arm: Rename all up_*.S files to arm_*.S 2020-05-01 11:29:11 -03:00
nrf52_allocateheap.c arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
nrf52_clockconfig.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
nrf52_clockconfig.h arch/arm/src/nrf52: fix coding standard issues 2020-03-27 12:51:54 -06:00
nrf52_config.h arch/arm/src/nrf52: fix coding standard issues 2020-03-27 12:51:54 -06:00
nrf52_flash.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
nrf52_gpio.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
nrf52_gpio.h arch/arm/src/nrf52: fix coding standard issues 2020-03-27 12:51:54 -06:00
nrf52_gpiote.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
nrf52_gpiote.h arch/arm/src/nrf52: fix coding standard issues 2020-03-27 12:51:54 -06:00
nrf52_i2c.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
nrf52_i2c.h arch/arm/src/nrf52: fix coding standard issues 2020-03-27 12:51:54 -06:00
nrf52_idle.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
nrf52_irq.c arch/arm, board/arm: Rename all up_ramvec_* functions to arm_ramvec_* 2020-05-01 16:55:33 -03:00
nrf52_irq.h arch/arm/src/nrf52: fix coding standard issues 2020-03-27 12:51:54 -06:00
nrf52_lowputc.c arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
nrf52_lowputc.h arch/arm/src/nrf52: fix coding standard issues 2020-03-27 12:51:54 -06:00
nrf52_nvmc.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
nrf52_nvmc.h Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
nrf52_radio.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
nrf52_radio.h arch/arm/src/nrf52: add initial interface to work with on-chip radio 2020-04-03 18:22:55 -06:00
nrf52_rng.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
nrf52_serial.c arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
nrf52_serial.h arch/arm/src/nrf52: fix coding standard issues 2020-03-27 12:51:54 -06:00
nrf52_spi.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
nrf52_spi.h arch/arm/src/nrf52: fix coding standard issues 2020-03-27 12:51:54 -06:00
nrf52_start.c arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
nrf52_start.h arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
nrf52_timerisr.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
nrf52_utils.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
nrf52_wdt.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
nrf52_wdt.h arch/arm/src/nrf52: fix coding standard issues 2020-03-27 12:51:54 -06:00
nrf52832_errdata.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00