nuttx/arch/arm/src/stm32h7
Gregory Nutt a21120e3b6 Correct PR424 to coding standard
Run all .c files modified by PR424 through nxstyle and correct most of the complaints (many long line complaints ignored for now).  Update file headers to use Apache 2.0 license.
2020-03-03 13:59:54 -06:00
..
hardware STM32H7/STM32F30: Typos, register correction and extension 2020-03-03 09:20:58 -06:00
chip.h Rename arch/arm/src/stm32h7/chip to arch/arm/src/stm32h7/hardware. 2019-05-24 16:54:25 -06:00
Kconfig arch/arm/src/stm32h7/stm32_ethernet.c: Fix for network lock downs 2020-03-03 09:33:18 -06: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 arch/arm/src/stm32h7/stm32_allocateheap.c: Clean up some comments mangled in the last PR. 2019-11-06 13:24:33 -06: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 This commit brings in a partial, WIP port to the STMicro STM32H7. The port is still missing several key components that make unusable in its current form. However, the changes have lingered on a branch long enough. 2018-06-16 16:59:34 -06:00
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 Squashed commit of the following: 2020-01-02 12:17:16 -03:00
stm32_fmc.h Squashed commit of the following: 2020-01-02 12:17:16 -03: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 Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
stm32_i2c.h Fix some typos 2019-09-17 10:46:23 -06:00
stm32_irq.c Fix typos in comments 2020-02-14 08:50:45 -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 Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01: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 Correct PR424 to coding standard 2020-03-03 13:59:54 -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 This commit brings in a partial, WIP port to the STMicro STM32H7. The port is still missing several key components that make unusable in its current form. However, the changes have lingered on a branch long enough. 2018-06-16 16:59:34 -06: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/stm32h7/chip to arch/arm/src/stm32h7/hardware. 2019-05-24 16:54:25 -06:00
stm32_timerisr.c Call xxx_timer_initialize from clock subsystem 2020-02-08 07:40:06 -06:00
stm32_uart.h Rename arch/arm/src/stm32h7/chip to arch/arm/src/stm32h7/hardware. 2019-05-24 16:54:25 -06: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 Improvements to STM32H7: (i,w)WDG Flash, Ethernet, ADC, etc 2020-02-29 12:33:25 -03:00
stm32h7x7xx_rcc.c Reviewed by David Sidrane. 2019-11-18 14:03:38 -06:00