nuttx/arch/arm/src/stm32f0l0g0
Nathan Hartman 80ce7800a9 Sources and Docs: Fix typos and nxstyle issues
Documentation/contributing/coding_style.rst:

    * Fix repeated words: ("this this").
    * Remove trailing spaces.

boards/z80/z80/z80sim/README.txt:

    * Fix repeated words: ("this this") and rewrap lines.

graphics/Kconfig,
libs/libc/math/Kconfig:

    * Fix repeated words: ("this this").

arch/arm/src/armv7-a/arm_assert.c,
arch/arm/src/armv7-r/arm_assert.c,
arch/arm/src/imxrt/imxrt_enet.c,
arch/arm/src/kinetis/kinetis_enet.c,
arch/arm/src/kinetis/kinetis_flexcan.c,
arch/arm/src/s32k1xx/s32k1xx_enet.c,
arch/arm/src/s32k1xx/s32k1xx_flexcan.c,
arch/arm/src/stm32/stm32_pwm.c,
arch/arm/src/stm32h7/stm32_pwm.c,
arch/arm/src/stm32l4/stm32l4_pwm.c,
arch/renesas/src/rx65n/rx65n_usbdev.c,
binfmt/libnxflat/libnxflat_bind.c,
drivers/pipes/pipe_common.c,
net/igmp/igmp_input.c,
net/tcp/tcp_conn.c,
sched/sched/sched_roundrobin.c:

    * Fix typo in comment ("this this").

arch/arm/src/cxd56xx/cxd56_usbdev.c,
arch/arm/src/lc823450/lc823450_usbdev.c:

    * Fix typo in comment and rewrap lines.

arch/arm/src/imxrt/imxrt_usbdev.c,
arch/arm/src/stm32/stm32_dac.c,
arch/arm/src/stm32f0l0g0/stm32_pwm.c,
arch/arm/src/stm32f7/stm32_pwm.c,
arch/arm/src/tiva/lm/lm4f_gpio.h,
fs/nxffs/nxffs_write.c,
include/nuttx/analog/pga11x.h,
include/nuttx/usb/usbdev.h,
net/mld/mld_join.c:

    * Fix typo in comment ("this this").
    * Fix nxstyle issues.
2020-10-02 04:54:52 +02:00
..
hardware Fix typos 2020-05-14 10:49:44 -06:00
chip.h Rename STM32F0L0 to STM32F0L0G0 since it now alsow supports the STM32G0 thanks to Mateusz Szafoni's contribution 2019-05-27 08:16:24 -06:00
Kconfig Fix copy/paste typo in various Kconfigs 2020-04-14 22:42:21 +01:00
Make.defs build: Remove the empty variable assignment 2020-05-24 08:24:13 -06:00
stm32_adc.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_adc.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01: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 Rename STM32F0L0 to STM32F0L0G0 since it now alsow supports the STM32G0 thanks to Mateusz Szafoni's contribution 2019-05-27 08:16:24 -06:00
stm32_dma_v1.c arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
stm32_dma.h Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +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.h Rename STM32F0L0 to STM32F0L0G0 since it now alsow supports the STM32G0 thanks to Mateusz Szafoni's contribution 2019-05-27 08:16:24 -06:00
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_hsi48.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_hsi48.h Rename STM32F0L0 to STM32F0L0G0 since it now alsow supports the STM32G0 thanks to Mateusz Szafoni's contribution 2019-05-27 08:16:24 -06:00
stm32_i2c.c sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
stm32_i2c.h Fix some typos 2019-09-17 10:46:23 -06:00
stm32_idle.c arch/: Trivial typos, mostly "their is" to "there is" 2020-09-09 14:09:43 -04:00
stm32_irq.c arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
stm32_lowputc_v1.c arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
stm32_lowputc_v2.c arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
stm32_lowputc.c Rename STM32F0L0 to STM32F0L0G0 since it now alsow supports the STM32G0 thanks to Mateusz Szafoni's contribution 2019-05-27 08:16:24 -06:00
stm32_lowputc.h Rename STM32F0L0 to STM32F0L0G0 since it now alsow supports the STM32G0 thanks to Mateusz Szafoni's contribution 2019-05-27 08:16:24 -06:00
stm32_lse.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_pwm.c Sources and Docs: Fix typos and nxstyle issues 2020-10-02 04:54:52 +02:00
stm32_pwm.h arch/arm/src/stm32f0l0g0: Fix PWM on TIM16 not working: Adjust TIM registers, Add pins available for mapping TIM14-17, CCMR2 registers was being handled for TIMs who do not have it, and Fix PWM frequency being doubled when in center-aligned mode. 2019-12-02 09:14:56 -06:00
stm32_pwr.c arch/arm/src/stm32f0l0g0/stm32*_pwr.c and stm32g0_rcc.c: Scale dynamic voltage and flash wait states properly on STM32G0 chips. 2019-09-17 11:29:49 -06:00
stm32_pwr.h arch/arm/src/stm32f0l0g0 and boards/arm/stm32f0l0g0/nucleo-g071rb: The last change did NOT eliminate the build problem. This one does. 2019-09-18 15:13:13 -06:00
stm32_rcc.c nxstyle fixes 2020-08-11 09:23:51 +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 sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
stm32_serial_v1.c stm32f0l0g0:serial_v1 fix coding standard violation 2020-08-06 01:03:34 -05:00
stm32_serial_v2.c stm32f0l0g0:serial_v2 fix coding standard violation 2020-08-06 01:03:34 -05:00
stm32_serial.c Rename STM32F0L0 to STM32F0L0G0 since it now alsow supports the STM32G0 thanks to Mateusz Szafoni's contribution 2019-05-27 08:16:24 -06:00
stm32_serial.h Rename STM32F0L0 to STM32F0L0G0 since it now alsow supports the STM32G0 thanks to Mateusz Szafoni's contribution 2019-05-27 08:16:24 -06:00
stm32_spi.c sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
stm32_spi.h Fix some typos 2019-09-17 10:46:23 -06:00
stm32_start.c arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
stm32_start.h Rename STM32F0L0 to STM32F0L0G0 since it now alsow supports the STM32G0 thanks to Mateusz Szafoni's contribution 2019-05-27 08:16:24 -06:00
stm32_tim_lowerhalf.c Add files that were supposed to be included as part of 0d1934a740. 2019-10-11 14:47:53 +08:00
stm32_tim.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32_tim.h Add files that were supposed to be included as part of 0d1934a740. 2019-10-11 14:47:53 +08:00
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/stm32f0l0g0/stm32_serial_v1.c: SERIAL_HAVE_DMA->SERIAL_HAVE_RXDMA. 2019-12-03 07:10:26 -06:00
stm32_usbdev.c arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
stm32_usbdev.h Rename STM32F0L0 to STM32F0L0G0 since it now alsow supports the STM32G0 thanks to Mateusz Szafoni's contribution 2019-05-27 08:16:24 -06:00
stm32.h arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32f0_rcc.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32f0l0_pwr.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32g0_pwr.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
stm32g0_rcc.c Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
stm32l0_rcc.c Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00