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/04/19 15:40:22 UTC

[incubator-nuttx] 01/31: LICENSE: document missing armv7-x files

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

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

commit 97bfae9196b6a34b81196c1b3c05c3a4ff121a5e
Author: Alin Jerpelea <al...@sony.com>
AuthorDate: Tue Apr 19 07:49:58 2022 +0000

    LICENSE: document missing armv7-x files
    
    add missing armv7-a/armv7-r files to the LICENSE file.
    
    Signed-off-by: Alin Jerpelea <al...@sony.com>
---
 LICENSE | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/LICENSE b/LICENSE
index f6992d8584..dbc3d6df69 100644
--- a/LICENSE
+++ b/LICENSE
@@ -853,8 +853,10 @@ arch/arm/src/armv6-m/arm_exception.S
 
 arch/arm/src/armv7-a/cp15_cacheops.h
 arch/arm/src/armv7-a/cp15_clean_dcache.S
+arch/arm/src/armv7-a/cp15_clean_dcache_all.S
 arch/arm/src/armv7-a/cp15_coherent_dcache.S
 arch/arm/src/armv7-a/cp15_flush_dcache.S
+arch/arm/src/armv7-a/cp15_flush_dcache_all.S
 arch/arm/src/armv7-a/cp15_invalidate_dcache.S
 arch/arm/src/armv7-a/cp15_invalidate_dcache_all.S
 =================================================
@@ -1232,8 +1234,10 @@ arch/arm/src/armv7-r/cp15_cacheops.h
 
 arch/arm/src/armv7-r/cp15_cacheops.h
 arch/arm/src/armv7-r/cp15_clean_dcache.S
+arch/arm/src/armv7-r/cp15_clean_dcache_all.S
 arch/arm/src/armv7-r/cp15_coherent_dcache.S
 arch/arm/src/armv7-r/cp15_flush_dcache.S
+arch/arm/src/armv7-r/cp15_flush_dcache_all.S
 arch/arm/src/armv7-r/cp15_invalidate_dcache.S
 arch/arm/src/armv7-r/cp15_invalidate_dcache_all.S
 =================================================