nuttx/arch/arm/src/stm32
hartmannathan bfc153ca27
Fix typos in comments and documentation (#750)
* Fix typos in comments and documentation
2020-04-08 06:45:35 -06:00
..
hardware Check the return of nxsem_wait_uninterruptible() (#724) 2020-04-04 14:57:22 -06:00
chip.h Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
Kconfig Fix typos in comments and documentation (#750) 2020-04-08 06:45:35 -06:00
Make.defs arch/arm/src/armv7-m: Add ARMv7-M setjmp/longjump functions. 2019-08-06 15:59:19 -06:00
stm32_1wire.c Check return from nxsem_wait_uninterruptible() 2020-04-02 19:42:07 -06:00
stm32_1wire.h Fix some typos 2019-09-17 10:46:23 -06:00
stm32_adc.c Check return from nxsem_wait_uninterruptible() 2020-04-02 17:37:46 -06:00
stm32_adc.h arch/arm/src/stm32/stm32_adc.h: fix nxstyle issues 2020-04-03 15:29:14 -06:00
stm32_aes.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
stm32_aes.h Rename arch/arm/src/stm32/chip to arch/arm/src/stm32/hardware. 2019-05-25 08:31:02 -06:00
stm32_alarm.h
stm32_allocateheap.c Here's a patch to split the STM32 FMC/FSMC functionality (FSMC = flexible static memory controller, FMC = flexible memory controller = FSMC + sdram support). This commit makes FMC it's own thing rather than piggy backing on the FSMC code. The peripherals have a few utility functions and this commits lets you have a common function in the arch/arm/src/stm32 rather than having duplicate functions in the board code. 2019-05-27 07:21:52 -06:00
stm32_bbsram.c Check the return of nxsem_wait_uninterruptible() 2020-04-04 15:37:12 -06:00
stm32_bbsram.h Standardization of some function headers. 2018-03-13 09:52:27 -06:00
stm32_bkp.h Rename arch/arm/src/stm32/chip to arch/arm/src/stm32/hardware. 2019-05-25 08:31:02 -06:00
stm32_can.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_can.h Fix use of undefined pp-token #errror, other typos. 2019-09-19 18:19:18 -06:00
stm32_capture.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
stm32_capture.h Rename arch/arm/src/stm32/chip to arch/arm/src/stm32/hardware. 2019-05-25 08:31:02 -06:00
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 Cosmetic 2019-05-26 12:33:42 -06:00
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 Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_dac.h Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
stm32_dbgmcu.h Rename arch/arm/src/stm32/chip to arch/arm/src/stm32/hardware. 2019-05-25 08:31:02 -06:00
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 arch/arm/src/stm32/stm32_dfumode.c: Will work only for STM32 F2 and F4. 2019-03-21 14:41:03 -06:00
stm32_dma2d.c Run codespell -w against all files 2020-02-22 14:45:07 -06:00
stm32_dma2d.h drivers/Kconfig: Global configuration variable CONFIG_FB_CMAP is only defined in architecture-specific Kconfig files and then multiple times. Add the single global definition in drivers/Kconfig. arch/arm/src/stm32 and stm32f7: Rename the architecture-specific variables appropriately. Selecting the architecture-specific version will also select the global version. 2018-06-28 12:01:55 -06:00
stm32_dma_v1.c Check return from nxsem_wait_uninterruptible() 2020-04-02 09:06:09 -06:00
stm32_dma_v2.c Check return from nxsem_wait_uninterruptible() 2020-04-02 09:06:09 -06:00
stm32_dma.c Merged in raiden00/nuttx_pe (pull request #771) 2018-12-02 11:49:25 +00:00
stm32_dma.h Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
stm32_dumpgpio.c Rename CONFIG_STM32_STM32F40XX to CONFIG_STM32_STM32FXXXX since it is used by F4 parts other than F40x 2017-07-06 10:20:14 -06:00
stm32_eth.c Fix typos in comments 2020-03-03 09:11:57 -06:00
stm32_eth.h Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
stm32_exti_alarm.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
stm32_exti_gpio.c
stm32_exti_pwr.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
stm32_exti_pwr.h Standardization of some function headers. 2018-03-13 09:52:27 -06:00
stm32_exti_wakeup.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
stm32_exti.h Rename arch/arm/src/stm32/chip to arch/arm/src/stm32/hardware. 2019-05-25 08:31:02 -06:00
stm32_flash.c STM32 FLASH logic has reached a limit in complexity and, hence, needs to be divided into multiple C files of lower complexity. 2018-06-05 09:46:18 -06:00
stm32_flash.h Rename arch/arm/src/stm32/chip to arch/arm/src/stm32/hardware. 2019-05-25 08:31:02 -06:00
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 arch/arm/src/stm32/stm32_tickless.c and arch/arm/src/stm32/stm32_freerun.c: Apply Max's stm32_oneshot.c fix to the tickless implementation and to the freerunning time. 2019-03-22 07:57:33 -06:00
stm32_freerun.h
stm32_fsmc.c Here's a patch to split the STM32 FMC/FSMC functionality (FSMC = flexible static memory controller, FMC = flexible memory controller = FSMC + sdram support). This commit makes FMC it's own thing rather than piggy backing on the FSMC code. The peripherals have a few utility functions and this commits lets you have a common function in the arch/arm/src/stm32 rather than having duplicate functions in the board code. 2019-05-27 07:21:52 -06:00
stm32_fsmc.h arch/arm/src/stm32/stm32_fsmc.h: Fix the include file guarding name in stm32/stm32_fsmc.h. 2019-05-27 11:15:37 -06:00
stm32_gpio.c Fix typos in comments 2020-03-03 09:11:57 -06:00
stm32_gpio.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_hciuart.c Check return from nxsem_wait_uninterruptible() 2020-04-04 23:55:45 +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 Correct the naming of some new functions. 2020-04-05 12:32:04 -03:00
stm32_i2c_v2.c Correct the naming of some new functions. 2020-04-05 12:32:04 -03:00
stm32_i2c.c Correct the naming of some new functions. 2020-04-05 12:32:04 -03:00
stm32_i2c.h Fix some typos 2019-09-17 10:46:23 -06:00
stm32_i2s.c Fix nxstyle issues 2020-04-07 06:23:15 -06:00
stm32_i2s.h Fix some typos 2019-09-17 10:46:23 -06:00
stm32_idle.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
stm32_irq.c Fix typos in comments and documentation. 2020-03-16 20:01:11 -06:00
stm32_iwdg.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
stm32_lowputc.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_lowputc.h Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
stm32_lse.c
stm32_lsi.c
stm32_ltdc.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06: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 Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_otgfshost.c Correct the naming of some new functions. 2020-04-05 12:32:04 -03:00
stm32_otghs.h Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
stm32_otghsdev.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_otghshost.c Correct the naming of some new functions. 2020-04-05 12:32:04 -03:00
stm32_pm.h arch/arm/src/stm32f7: Port the low-level PM functions to STM32F7. 2018-09-04 07:18:12 -06:00
stm32_pminitialize.c Fix some typos. Also minor update to stm32f7/nucleo-144/README.txt and stm32l4/nucleo-l496zg/README.txt board documentation. 2019-09-05 08:12:50 -06:00
stm32_pmsleep.c arch/arm/src/stm32f7: Port the low-level PM functions to STM32F7. 2018-09-04 07:18:12 -06:00
stm32_pmstandby.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
stm32_pmstop.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_procfs_ccm.c
stm32_pwm.c arch/arm/src/stm32/stm32_pwm.c: fix nxstyle issues 2020-04-03 15:29:14 -06:00
stm32_pwm.h arch/arm/src/stm32/stm32_pwm.h: fix nxstyle issues 2020-04-03 15:29:14 -06:00
stm32_pwr.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_pwr.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_qencoder.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_qencoder.h Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
stm32_rcc.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_rcc.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_rng.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
stm32_rtc_lowerhalf.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
stm32_rtc.c Merged in juniskane/nuttx_stm32l4/stm32l1_stm32l4_rtc_update_pr (pull request #514) 2017-10-20 17:15:17 +00:00
stm32_rtc.h Rename arch/arm/src/stm32/chip to arch/arm/src/stm32/hardware. 2019-05-25 08:31:02 -06:00
stm32_rtcc.c Fix implicit definition warnings do to missing inclusion of nuttx/time.h (#162) 2020-01-24 23:06:19 +01:00
stm32_rtcounter.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_sdadc.c Fix typos in comments and documentation. 2020-03-16 20:01:11 -06:00
stm32_sdadc.h Rename arch/arm/src/stm32/chip to arch/arm/src/stm32/hardware. 2019-05-25 08:31:02 -06:00
stm32_sdio.c Remove type casting to wdentry_t (arch/) 2020-04-07 06:23:15 -06:00
stm32_sdio.h Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
stm32_serial.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_spi.c Check return from nxsem_wait_uninterruptible() 2020-04-02 16:26:15 +01:00
stm32_spi.h Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
stm32_start.c arch/arm/src: Remove dependency on CONFIG_ARCH_FPU for inclusion of nvic.h in all other *_start.c files. 2019-04-25 07:17:10 -06:00
stm32_start.h Squashed commit of the following: 2018-06-20 12:30:37 -06:00
stm32_syscfg.h Rename arch/arm/src/stm32/chip to arch/arm/src/stm32/hardware. 2019-05-25 08:31:02 -06:00
stm32_tickless.c Call xxx_timer_initialize from clock subsystem 2020-02-08 07:40:06 -06:00
stm32_tim_lowerhalf.c Merged in lihaichen/nuttx/stm32_tim (pull request #806) 2019-01-07 13:53:02 +00:00
stm32_tim.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
stm32_tim.h Rename arch/arm/src/stm32/chip to arch/arm/src/stm32/hardware. 2019-05-25 08:31:02 -06:00
stm32_timerisr.c Call xxx_timer_initialize from clock subsystem 2020-02-08 07:40:06 -06: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 Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +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 Rename arch/arm/src/stm32/chip to arch/arm/src/stm32/hardware. 2019-05-25 08:31:02 -06:00
stm32_wwdg.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32.h Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
stm32f10xxf30xx_flash.c Check the return of nxsem_wait_uninterruptible() (#724) 2020-04-04 14:57:22 -06:00
stm32f10xxx_rcc.c Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
stm32f20xxf40xx_flash.c Check the return of nxsem_wait_uninterruptible() (#724) 2020-04-04 14:57:22 -06:00
stm32f20xxx_rcc.c Merged in raiden00/nuttx_pe (pull request #796) 2019-01-02 12:12:28 +00:00
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 arch/srm/src/stm32f7: Add CONFIG_RTC_PERIODIC support. Also makes the RTC lowerhalf more like in STM32L4. 2018-03-05 07:46:58 -06:00
stm32f40xxx_i2c.c Correct the naming of some new functions. 2020-04-05 12:32:04 -03:00
stm32f40xxx_rcc.c Fix typos in comments and documentation (#750) 2020-04-08 06:45:35 -06:00
stm32f40xxx_rtcc.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
stm32l15xx_flash.c Check the return of nxsem_wait_uninterruptible() (#724) 2020-04-04 14:57:22 -06:00
stm32l15xxx_alarm.h arch/srm/src/stm32f7: Add CONFIG_RTC_PERIODIC support. Also makes the RTC lowerhalf more like in STM32L4. 2018-03-05 07:46:58 -06:00
stm32l15xxx_rcc.c Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
stm32l15xxx_rtcc.c Remove TIME_EXTENDED option to more conform C standard 2020-01-23 08:17:22 -06:00