nuttx/arch/arm/src/stm32f7
2017-08-13 12:37:59 -06:00
..
chip comment corrected 2017-08-01 01:23:28 +02:00
chip.h Changes from review of last PR. Mostly costmetic. 2016-06-15 12:43:06 -06:00
Kconfig improved help text 2017-08-01 01:23:28 +02:00
Make.defs added config and make stuff for stm32f7 ltdc 2017-07-19 19:07:53 +02:00
stm32_adc.c stm32_adc: invalidate dma buffer before use. Missing invalidation caused old samples being fetched from cache. 2017-06-19 07:52:19 -06:00
stm32_adc.h STM32F7: warn if no DMA2 configured when using ADC with DMA. Also correct ADC channel numbers that DMA callback passes to upper half driver. 2017-04-18 06:49:51 -06:00
stm32_alarm.h Adding PWR, RTC, BBSRAM for stm32f7 2016-06-27 16:42:01 -10:00
stm32_allocateheap.c STM32F7: Some STM32F7 builds failed in build testing due to undefined STM32_SRAM1_BASE. I think that is because stm32_allocateheap.c was not including chip/stm32_memorymap.h 2017-08-13 06:50:48 -06:00
stm32_bbsram.c Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 2017-05-11 13:35:56 -06:00
stm32_bbsram.h Mostly costmetic changes from review of last PR 2016-06-29 07:33:30 -06:00
stm32_config.h Remove CONFIG_USARTn_ISUART 2016-05-25 11:21:48 -06:00
stm32_dbgmcu.h Mostly costmetic changes from review of last PR 2016-06-29 07:33:30 -06:00
stm32_dma.c No FSMC, only FMC for STM32F7 2017-07-27 18:27:01 +02:00
stm32_dma.h Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 2017-05-11 13:35:56 -06:00
stm32_dma2d.c Eliminate some warnings found in build testing. 2017-08-13 12:24:48 -06:00
stm32_dma2d.h Minor cosmetic updates from review of last PR. 2017-07-20 07:39:57 -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 Removed STM32 porting vestiges 2016-06-28 07:13:22 -10:00
stm32_dumpgpio.c Change *err() to either info() or err(ERROR:..), depending upon if an error has occurred. 2016-06-16 08:41:21 -06:00
stm32_ethernet.c STM32 F7 Ethernet: Fix typo in header; Add memory sync barrier between writing to DMA TX descriptor and restarting DMA TX. Avoid calling work_queue on pollwork if it's already queued, just skip a poll cycle instead. Nucleo-144: Fix RMII TXD1 signal, connected to PB13 not to PG14. 2017-07-14 09:23:43 -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.h stm32_gpiosetevent: GPIO IRQ logic no longer returns the xcpt_t oldhandler. This value is useless and dangerous after the recent changes to interrupt argument passing. 2017-03-02 16:34:37 -06:00
stm32_exti_alarm.c STM32/F7/L4: EXTI ALARM function no longer returns the xcpt_t oldhandler. There value is useless and dangerous after the recent changes to interrupt argument passing. 2017-03-02 09:18:10 -06:00
stm32_exti_gpio.c stm32_gpiosetevent: GPIO IRQ logic no longer returns the xcpt_t oldhandler. This value is useless and dangerous after the recent changes to interrupt argument passing. 2017-03-02 16:34:37 -06:00
stm32_exti_pwr.c STM32F7: add support for LSE RTC and enable RTC subseconds 2017-03-31 10:13:40 -06:00
stm32_exti_pwr.h STM32/F7/L4: EXOT PVD function no longer returns the xcpt_t oldhandler. There value is useless and dangerous after the recent changes to interrupt argument passing. 2017-03-02 08:56:31 -06:00
stm32_gpio.c Apply same STM32 patch to STM32 F7 2016-06-17 06:40:04 -06:00
stm32_gpio.h stm32_gpiosetevent: GPIO IRQ logic no longer returns the xcpt_t oldhandler. This value is useless and dangerous after the recent changes to interrupt argument passing. 2017-03-02 16:34:37 -06:00
stm32_i2c.c stm32_i2c: make private symbols static 2017-05-19 07:16:01 -06:00
stm32_i2c.h rename back without f7 2016-06-09 15:48:07 +02:00
stm32_irq.c ARM: Remove redundant interrupt stack coloring 2017-03-16 19:13:39 +08: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_lse.c STM32F7: add support for LSE RTC and enable RTC subseconds 2017-03-31 10:13:40 -06:00
stm32_lsi.c STM32F7: add support for LSE RTC and enable RTC subseconds 2017-03-31 10:13:40 -06:00
stm32_ltdc.c STM32F7: Fix for coding standard violations that came in with cd3ca1140e 2017-07-31 18:35:37 -06:00
stm32_ltdc.h STM32F7: Fix for coding standard violations that came in with cd3ca1140e 2017-07-31 18:35:37 -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_otg.h Trivial changes from review of last PR 2016-06-27 07:43:32 -06:00
stm32_otgdev.c Minor change for consistency with a previous commit. 2017-03-12 07:20:10 -06:00
stm32_otghost.c Eliminate some warnings found in build testing. 2017-08-13 12:24:48 -06:00
stm32_procfs_dtcm.c Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 2016-06-11 15:50:49 -06:00
stm32_pwr.c STM32F7: Fixes the bkp reference counter issue 2017-02-09 08:39:51 -10:00
stm32_pwr.h STM32F7: Fixes the bkp reference counter issue 2017-02-09 08:39:51 -10:00
stm32_rcc.c STM32F7: Fixes the bkp reference counter issue 2017-02-09 08:39:51 -10:00
stm32_rcc.h stm32_rcc: code style 2017-08-01 16:25:19 +02:00
stm32_rng.c STM32 F7: add stm32 RNG support. This is copied from stm32l4. Tested on STM32F746ZG board. 2017-03-29 07:08:10 -06:00
stm32_rtc.c clock: add clock_resynchronize and use subseconds RTC 2017-04-21 08:45:57 -06:00
stm32_rtc.h RTC: add interface for check if RTC time has been set 2017-04-06 09:53:11 -06:00
stm32_rtc_lowerhalf.c RTC: add interface for check if RTC time has been set 2017-04-06 09:53:11 -06:00
stm32_sdmmc.c arch/: Remove dangling space at the end of lines. 2017-06-28 13:16:48 -06:00
stm32_sdmmc.h Clean up F7 SDMMC 2016-06-24 13:23:35 -10:00
stm32_serial.c stm32_serial: fix freezing serial port. Serial interrupt enable/disable functions do not disable interrupts and can freeze device when serial interrupt is received while execution is at those functions. 2017-05-17 06:50:46 -06:00
stm32_spi.c stm32f7: Add SPI DMA support 2017-05-31 09:13:20 -06:00
stm32_spi.h More missed enum spi_dev_e forward references. 2017-04-29 08:29:01 -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_tim.c Add argument to timer irq callback 2017-03-01 08:49:14 -06:00
stm32_tim.h Add argument to timer irq callback 2017-03-01 08:49:14 -06:00
stm32_timerisr.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
stm32_uart.h stm32f7: serial: add interface to get uart_dev_t by USART number, stm32_serial_get_uart 2017-04-06 08:41:41 -06:00
stm32_usbhost.h STM32F7: Remove unsupported configuration item the crept in when header file was cloned. 2017-08-13 12:37:59 -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 No FSMC, only FMC for STM32F7 2017-07-27 18:27:01 +02:00
stm32f76xx77xx_rcc.c configs/*/README.txt: Update to the new URL for obtaining the ARM toolchain. 2017-08-13 07:18:19 -06:00