nuttx/arch/arm/src/stm32f7
Gregory Nutt e19246fe94 Correct the naming of some new functions.
Serval private functions were added with a name ending with _uninterruptible.  That is not correct.  These new functions should be named _noncancelable.
2020-04-05 12:32:04 -03:00
..
hardware Check the return of nxsem_wait_uninterruptible() (#724) 2020-04-04 14:57:22 -06:00
chip.h Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware. 2019-05-24 16:48:06 -06:00
Kconfig stm32f7:spi Add buffers for DMA 2020-03-17 07:42:28 -06:00
Make.defs Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
stm32_adc.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_adc.h Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware. 2019-05-24 16:48:06 -06:00
stm32_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
stm32_allocateheap.c arch/arm/src/stm32l4: if SRAM3 is used as heap, do not power it off in stop 2 mode. 2019-06-13 05:52:40 -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_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/stm32f7/chip to arch/arm/src/stm32f7/hardware. 2019-05-24 16:48:06 -06:00
stm32_config.h Remove CONFIG_USARTn_ISUART 2016-05-25 11:21:48 -06:00
stm32_dbgmcu.h Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware. 2019-05-24 16:48:06 -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.c Check return from nxsem_wait_uninterruptible() 2020-04-02 09:06:09 -06:00
stm32_dma.h Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware. 2019-05-24 16:48:06 -06:00
stm32_dtcm.c Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00
stm32_dtcm.h Merged in dagar/nuttx/pr-stm32f7_dtcm_profcs (pull request #875) 2019-05-25 19:57:26 +00:00
stm32_dumpgpio.c STM32F7: Completes architecture support for the STM32 F72x and F73x families. Adds support for the Nucleo-144 boards with STM32F722. 2017-11-18 07:55:50 -06:00
stm32_ethernet.c Fix typos in comments 2020-03-03 09:11:57 -06:00
stm32_ethernet.h Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
stm32_exti_alarm.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_exti_gpio.c STM32F7: Completes architecture support for the STM32 F72x and F73x families. Adds support for the Nucleo-144 boards with STM32F722. 2017-11-18 07:55:50 -06:00
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 drivers/power: add pm_unregister 2018-03-06 07:59:17 -06:00
stm32_exti.h Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware. 2019-05-24 16:48:06 -06:00
stm32_flash.c Check the return of nxsem_wait_uninterruptible() (#724) 2020-04-04 14:57:22 -06:00
stm32_fmc.h arch/arm/src/stm32f7/stm32_fmc.h: Updated stm32_fmc.h with more FMC definitions. 2019-04-04 11:42:10 -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_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_irq.c Fix typos in comments and documentation. 2020-03-16 20:01:11 -06:00
stm32_lowputc.c Fix typos. 2019-08-04 14:50:28 -06:00
stm32_lowputc.h Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
stm32_lse.c arch/arm/src/stm32f7/stm32_lse.c: Add configuration of LSE oscillator drive capability 2019-01-22 06:37:02 -06:00
stm32_lsi.c STM32F7: add support for LSE RTC and enable RTC subseconds 2017-03-31 10:13:40 -06:00
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_otg.h Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware. 2019-05-24 16:48:06 -06:00
stm32_otgdev.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_otghost.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 Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_pmstop.c arch/arm/src/stm32f7: Port the low-level PM functions to STM32F7. 2018-09-04 07:18:12 -06:00
stm32_procfs_dtcm.c Merged in dagar/nuttx/pr-stm32f7_dtcm_profcs (pull request #875) 2019-05-25 19:57:26 +00:00
stm32_pwm.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_pwm.h 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_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_qspi.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_qspi.h arch/arm/src/stm32l4: Make STM32L4 CRS synchronization source board configurable. 2019-05-21 10:21:57 -06:00
stm32_rcc.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_rcc.h Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware. 2019-05-24 16:48:06 -06: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 Remove TIME_EXTENDED option to more conform C standard 2020-01-23 08:17:22 -06:00
stm32_rtc.h Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware. 2019-05-24 16:48:06 -06:00
stm32_sai.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_sai.h Merged in OSer916/nuttx/stm32f746g-disco_sai (pull request #1081) 2019-12-02 01:55:29 +00:00
stm32_sdmmc.c Check return from nxsem_wait_uninterruptible() 2020-04-04 20:00:04 +01:00
stm32_sdmmc.h Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
stm32_serial.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
stm32_spi.c stm32f7/h7 spi add missing ret declaration 2020-04-03 15:25:49 -06:00
stm32_spi.h Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
stm32_start.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_start.h STM32F7: Add GPIO header files 2015-07-17 15:43:51 -06:00
stm32_tickless.c Call xxx_timer_initialize from clock subsystem 2020-02-08 07:40:06 -06:00
stm32_tim_lowerhalf.c arch/arm/src/stm32f7/stm32_tim_lowerhalf.c: Add timer lowerhalf driver for stm32f7. 2019-03-20 06:31:20 -06:00
stm32_tim.c spi: change spi_send() interface to support of 32-bit word transfer 2020-03-09 08:03:35 -06:00
stm32_tim.h Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware. 2019-05-24 16:48:06 -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 arch/arm/src/stm32f7/stm32_uid.c: Add UID access. 2019-04-12 08:46:02 -06:00
stm32_usbhost.h arch/arm/src/stm32f7: USB High speed for STM32F7 series 2019-04-07 19:05:06 -06:00
stm32_userspace.c STM32 F7: Correct some spacing issues 2015-10-07 13:58:11 -06:00
stm32_userspace.h
stm32f72xx73xx_rcc.c Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
stm32f74xx75xx_rcc.c Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
stm32f76xx77xx_rcc.c Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00