nuttx/arch/arm/src/stm32h7
Gregory Nutt fc467021cf Check return from nxsem_wait_initialize()
Resolution of Issue 619 will require multiple steps, this part of the first step in that resolution:  Every call to nxsem_wait_uninterruptible() must handle the return value from nxsem_wait_uninterruptible properly.  This commit is for all I2C drivers under arch/.
2020-04-02 00:46:06 +01:00
..
hardware stm32h7: support SDRAM via FMC peripherial (#459) 2020-03-25 08:34:15 -07:00
chip.h Rename arch/arm/src/stm32h7/chip to arch/arm/src/stm32h7/hardware. 2019-05-24 16:54:25 -06:00
Kconfig stm32h7: support SDRAM via FMC peripherial (#459) 2020-03-25 08:34:15 -07:00
Make.defs Improvements to STM32H7: (i,w)WDG Flash, Ethernet, ADC, etc 2020-02-29 12:33:25 -03:00
stm32_adc.c Improvements to STM32H7: (i,w)WDG Flash, Ethernet, ADC, etc 2020-02-29 12:33:25 -03:00
stm32_adc.h Merged in david_s5/nuttx/master_h7 (pull request #900) 2019-06-13 19:51:12 +00:00
stm32_alarm.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_allocateheap.c stm32h7: support SDRAM via FMC peripherial (#459) 2020-03-25 08:34:15 -07:00
stm32_bbsram.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_bbsram.h Minor updates from review of last PR. 2019-08-15 10:05:21 -06:00
stm32_dma.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_dma.h Rename arch/arm/src/stm32h7/chip to arch/arm/src/stm32h7/hardware. 2019-05-24 16:54:25 -06:00
stm32_dtcm.c Merged in david_s5/nuttx/master_h7 (pull request #1007) 2019-08-19 20:42:52 +00:00
stm32_dtcm.h Merged in david_s5/nuttx/master_h7 (pull request #1007) 2019-08-19 20:42:52 +00:00
stm32_ethernet.c arch/arm/src/stm32h7/stm32_ethernet.c: Fix for network lock downs 2020-03-03 09:33:18 -06:00
stm32_ethernet.h Improvements to STM32H7: (i,w)WDG Flash, Ethernet, ADC, etc 2020-02-29 12:33:25 -03: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
stm32_exti_wakeup.c Merged in david_s5/nuttx/master_h7 (pull request #1002) 2019-08-17 14:01:28 +00:00
stm32_exti.h Rename arch/arm/src/stm32h7/chip to arch/arm/src/stm32h7/hardware. 2019-05-24 16:54:25 -06:00
stm32_flash.c Improvements to STM32H7: (i,w)WDG Flash, Ethernet, ADC, etc 2020-02-29 12:33:25 -03:00
stm32_flash.h Improvements to STM32H7: (i,w)WDG Flash, Ethernet, ADC, etc 2020-02-29 12:33:25 -03:00
stm32_fmc.c stm32h7: support SDRAM via FMC peripherial (#459) 2020-03-25 08:34:15 -07:00
stm32_fmc.h stm32h7: support SDRAM via FMC peripherial (#459) 2020-03-25 08:34:15 -07:00
stm32_gpio.c stm32h7: Added basic support for STM32H753II. (#527) 2020-03-10 07:55:18 -07:00
stm32_gpio.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_i2c.c Check return from nxsem_wait_initialize() 2020-04-02 00:46:06 +01: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_iwdg.c Improvements to STM32H7: (i,w)WDG Flash, Ethernet, ADC, etc 2020-02-29 12:33:25 -03:00
stm32_lowputc.c Fix typos. 2019-08-04 14:50:28 -06:00
stm32_lowputc.h Merged in raiden00/nuttx_h7 (pull request #672) 2018-07-09 16:32:22 +00:00
stm32_lse.c Merged in david_s5/nuttx/master_h7 (pull request #1002) 2019-08-17 14:01:28 +00:00
stm32_lsi.c Merged in david_s5/nuttx/master_h7 (pull request #1002) 2019-08-17 14:01:28 +00:00
stm32_mpuinit.c Merged in raiden00/nuttx_h7 (pull request #839) 2019-03-11 16:43:13 +00:00
stm32_mpuinit.h Merged in raiden00/nuttx_h7 (pull request #839) 2019-03-11 16:43:13 +00:00
stm32_otg.h Rename arch/arm/src/stm32h7/chip to arch/arm/src/stm32h7/hardware. 2019-05-24 16:54:25 -06:00
stm32_otgdev.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_otghost.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_pm.h Improvements to STM32H7: (i,w)WDG Flash, Ethernet, ADC, etc 2020-02-29 12:33:25 -03:00
stm32_pminitialize.c Improvements to STM32H7: (i,w)WDG Flash, Ethernet, ADC, etc 2020-02-29 12:33:25 -03:00
stm32_pmsleep.c Improvements to STM32H7: (i,w)WDG Flash, Ethernet, ADC, etc 2020-02-29 12:33:25 -03:00
stm32_pmstandby.c Improvements to STM32H7: (i,w)WDG Flash, Ethernet, ADC, etc 2020-02-29 12:33:25 -03:00
stm32_pmstop.c Improvements to STM32H7: (i,w)WDG Flash, Ethernet, ADC, etc 2020-02-29 12:33:25 -03:00
stm32_procfs_dtcm.c Merged in david_s5/nuttx/master_h7 (pull request #1007) 2019-08-19 20:42:52 +00:00
stm32_pwm.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_pwm.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_pwr.c Improvements to STM32H7: (i,w)WDG Flash, Ethernet, ADC, etc 2020-02-29 12:33:25 -03:00
stm32_pwr.h Improvements to STM32H7: (i,w)WDG Flash, Ethernet, ADC, etc 2020-02-29 12:33:25 -03: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 stm32h7_qspi: support for custom clock (not just HCLK) and support for DUAL/QUAD commands (#582) 2020-03-19 05:59:18 -07:00
stm32_qspi.h arch/arm/src/stm32h7: Port QSPI driver from STM32F7 to STM32H7 2020-01-05 07:45:30 -06:00
stm32_rcc.c Reviewed by David Sidrane. 2019-11-18 14:03:38 -06:00
stm32_rcc.h Rename arch/arm/src/stm32h7/chip to arch/arm/src/stm32h7/hardware. 2019-05-24 16:54:25 -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 Merged in david_s5/nuttx/master_h7 (pull request #1002) 2019-08-17 14:01:28 +00:00
stm32_sdmmc.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_sdmmc.h Fix use of undefined pp-token #errror, other typos. 2019-09-19 18:19:18 -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 spi: change spi_send() interface to support of 32-bit word transfer 2020-03-09 08:03:35 -06:00
stm32_spi.h Fix some typos 2019-09-17 10:46:23 -06:00
stm32_start.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stm32_start.h
stm32_tim.c Add OUTTOGGLE mode to STM32H7 timer driver (#541) 2020-03-11 05:18:43 -07:00
stm32_tim.h Add OUTTOGGLE mode to STM32H7 timer driver (#541) 2020-03-11 05:18:43 -07: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 Merged in david_s5/nuttx/master_h7 (pull request #1008) 2019-08-19 22:21:11 +00:00
stm32_uid.h Merged in david_s5/nuttx/master_h7 (pull request #1008) 2019-08-19 22:21:11 +00:00
stm32_usbhost.h Merged in raiden00/nuttx_h7 (pull request #837) 2019-03-10 13:24:58 +00:00
stm32_userspace.c Merged in raiden00/nuttx_h7 (pull request #839) 2019-03-11 16:43:13 +00:00
stm32_userspace.h Merged in raiden00/nuttx_h7 (pull request #839) 2019-03-11 16:43:13 +00:00
stm32_wdg.h Improvements to STM32H7: (i,w)WDG Flash, Ethernet, ADC, etc 2020-02-29 12:33:25 -03:00
stm32_wwdg.c Improvements to STM32H7: (i,w)WDG Flash, Ethernet, ADC, etc 2020-02-29 12:33:25 -03:00
stm32.h Squashed commit of the following: 2020-01-02 12:17:16 -03:00
stm32h7x3xx_rcc.c stm32h7: support SDRAM via FMC peripherial (#459) 2020-03-25 08:34:15 -07:00
stm32h7x7xx_rcc.c stm32h7: support SDRAM via FMC peripherial (#459) 2020-03-25 08:34:15 -07:00