You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by je...@apache.org on 2020/09/09 12:10:04 UTC

[incubator-nuttx] branch master updated (2cfb239 -> 9106c4e)

This is an automated email from the ASF dual-hosted git repository.

jerpelea pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from 2cfb239  arch/sim/src/nuttx-names.in: only host code need replace if -fvisibility=hidden
     add 2d9e0f6  stm32f7:DMA Do not disqualify DMA capability based on cache alignment
     add 9106c4e  stm32h7:DMA Do not disqualify DMA capability based on cache alignment

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/stm32f7/Kconfig     | 11 +++++++++++
 arch/arm/src/stm32f7/stm32_dma.c |  4 +++-
 arch/arm/src/stm32h7/Kconfig     | 10 ++++++++++
 arch/arm/src/stm32h7/stm32_dma.c |  6 +++++-
 4 files changed, 29 insertions(+), 2 deletions(-)