You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/09/27 06:41:46 UTC

[incubator-nuttx] branch master updated (a1ebd499ea -> 059497d1d1)

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

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


    from a1ebd499ea stm32h7:SDMMC fix unaligned access for buffers not on 32 bit boundaries
     add 059497d1d1 armv7-a/r: NON-primary core should invalidate dacache level1

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/armv7-a/arm_scu.c       |   2 +-
 arch/arm/src/armv7-a/cp15_cacheops.c | 136 +++++++++++++++++------------------
 arch/arm/src/armv7-a/cp15_cacheops.h |  21 ++++++
 arch/arm/src/armv7-r/cp15_cacheops.c | 136 +++++++++++++++++------------------
 arch/arm/src/armv7-r/cp15_cacheops.h |  21 ++++++
 5 files changed, 171 insertions(+), 145 deletions(-)