nuttx/arch/arm/src/stm32h7
Gregory Nutt dc8c814ca3 Squashed commit of the following:
Fixed coding standard error in several files.  Use of while( is incorrect; a space is required between while and (.  Also ran tools/nxstyle and fix thoses complaints as well in most files.

    Changes to comply with coding standard.  Mostly focused on files with missing space after keyword in if(, switch(, and for(.  Offending files also got changes to comply with tools nxstyle.  If there were logs of nxstyle complaints, the file also got a taste of tools/indent.sh.  Still need to fix occurrences of while( with missing space.  There are a lot of them.
2019-02-27 08:41:08 -06:00
..
chip Merged in raiden00/nuttx_h7/h7dma (pull request #831) 2019-02-25 16:02:39 +00:00
chip.h Merged in raiden00/nuttx_h7 (pull request #671) 2018-07-08 18:28:14 +00:00
Kconfig Merged in raiden00/nuttx_h7 (pull request #742) 2018-10-28 12:43:08 +00:00
Make.defs Merged in raiden00/nuttx_h7 (pull request #742) 2018-10-28 12:43:08 +00:00
stm32_allocateheap.c Revert "arch/: Fix an error found in build testing. The protoype of mpu_log2regionfloor() changed; an additional parameter was added. However, none of the calls to mpu_log2regionfloor() were updated to pass the new, additional parameter." 2019-01-08 15:21:29 -06:00
stm32_exti_gpio.c
stm32_exti.h
stm32_gpio.c
stm32_gpio.h
stm32_i2c.c Squashed commit of the following: 2019-02-27 08:41:08 -06:00
stm32_i2c.h Merged in raiden00/nuttx_h7 (pull request #720) 2018-09-16 15:58:25 +00:00
stm32_irq.c In the current implementation we only use very high priority interrupts (levels 0, 0x10 and 0x20 in CORTEX-M speak) but that means there are loads of lower priority ones that are effectively unused. I have *not* changed the semantics of these levels but have 'shifted' them to be based around the midpoint of the available interrupts (0x80) rather than at the top end....that allows for interrupts to be defined above (or, indeed, below) them as needed by the application. This should have no functional effect on existing code but adds in a clean capability to define higher priority interrupts. 2018-12-03 17:41:59 -06:00
stm32_lowputc.c Merged in raiden00/nuttx_h7 (pull request #677) 2018-07-12 18:31:59 +00:00
stm32_lowputc.h Merged in raiden00/nuttx_h7 (pull request #672) 2018-07-09 16:32:22 +00:00
stm32_pwr.h Merged in raiden00/nuttx_h7 (pull request #671) 2018-07-08 18:28:14 +00:00
stm32_rcc.c
stm32_rcc.h
stm32_serial.c Every file that uses serial IOCTLs (TIOC*) must explicity include nuttx/fs/ioctl.h. This was included previously via sneak path in the now deleted arch/serial.h. 2019-01-27 13:41:44 -06:00
stm32_spi.c STM32F7, STM32H7, and STM32L4: Port Dave Marples STM32 fix to other STM32 spi drivers 2018-12-03 13:24:42 -06:00
stm32_spi.h Merged in raiden00/nuttx_h7 (pull request #742) 2018-10-28 12:43:08 +00:00
stm32_start.c Squashed commit of the following: 2019-02-04 16:20:35 -06:00
stm32_start.h
stm32_timerisr.c
stm32_uart.h Merged in raiden00/nuttx_h7 (pull request #672) 2018-07-09 16:32:22 +00:00
stm32.h Merged in raiden00/nuttx_h7 (pull request #742) 2018-10-28 12:43:08 +00:00
stm32h7x3xx_rcc.c Merged in raiden00/nuttx_h7 (pull request #742) 2018-10-28 12:43:08 +00:00