nuttx/arch/arm/src/stm32
Gregory Nutt 542b684f73 arch/arm: Rename all up_*.S files to arm_*.S
Summary

The naming standard at https://cwiki.apache.org/confluence/display/NUTTX/Naming+FAQ requires that all MCU-private files begin with the name of the architecture, not up_.

This PR addresses only these name changes for the up_*.S files.

The entire job required to be compatible with that Naming Convention will also require changing the naming of the up_() functions that are used only within arch/arm and board/arm.

Impact

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

stm32f4discovery:netnsh
2020-05-01 11:29:11 -03:00
..
hardware arch/arm/src/stm32/hardware/stm32f30xxx_pinmap.h: add missing TIM2_CH1 pins 2020-04-22 01:35:10 +08:00
chip.h Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
Kconfig arch/arm/src/stm32/Kconfig - Remove redundant ARCH_CHIP configs 2020-04-27 17:46:31 -06:00
Make.defs arch/arm: Rename all up_*.S files to arm_*.S 2020-05-01 11:29:11 -03:00
stm32_1wire.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_1wire.h
stm32_adc.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_adc.h arch/arm/src/stm32/stm32_adc.h: add prefix STM32 to low-level ops macros 2020-04-26 11:35:11 -06:00
stm32_aes.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_aes.h
stm32_alarm.h
stm32_allocateheap.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_bbsram.c Check the return of nxsem_wait_uninterruptible() 2020-04-04 15:37:12 -06:00
stm32_bbsram.h
stm32_bkp.h
stm32_can.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_can.h
stm32_capture.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_capture.h
stm32_ccm.c Fix a few errors concerning use of section block comments in .c files: (#95) 2020-01-14 00:37:54 +01:00
stm32_ccm.h
stm32_comp.c Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
stm32_comp.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_dac.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_dac.h Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
stm32_dbgmcu.h
stm32_dfumode.c Within the OS, nxisg_sleep() should be used instead of sleep(). sleep() is a cancellation point and sets the errno value. Neither of which should be done inside the OS. 2019-11-29 19:03:24 -06:00
stm32_dfumode.h
stm32_dma2d.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_dma2d.h
stm32_dma_v1.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_dma_v2.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_dma.c
stm32_dma.h Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
stm32_dumpgpio.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_eth.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_eth.h Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
stm32_exti_alarm.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_exti_gpio.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_exti_pwr.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_exti_pwr.h
stm32_exti_wakeup.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_exti.h
stm32_flash.c
stm32_flash.h
stm32_fmc.c arch/arm/src/stm32/stm32_fmc.c: fix compilation error (#27) 2020-01-02 13:48:03 -06:00
stm32_fmc.h Squashed commit of the following: 2020-01-02 12:17:16 -03:00
stm32_freerun.c
stm32_freerun.h
stm32_fsmc.c
stm32_fsmc.h
stm32_gpio.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_gpio.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_hciuart.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_hciuart.h Fix typos and some incorrect comments 2020-01-20 09:32:36 -03:00
stm32_hrtim.c Fix typos in comments 2020-03-03 09:11:57 -06:00
stm32_hrtim.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_i2c_alt.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_i2c_v2.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_i2c.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_i2c.h
stm32_i2s.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_i2s.h
stm32_idle.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_irq.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_iwdg.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_lowputc.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_lowputc.h Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
stm32_lse.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_lsi.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_ltdc.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_ltdc.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_mpuinit.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
stm32_mpuinit.h
stm32_oneshot_lowerhalf.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_oneshot.c Fix typos in comments and documentation. 2020-03-16 20:01:11 -06:00
stm32_oneshot.h
stm32_opamp.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_opamp.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_otgfs.h Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
stm32_otgfsdev.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_otgfshost.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_otghs.h Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
stm32_otghsdev.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_otghshost.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_pm.h arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_pminitialize.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_pmsleep.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_pmstandby.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_pmstop.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_procfs_ccm.c
stm32_pwm.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_pwm.h arch/arm/src/stm32/stm32_pwm: fix PWM_DUMP_REGS macro 2020-04-22 01:37:42 +08:00
stm32_pwr.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_pwr.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_qencoder.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_qencoder.h Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
stm32_rcc.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_rcc.h arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_rng.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_rtc_lowerhalf.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_rtc.c
stm32_rtc.h
stm32_rtcc.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_rtcounter.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_sdadc.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_sdadc.h
stm32_sdio.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_sdio.h Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
stm32_serial.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_spi.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_spi.h Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
stm32_start.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_start.h
stm32_syscfg.h
stm32_tickless.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_tim_lowerhalf.c
stm32_tim.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_tim.h
stm32_timerisr.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_uart.h arch/arm/src/stm32/stm32_uart.h: Fix nxstyle complaints. 2020-03-10 06:53:00 -05:00
stm32_uid.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
stm32_uid.h
stm32_usbdev.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_usbdev.h Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
stm32_usbhost.c
stm32_usbhost.h arch/arm/src/stm32 and boards/arm/stm32/olimex-stm32-p207/src: Fix an error found in build testing. There is not relationship be CONFIG_STM32_USBHOST and CONFIG_USBHOST, yet they they are used interchangably. This means that can (and did) get out of synch causing link time failures. This commit adds logic to select CONFIG_USBHOST when CONFIG_STM32_USBHOST is selected, keeping the two settings syncrhonized. Furthermore, since CONFIG_STM32_USBHOST is the authoritative setting, all ocurrences of CONFIG_USBHOST were replaced with CONFIG_STM32_USBHOST in the architecture code and in this one board code that was producing the error in build testing. 2019-10-27 15:02:56 -06:00
stm32_userspace.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
stm32_userspace.h
stm32_waste.c
stm32_waste.h
stm32_wdg.h
stm32_wwdg.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32.h arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32f10xxf30xx_flash.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32f10xxx_rcc.c Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
stm32f20xxf40xx_flash.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32f20xxx_rcc.c
stm32f30xxx_rcc.c Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
stm32f33xxx_rcc.c Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
stm32f37xxx_rcc.c Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
stm32f40xxx_alarm.h
stm32f40xxx_i2c.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32f40xxx_rcc.c Fix typos in comments and documentation (#750) 2020-04-08 06:45:35 -06:00
stm32f40xxx_rtcc.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32l15xx_flash.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32l15xxx_alarm.h
stm32l15xxx_rcc.c Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
stm32l15xxx_rtcc.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00