nuttx/arch/arm/src/stm32f7
2015-08-21 08:42:24 -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 STM32 F7: Port some F4 protected mode files to the F7 2015-07-21 07:59:20 -06:00
stm32_allocateheap.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_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: Port the STM32 F7 2015-07-20 13:54:41 -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 Fix more common typos 2015-08-16 11:06:29 -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 STM32 F7: Bring in other EXTI related files from STM32 F4 2015-07-18 16:00:00 -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 STM32 F7: Bring in other EXTI related files from STM32 F4 2015-07-18 16:00:00 -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 All ARMV7-M IRQ setup: Always set the NVIC vector table address. This is needed in cases where the code is running with a bootload and when the code is running from RAM. It is also needed by the logic of up_ramvec_initialize() which gets the vector base address from the NVIC. Suggested by Pavel Pisa 2015-08-21 08:42:24 -06:00
stm32_lowputc.c STM32 F7: Add low level serial console support 2015-07-18 16:24:02 -06:00
stm32_lowputc.h STM32F7: Clone GPIO support from the STM32 F4 2015-07-18 08:34:07 -06:00
stm32_mpuinit.c STM32 F7: Port some F4 protected mode files to the F7 2015-07-21 07:59:20 -06:00
stm32_mpuinit.h Create a src directory for the STM32F7 (not much in it yet) 2015-07-15 14:32:28 -06:00
stm32_procfs_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_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 Ethernet: Add logic to align all DMA memory to the D-Cache line size 2015-07-19 16:35:25 -06:00
stm32_start.c STM32 F7: Add logic to enable I-/D-Cache, ITCM and DTCM 2015-07-19 10:43:26 -06:00
stm32_start.h STM32F7: Add GPIO header files 2015-07-17 15:43:51 -06:00
stm32_timerisr.c STM32 F7: Fix input clock source to SysTick 2015-07-17 16:38:47 -06:00
stm32_uart.h STM32 F7: Add low level serial console support 2015-07-18 16:24:02 -06:00
stm32_userspace.c STM32 F7: Port some F4 protected mode files to the F7 2015-07-21 07:59:20 -06:00
stm32_userspace.h Create a src directory for the STM32F7 (not much in it yet) 2015-07-15 14:32:28 -06:00
stm32f74xx75xx_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