nuttx/arch/arm/src/stm32f7
2015-11-06 11:24:52 -06:00
..
chip Fix warnings from the STM32F7 pinmap.h header file; add a .gitignore file 2015-07-22 11:00:41 -06:00
chip.h STM32F746G-DISCO: Getting closer to a build 2015-07-17 11:47:16 -06:00
Kconfig STM32 F7: Port the STM32 F7 2015-07-20 13:54:41 -06:00
Make.defs arch/arm/src/up_iternal.h and several ARM Make.defs files: In the original implementation, NOT defined(CONFIG_ARMV7M_CMNVECTOR) was a sufficient test to determine if lazy floating point register saving was being used. But recents changes added common lazy register as well so now that test must be (NOT defined(CONFIG_ARMV7M_CMNVECTOR) || defined(CONFIG_ARMV7M_LAZYFPU)). 2015-08-31 08:40:02 -06:00
stm32_allocateheap.c Rename board_led_on to board_autoled_on 2015-11-01 09:07:06 -06:00
stm32_config.h STM32F7: Bring over a couple more Cortex-M7 files from SAMV7 2015-07-15 14:51:41 -06:00
stm32_dma.c STM32 F7: Correct some spacing issues 2015-10-07 13:58:11 -06:00
stm32_dma.h STM32 F7: Port the STM32 F7 2015-07-20 13:54:41 -06:00
stm32_dtcm.c STM32 F7: Add heap initializatino logic; Clone the STM32 CCM allocator as the F7 DTCM allocator 2015-07-18 12:52:24 -06:00
stm32_dtcm.h STM32 F7: Add heap initializatino logic; Clone the STM32 CCM allocator as the F7 DTCM allocator 2015-07-18 12:52:24 -06:00
stm32_dumpgpio.c STM32F7: Clone GPIO support from the STM32 F4 2015-07-18 08:34:07 -06:00
stm32_ethernet.c STM32 F7: Correct some spacing issues 2015-10-07 13:58:11 -06:00
stm32_ethernet.h STM32 F7: Quick'n'dirty port of the STM32 F4 Ethernet driver. Does not yet even compile 2015-07-19 12:51:23 -06:00
stm32_exti_alarm.c Fix some spacing problems 2015-10-04 14:59:08 -06:00
stm32_exti_gpio.c STM32 F7: Add FLASH and SYSCFG header files 2015-07-18 10:06:44 -06:00
stm32_exti_pwr.c Fix some spacing problems 2015-10-04 14:59:08 -06:00
stm32_exti.h STM32 F7: Add FLASH and SYSCFG header files 2015-07-18 10:06:44 -06:00
stm32_gpio.c STM32 F7: Add FLASH and SYSCFG header files 2015-07-18 10:06:44 -06:00
stm32_gpio.h STM32F7: Add GPIO header files 2015-07-17 15:43:51 -06:00
stm32_irq.c Yet more spacing issues 2015-10-07 20:24:19 -06:00
stm32_lowputc.c STM32 F7: Correct some spacing issues 2015-10-07 13:58:11 -06:00
stm32_lowputc.h STM32F7: Clone GPIO support from the STM32 F4 2015-07-18 08:34:07 -06:00
stm32_mpuinit.c ARMv7-M: Minor naming change to improve readability 2015-11-06 11:24:52 -06:00
stm32_mpuinit.h
stm32_procfs_dtcm.c STM32 F7: Correct some spacing issues 2015-10-07 13:58:11 -06:00
stm32_pwr.h STM32 F7: Add PWR register definitions 2015-07-18 11:55:35 -06:00
stm32_rcc.c STM32 F7: Add heap initializatino logic; Clone the STM32 CCM allocator as the F7 DTCM allocator 2015-07-18 12:52:24 -06:00
stm32_rcc.h STM32 F7: Add heap initializatino logic; Clone the STM32 CCM allocator as the F7 DTCM allocator 2015-07-18 12:52:24 -06:00
stm32_serial.c STM32 F7: Correct some spacing issues 2015-10-07 13:58:11 -06:00
stm32_start.c STM32 F7: Correct some spacing issues 2015-10-07 13:58:11 -06:00
stm32_start.h STM32F7: Add GPIO header files 2015-07-17 15:43:51 -06:00
stm32_timerisr.c Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -06:00
stm32_uart.h Correct bad cut-and-paste in STM32 F7 stm32_uart.h. Noted by Vlad Chiorean 2015-09-22 09:02:06 -06:00
stm32_userspace.c STM32 F7: Correct some spacing issues 2015-10-07 13:58:11 -06:00
stm32_userspace.h
stm32f74xx75xx_rcc.c STM32 F7: Correct some spacing issues 2015-10-07 13:58:11 -06:00