Update missing licenses and rat excludes

This commit is contained in:
Szymon Janc
2022-04-19 17:07:15 +02:00
parent 854fc2fafc
commit 2a7135469e
5 changed files with 76 additions and 0 deletions
+4
View File
@@ -16,6 +16,7 @@ pts-sm.txt
94654-20170317-085441153.pts 94654-20170317-085441153.pts
uncrustify.cfg uncrustify.cfg
.style_ignored_dirs .style_ignored_dirs
.mailmap
# tinycrypt - BSD License. # tinycrypt - BSD License.
tinycrypt tinycrypt
@@ -31,3 +32,6 @@ os_mbuf.c
# Bluetooth Mesh badge sample - Apache 2.0 License # Bluetooth Mesh badge sample - Apache 2.0 License
mesh_badge mesh_badge
#BabbleSim and EDDT - Apache 2.0 License
babblesim
@@ -1,3 +1,21 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
syscfg.vals: syscfg.vals:
BLE_TRANSPORT_LL: socket BLE_TRANSPORT_LL: socket
BLE_SOCK_USE_TCP: 0 BLE_SOCK_USE_TCP: 0
@@ -1,3 +1,21 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
pkg.name: "targets/nordic_pca10056-blehci-usb" pkg.name: "targets/nordic_pca10056-blehci-usb"
pkg.type: target pkg.type: target
pkg.description: pkg.description:
@@ -1,3 +1,21 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
syscfg.vals: syscfg.vals:
BLE_TRANSPORT_HS: usb BLE_TRANSPORT_HS: usb
USBD_BTH: 1 USBD_BTH: 1
@@ -1,3 +1,21 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
target.app: "@apache-mynewt-nimble/apps/blehci" target.app: "@apache-mynewt-nimble/apps/blehci"
target.bsp: "@apache-mynewt-core/hw/bsp/nordic_pca10056" target.bsp: "@apache-mynewt-core/hw/bsp/nordic_pca10056"
target.build_profile: debug target.build_profile: debug