nuttx/arch/arm/src
Gregory Nutt 01d32a2b22 arch/arm/stm32, stm32f7, stm32l4: Rename up_waste to stm32_waste
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 MCU, not up_.

This PR addresses only these name changes for the STM32-private functions up_waste() which should be called stm32_waste.

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

Normal PR checks are sufficient
2020-05-03 16:42:19 +01:00
..
a1x arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
am335x arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
arm arch/arm: Rename up_savestate and up_restorestate 2020-05-02 18:35:30 -03:00
armv6-m arch/arm: Rename up_savestate and up_restorestate 2020-05-02 18:35:30 -03:00
armv7-a arch/arm: Rename up_savestate and up_restorestate 2020-05-02 18:35:30 -03:00
armv7-m arch/arm: Rename up_savestate and up_restorestate 2020-05-02 18:35:30 -03:00
armv7-r arch/arm: Rename up_savestate and up_restorestate 2020-05-02 18:35:30 -03:00
armv8-m arch/arm: Rename up_savestate and up_restorestate 2020-05-02 18:35:30 -03:00
c5471 arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
common arch/arm: Rename up_savestate and up_restorestate 2020-05-02 18:35:30 -03:00
cxd56xx arch/arm: Rename up_savestate and up_restorestate 2020-05-02 18:35:30 -03:00
dm320 arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
efm32 Run all .c and .h modified by this PR through nxstyle 2020-05-01 16:55:33 -03:00
imx1 arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
imx6 arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
imxrt Run all .c and .h modified by this PR through nxstyle 2020-05-01 16:55:33 -03:00
kinetis Run all .c and .h modified by this PR through nxstyle 2020-05-01 16:55:33 -03:00
kl arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
lc823450 arch/arm: Rename up_savestate and up_restorestate 2020-05-02 18:35:30 -03:00
lpc17xx_40xx Run all .c and .h modified by this PR through nxstyle 2020-05-01 16:55:33 -03:00
lpc31xx arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
lpc43xx Run all .c and .h modified by this PR through nxstyle 2020-05-01 16:55:33 -03:00
lpc54xx Run all .c and .h modified by this PR through nxstyle 2020-05-01 16:55:33 -03:00
lpc214x arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
lpc2378 arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
max326xx Run all .c and .h modified by this PR through nxstyle 2020-05-01 16:55:33 -03:00
moxart arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
nrf52 arch/arm, board/arm: Rename all up_ramvec_* functions to arm_ramvec_* 2020-05-01 16:55:33 -03:00
nuc1xx arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
s32k1xx Run all .c and .h modified by this PR through nxstyle 2020-05-01 16:55:33 -03:00
sam34 arch/arm: Rename up_savestate and up_restorestate 2020-05-02 18:35:30 -03:00
sama5 arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
samd2l2 arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
samd5e5 Run all .c and .h modified by this PR through nxstyle 2020-05-01 16:55:33 -03:00
samv7 Run all .c and .h modified by this PR through nxstyle 2020-05-01 16:55:33 -03:00
stm32 arch/arm/stm32, stm32f7, stm32l4: Rename up_waste to stm32_waste 2020-05-03 16:42:19 +01:00
stm32f0l0g0 arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
stm32f7 arch/arm/stm32, stm32f7, stm32l4: Rename up_waste to stm32_waste 2020-05-03 16:42:19 +01:00
stm32h7 Run all .c and .h modified by this PR through nxstyle 2020-05-01 16:55:33 -03:00
stm32l4 arch/arm/stm32, stm32f7, stm32l4: Rename up_waste to stm32_waste 2020-05-03 16:42:19 +01:00
str71x arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
tiva Run all .c and .h modified by this PR through nxstyle 2020-05-01 16:55:33 -03:00
tms570 arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
xmc4 Run all .c and .h modified by this PR through nxstyle 2020-05-01 16:55:33 -03:00
.gitignore Revert "Don't generate .depend anymore" 2020-03-22 23:07:29 -05:00
Makefile build: Remove 'u' prefix from userspace library 2020-05-01 15:56:55 -06:00