.. |
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
|
Add spinlock support for ARMv7-M architectures
|
2016-02-09 13:44:22 -06:00 |
stm32_allocateheap.c
|
Rename board_led_on to board_autoled_on
|
2015-11-01 09:07:06 -06:00 |
stm32_config.h
|
|
|
stm32_dma.c
|
Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
|
2016-02-13 19:11:09 -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
|
Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
|
2016-02-13 19:11:09 -06:00 |
stm32_ethernet.c
|
Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
|
2016-02-13 19:11:09 -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
|
Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
|
2016-02-13 19:11:09 -06:00 |
stm32_gpio.h
|
STM32F7: Add GPIO header files
|
2015-07-17 15:43:51 -06:00 |
stm32_irq.c
|
ARM: Fix missing header file. Update comments in all *_irq.c files.
|
2016-03-09 15:08:58 -06:00 |
stm32_lowputc.c
|
Standard some naming if code sectino comments
|
2016-02-21 18:06:09 -06:00 |
stm32_lowputc.h
|
STM32F7: Clone GPIO support from the STM32 F4
|
2015-07-18 08:34:07 -06:00 |
stm32_mpuinit.c
|
Rename CONFIG_ARMV7M_MPU to CONFIG_ARM_MPU so that we can reuse the configuration settings for the ARMV7R MPU
|
2015-12-14 13:56:21 -06:00 |
stm32_mpuinit.h
|
|
|
stm32_procfs_dtcm.c
|
Standard some naming if code sectino comments
|
2016-02-21 18:06:09 -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
|
Fix typo in variable name in serial BREAK logic. Review other serial implementations for similar naming problems.
|
2016-05-05 11:30:47 -06:00 |
stm32_spi.h
|
STM32F7: Add dummy stm32_spi.h header file to workaround some compilation issues. Suggest by Martin Davey.
|
2016-04-20 06:49:21 -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 |