nuttx/arch/arm/src/stm32f7
2017-08-01 01:23:28 +02:00
..
chip comment corrected 2017-08-01 01:23:28 +02:00
chip.h
Kconfig added missing config option for register value debugging 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
stm32_allocateheap.c HEAP2 depends on CONFIG_ARCH_HAVE_HEAP2, not on particular FMC RAM type 2017-08-01 01:23:28 +02: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
stm32_dbgmcu.h Mostly costmetic changes from review of last PR 2016-06-29 07:33:30 -06:00
stm32_dma2d.c Minor cosmetic updates from review of last PR. 2017-07-20 07:39:57 -06:00
stm32_dma2d.h Minor cosmetic updates from review of last PR. 2017-07-20 07:39:57 -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_dtcm.c
stm32_dtcm.h Removed STM32 porting vestiges 2016-06-28 07:13:22 -10:00
stm32_dumpgpio.c
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_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_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_gpio.c
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
stm32_irq.c ARM: Remove redundant interrupt stack coloring 2017-03-16 19:13:39 +08:00
stm32_lowputc.c
stm32_lowputc.h
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 no board specific dithering values used; corrected comment; corrected dithering init 2017-08-01 01:23:28 +02:00
stm32_ltdc.h macro rename STM32 -> STM32F7, #include corrections 2017-07-19 19:07:53 +02:00
stm32_mpuinit.c
stm32_mpuinit.h
stm32_otg.h
stm32_otgdev.c Minor change for consistency with a previous commit. 2017-03-12 07:20:10 -06:00
stm32_otghost.c This is based on a patch by Taras Drozdovsky. Basically, the delay that was added during the integration of the CDC/ACM host driver was interfering with streaming audio. That delay was put there to prevent build endpoints from hogging the system bandwidth. So what do we do? Do we hog the bandwidth or do we insert arbitrarity delays. I think both ideas such. 2017-05-21 14:28:29 -06:00
stm32_procfs_dtcm.c
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, STM32F7, STM32L4: Remove incorrect comment about STM32L1 LSE/RTC/LCD 2017-04-27 07:18:36 -06: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_lowerhalf.c RTC: add interface for check if RTC time has been set 2017-04-06 09:53:11 -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_sdmmc.c arch/: Remove dangling space at the end of lines. 2017-06-28 13:16:48 -06:00
stm32_sdmmc.h
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_start.h
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_userspace.c
stm32_userspace.h
stm32f74xx75xx_rcc.c No FSMC, only FMC for STM32F7 2017-07-27 18:27:01 +02:00
stm32f76xx77xx_rcc.c STM32_RCC_DCKCFGR2 has nothing to do with PLLI2S; PLLI2S is not dependent on LTDC, instead on SAICLK1/2 generated from PLLI2S 2017-08-01 01:23:28 +02:00