- Aug 19, 2017
-
-
José Roberto de Souza authored
-
José Roberto de Souza authored
-
José Roberto de Souza authored
-
José Roberto de Souza authored
-
José Roberto de Souza authored
All others are initialized this way.
-
- Aug 18, 2017
-
-
David Sidrane authored
This is a back port of upstream NuttX PX4 contrib of ef42c25 stm32f7:SDMMC add dcache alignment check in dma{recv|send}setup 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. 1e7ddfe stm32f7:SDMMC remove widebus limitation on DMA There is no documantation for the STM32F7 that limits DMA on 1 bit vrs 4 bit mode. dffab2f stm32f7:DMA add dcache alignment check in stm32_dmacapable 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. 38cbf1f stm32f7:DMA correct comments and document stm32_dmacapable Updated comment to proper refernce manual for STM32F7 not STM32F4. Added stm32_dmacapable input paramaters documentation.
-
- Aug 17, 2017
- Aug 16, 2017
-
-
CAI Dongcai authored
- change a little bit to make the code more readable
-
Beat Küng authored
This is needed when logger is logging to file and ulog streaming gets activated.
-
Beat Küng authored
hardfault_store_filename() opens and closes a file descriptor, so if we do it before opening the log file, we need one file descriptor less
-
Beat Küng authored
This reduces the maximum number of needed file descriptors by 1 when using ulog streaming.
-
Julian Oes authored
This improves the printfs which will be logged. This should improve to debug the camera triggering. The debug printfs are disabled by default.
-
Julian Oes authored
-
sanderux authored
-
sanderux authored
-
sanderux authored
-
sanderux authored
-
sanderux authored
-
sanderux authored
-
sanderux authored
-
sanderux authored
-
sanderux authored
-
sanderux authored
-
sanderux authored
-
sanderux authored
-
sanderux authored
-
sanderux authored
-
sanderux authored
-
sanderux authored
-
sanderux authored
-
sanderux authored
-
- Aug 15, 2017
-
-
Dennis Mannhart authored
-
- Aug 14, 2017
-
-
Daniel Agar authored
-
Daniel Agar authored
-
- Aug 13, 2017
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-