nuttx/arch/arm/src/imx6
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
..
hardware Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
chip.h arch/arm/: Rename up_intstack_* to arm_intstack_* 2020-05-03 14:48:40 -03:00
imx_boot.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
imx_boot.h arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
imx_clockconfig.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
imx_clockconfig.h i.MX6: Add skeleton clockconfig file. Fix some naming problems. Add some warnings. 2016-03-07 16:14:13 -06:00
imx_config.h Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
imx_cpuboot.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
imx_ecspi.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
imx_ecspi.h Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
imx_gpio.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
imx_gpio.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
imx_idle.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
imx_iomuxc.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
imx_iomuxc.h Rename arch/arm/src/imx6/chip to arch/arm/src/imx6/hardware. 2019-05-24 13:52:38 -06:00
imx_irq.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
imx_irq.h Squashed commit of the following: 2018-06-21 10:59:58 -06:00
imx_lowputc.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
imx_lowputc.h arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
imx_memorymap.c Rename arch/arm/src/imx6/chip to arch/arm/src/imx6/hardware. 2019-05-24 13:52:38 -06:00
imx_memorymap.h Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 2017-05-11 13:35:56 -06:00
imx_serial.c arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
imx_serial.h arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
imx_timerisr.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
Kconfig Kconfig files: Fix several errors noted by Alex Denisov in Bitbucket issue 115. 2018-08-05 10:48:02 -06:00
Make.defs arch/arm: Rename all up_*.c files to arm_*.c 2020-05-01 02:11:01 +01:00