You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ja...@apache.org on 2022/04/20 07:36:16 UTC

[mynewt-core] branch master updated: Update license and rat excludes

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

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new d1e4e9e9e Update license and rat excludes
d1e4e9e9e is described below

commit d1e4e9e9ecf0c3a3331e2c1c7c0db0c75f104488
Author: Szymon Janc <sz...@codecoup.pl>
AuthorDate: Tue Apr 19 17:54:23 2022 +0200

    Update license and rat excludes
---
 .rat-excludes | 16 +++++++++++++++-
 LICENSE       | 21 ++++++++++++++++++++-
 2 files changed, 35 insertions(+), 2 deletions(-)

diff --git a/.rat-excludes b/.rat-excludes
index 0a633f1c8..f2f7da104 100644
--- a/.rat-excludes
+++ b/.rat-excludes
@@ -134,6 +134,12 @@ nordic_pca10090_no_boot.ld
 nrf91xxaa.ld
 nrf91_ram_resident.ld
 boot-pinetime.ld
+boot-apollo3.ld
+apollo3.ld
+nordic_pca10059_no_boot.ld
+split-nordic_pca10059.ld
+split-ublox_bmd_345.ld
+ublox_bmd_345_no_boot.ld
 
 # STM32 HAL - BSD License
 stm32_driver_mod_i2c_v1.c
@@ -428,6 +434,8 @@ cache-err-exception.S
 cp0defs.h
 simple-tlb-refill-exception.S
 crt0.S
+p32mz_app.ld
+p32mz_boot.ld
 
 # Calliope SDK - BSD Licence
 split-calliope_mini.ld
@@ -447,12 +455,15 @@ pic32mz2048_wi-fire
 # hw/bsp/apollo2_evb/src/arch/cortex_m4/gcc_startup.s
 apollo2_evb
 
-# BSP for Apollo2 - BSD License
+# BSP for Ambiq Apollo2/Apollo3 - BSD License
 AmbiqSuite
 apollo2.h
 system_apollo2.h
 system_apollo2.c
 apollo_nvic.h
+system_apollo3.c
+apollo3.h
+system_apollo3.h
 
 # CMSIS Cortex-M4, STM32f3 - BSD License.
 STM32F3xx
@@ -472,6 +483,7 @@ docs
 nrfx
 nrfx_glue.h
 nrfx_config.h
+nrf51xxx
 nrf52xxx
 nrf91xx
 nrf52xxx-compat
@@ -550,3 +562,5 @@ startup_stm32l073xx.s
 
 # MK64F12 SDK - BSD License
 MK64F12
+
+
diff --git a/LICENSE b/LICENSE
index b16520a48..4691bc914 100644
--- a/LICENSE
+++ b/LICENSE
@@ -283,6 +283,8 @@ which are available under a BSD style license.  Relevant files are:
     * hw/mcu/nordic/nrf52xxx/src/system_nrf52.c
     * hw/mcu/nordic/nrf5340/include/nrfx_config.h
     * hw/mcu/nordic/nrf5340_net/include/nrfx_config.h
+    * hw/mcu/nordic/nrf51xxx/src/arch/cortex_m0/gcc_startup_cm0.s
+    * hw/mcu/nordic/nrf51xxx/src/arch/cortex_m0/gcc_startup_cm0_split.s
 
 This product bundles Gary S. Brown's CRC32 implementation, which is available
 under the following license:
@@ -564,6 +566,13 @@ which is available under the "modified Tcl/Tk" license.  Bundled files are:
     * hw/bsp/vbluno52/split-vbluno52.ld
     * hw/bsp/vbluno52/vbluno52_no_boot.ld
     * hw/bsp/pinetime/boot-pinetime.ld
+    * hw/bsp/apollo3_evb/apollo3.ld
+    * hw/bsp/apollo3_evb/boot-apollo3.ld
+    * hw/bsp/apollo3_evb/src/system_apollo3.c
+    * hw/bsp/nordic_pca10059/nordic_pca10059_no_boot.ld
+    * hw/bsp/nordic_pca10059/split-nordic_pca10059.ld
+    * hw/bsp/ublox_bmd_345/split-ublox_bmd_345.ld
+    * hw/bsp/ublox_bmd_345/ublox_bmd_345_no_boot.ld
 
 This product bundles part of NXP/FreeScale SDK, which is available
 under the "3-clause BSD" license. Bundled files are:
@@ -635,13 +644,21 @@ This products bundle Adafruit's tsl2561 driver, which is available under the
 
 This products bundles Amiq Micro Apollo 2, which is available under the
 "3-clause BSD" license. Bundled files are:
-    * hw/mcu/ambiq/src/ext/AmbiqSuite
+    * hw/mcu/ambiq/apollo2/src/ext/AmbiqSuite
     * hw/mcu/ambiq/apollo2/include/mcu/apollo2.h
     * hw/mcu/ambiq/apollo2/include/mcu/system_apollo2.h
     * hw/bsp/apollo2_evb/include/bsp/apollo_nvic.h
     * hw/bsp/apollo2_evb/src/system_apollo2.c
     * hw/bsp/apollo2_evb/src/arch/cortex_m4/gcc_startup.s
 
+This products bundles Amiq Micro Apollo 3, which is available under the
+"3-clause BSD" license. Bundled files are:
+    * hw/mcu/ambiq/apollo3/src/ext/AmbiqSuite
+    * hw/mcu/ambiq/apollo3/include/mcu/apollo3.h
+    * hw/mcu/ambiq/apollo3/include/mcu/cmsis_nvic.h
+    * hw/mcu/ambiq/apollo3/include/mcu/system_apollo3.h
+    * hw/bsp/apollo3_evb/src/system_apollo3.c
+
 This product bundles processor headers for PIC32 by Microchip Technology
 Inc., which is available under the "3-clause BSD" license. Bundled files are:
     * hw/mcu/microchip/pic32mx470f512h/include/mcu/p32mx470f512h.h
@@ -655,6 +672,8 @@ Inc., which is available under the "3-clause BSD" license. Bundled files are:
     * kernel/os/src/arch/pic32/startup/simple-tlb-refill-exception.S
     * kernel/os/src/arch/pic32/stubs/pic32_init_cache.S
     * kernel/os/src/arch/pic32/stubs/pic32_init_tlb_ebi_sqi.S
+    * hw/mcu/microchip/pic32mz/p32mz_app.ld
+    * hw/mcu/microchip/pic32mz/p32mz_boot.ld
 
 This product bundles MIPS processor low-level macros by Imagination
 Technologies Limited, which is available under the "3-clause BSD" license.