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 f605ed1  Update rat excludes and LICENSE file
f605ed1 is described below

commit f605ed1a6fec5f6eb4898760cbd90686877aa597
Author: Szymon Janc <szymon.j...@codecoup.pl>
AuthorDate: Wed Mar 24 09:42:05 2021 +0100

    Update rat excludes and LICENSE file
---
 .rat-excludes | 11 +++++++++++
 LICENSE       | 10 ++++++++++
 2 files changed, 21 insertions(+)

diff --git a/.rat-excludes b/.rat-excludes
index 50a47f1..0a633f1 100644
--- a/.rat-excludes
+++ b/.rat-excludes
@@ -133,6 +133,7 @@ boot-nrf91xxaa.ld
 nordic_pca10090_no_boot.ld
 nrf91xxaa.ld
 nrf91_ram_resident.ld
+boot-pinetime.ld
 
 # STM32 HAL - BSD License
 stm32_driver_mod_i2c_v1.c
@@ -539,3 +540,13 @@ lfs.h
 lfs_util.h
 DESIGN.md
 SPEC.md
+
+# OSDP library - APL2 license
+osdp
+
+# nucleo-l073rz BSP - BSD License
+stm32l0xx_hal_conf.h
+startup_stm32l073xx.s
+
+# MK64F12 SDK - BSD License
+MK64F12
diff --git a/LICENSE b/LICENSE
index ec80c0e..b16520a 100644
--- a/LICENSE
+++ b/LICENSE
@@ -421,6 +421,8 @@ This product bundles parts of stm32l0xx, which is available 
under the
     * hw/mcu/stm/stm32l0xx/src/ext/
     * hw/bsp/b-l072z-lrwan1/include/bsp/stm32l0xx_hal_conf.h
     * hw/bsp/b-l072z-lrwan1/src/arch/cortex_m0/startup_stm32l072xx.s
+    * hw/bsp/nucleo-l073rz/include/bsp/stm32l0xx_hal_conf.h
+    * hw/bsp/nucleo-l073rz/src/arch/cortex_m0/startup_stm32l073xx.s
     
 This product bundles parts of stm32l4xx, which is available under the
 "3-clause BSD" license.  Bundled files are:
@@ -561,6 +563,7 @@ which is available under the "modified Tcl/Tk" license.  
Bundled files are:
     * hw/bsp/vbluno52/nrf52xxaa.ld
     * hw/bsp/vbluno52/split-vbluno52.ld
     * hw/bsp/vbluno52/vbluno52_no_boot.ld
+    * hw/bsp/pinetime/boot-pinetime.ld
 
 This product bundles part of NXP/FreeScale SDK, which is available
 under the "3-clause BSD" license. Bundled files are:
@@ -586,6 +589,13 @@ This product bundles part of NXP frdm-k64f, which is 
available under the
     * hw/bsp/frdm-k64f/src/clock_config.h
     * hw/bsp/frdm-k64f/src/arch/cortex_m4/startup_MK64F12.S
 
+This product bundles part of NXP Kinetis mk64f12, which is available under the
+"3-clause BSD" license.  Bundled files are:
+    * hw/mcu/nxp/kinetis/MK64F12/include/MK64F12.h
+    * hw/mcu/nxp/kinetis/MK64F12/include/MK64F12_features.h
+    * hw/mcu/nxp/kinetis/MK64F12/include/system_MK64F12.h
+    * hw/mcu/nxp/kinetis/MK64F12/src/system_MK64F12.c
+
 This product bundles part of mips architecture and ci40, which is available
 under the "3-clause BSD" license.  Bundled files are:
     * kernel/os/src/arch/mips/asm/ctx.S

Reply via email to