- Aug 18, 2017
-
-
Gregory Nutt authored
-
Alan Carvalho de Assis authored
-
- Aug 17, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
David Sidrane authored
STM32F7:SDMMC, DMA dcache check in stm32_dmacapable and SDMMC stm32_dma{recv|send}setup Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
David Sidrane authored
In the where CONFIG_SDIO_PREFLIGHT is not used and dcache write-buffed mode is used (not write-through) buffer alignment is required for DMA transfers because a) arch_invalidate_dcache could lose buffered writes data and b) arch_flush_dcache could corrupt adjacent memory if the buffer and the bufflen, are not on ARMV7M_DCACHE_LINESIZE boundaries.
-
David Sidrane authored
There is no documantation for the STM32F7 that limits DMA on 1 bit vrs 4 bit mode.
-
David Sidrane authored
In the case dcache write-buffed mode is used (not write-through) buffer alignment is required for DMA transfers because a) arch_invalidate_dcache could lose buffered writes data and b) arch_flush_dcache could corrupt adjacent memory if the maddr and the mend+1, the next next address are not on ARMV7M_DCACHE_LINESIZE boundaries.
-
David Sidrane authored
Updated comment to proper refernce manual for STM32F7 not STM32F4. Added stm32_dmacapable input paramaters documentation.
-
David Sidrane authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 16, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
David Sidrane authored
stm32f7:rtc Missing semicolon Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
David Sidrane authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 15, 2017
-
-
Gregory Nutt authored
-
- Aug 14, 2017
-
-
Arjun Hary authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Juha Niskanen authored
-
Juha Niskanen authored
STM32L4 DAC: port from STM32. Note that this does not address the somewhat confusing relation between STM32L4_NDACS and DAC2 config macros that comes from original STM32 code.
-
Juha Niskanen authored
-
Juha Niskanen authored
-
- Aug 13, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Bill Morgan authored
readme: more typo fixes Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Bill Morgan authored
-
Gregory Nutt authored
-
Sungki Kim authored
fix ESP32 gpio enable reg and default UART pin. Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Sungki Kim authored
-
Sungki Kim authored
-
Gregory Nutt authored
-
Gregory Nutt authored
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
-
Gregory Nutt authored
-
Gregory Nutt authored
-