Skip to content

Commit

Permalink
Update rat excludes and LICENSE file
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanc committed Mar 24, 2021
1 parent 2673c6c commit f605ed1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .rat-excludes
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
10 changes: 10 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit f605ed1

Please sign in to comment.