.. |
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
|
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
|
Correct #if to #ifdef when the macro can be undefined. Fix bug in AT32UC3 clock initialization: AVR32_CLOCK_PLL_OSC1 should be AVR32_CLOCK_PLL0_OSC1 and AVR32_CLOCK_PLL1_OSC1.
|
2015-09-01 13:47:06 -04: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
|
Correct #if to #ifdef when the macro can be undefined. Fix bug in AT32UC3 clock initialization: AVR32_CLOCK_PLL_OSC1 should be AVR32_CLOCK_PLL0_OSC1 and AVR32_CLOCK_PLL1_OSC1.
|
2015-09-01 13:47:06 -04: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
|
Correct #if to #ifdef when the macro can be undefined. Fix bug in AT32UC3 clock initialization: AVR32_CLOCK_PLL_OSC1 should be AVR32_CLOCK_PLL0_OSC1 and AVR32_CLOCK_PLL1_OSC1.
|
2015-09-01 13:47:06 -04: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
|
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: 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 |