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-nimble.git


The following commit(s) were added to refs/heads/master by this push:
     new 621a16bc tools/hci_throughput: fix redundant targets
621a16bc is described below

commit 621a16bc5a889b34ad68311928ecdddea5fff604
Author: Jakub Rotkiewicz <jakub.rotkiew...@codecoup.pl>
AuthorDate: Fri May 27 13:07:09 2022 +0200

    tools/hci_throughput: fix redundant targets
---
 .../hci_throughput/targets/nrf52832_blehci/pkg.yml | 24 ----------------
 .../targets/nrf52832_blehci/syscfg.yml             | 26 ------------------
 .../targets/nrf52832_blehci/target.yml             | 22 ---------------
 .../hci_throughput/targets/nrf52840_blehci/pkg.yml | 27 ------------------
 .../targets/nrf52840_blehci/syscfg.yml             | 32 ----------------------
 .../targets/nrf52840_blehci/target.yml             | 22 ---------------
 6 files changed, 153 deletions(-)

diff --git a/tools/hci_throughput/targets/nrf52832_blehci/pkg.yml 
b/tools/hci_throughput/targets/nrf52832_blehci/pkg.yml
deleted file mode 100644
index 72d55742..00000000
--- a/tools/hci_throughput/targets/nrf52832_blehci/pkg.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# 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: tools/hci_throughput/targets/nrf52832_blehci
-pkg.type: target
-pkg.description:
-pkg.author:
-pkg.homepage:
diff --git a/tools/hci_throughput/targets/nrf52832_blehci/syscfg.yml 
b/tools/hci_throughput/targets/nrf52832_blehci/syscfg.yml
deleted file mode 100644
index e63f3ed7..00000000
--- a/tools/hci_throughput/targets/nrf52832_blehci/syscfg.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-#
-# 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:
-  BLE_LL_CFG_FEAT_LE_2M_PHY: 1
-  MSYS_1_BLOCK_COUNT: 80
-  MSYS_1_BLOCK_SIZE: 308
-  BLE_TRANSPORT_ACL_COUNT: 80
-  BLE_TRANSPORT_ACL_SIZE: 255
-
diff --git a/tools/hci_throughput/targets/nrf52832_blehci/target.yml 
b/tools/hci_throughput/targets/nrf52832_blehci/target.yml
deleted file mode 100644
index f9d6d0fb..00000000
--- a/tools/hci_throughput/targets/nrf52832_blehci/target.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-#
-# 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.bsp: "@apache-mynewt-core/hw/bsp/nordic_pca10040"
-target.build_profile: optimized
diff --git a/tools/hci_throughput/targets/nrf52840_blehci/pkg.yml 
b/tools/hci_throughput/targets/nrf52840_blehci/pkg.yml
deleted file mode 100644
index bc9743ea..00000000
--- a/tools/hci_throughput/targets/nrf52840_blehci/pkg.yml
+++ /dev/null
@@ -1,27 +0,0 @@
-#
-# 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: tools/hci_throughput/targets/nrf52840_blehci
-pkg.type: target
-pkg.description:
-pkg.author:
-pkg.homepage:
-
-pkg.deps:
-  - "@apache-mynewt-core/hw/usb/tinyusb/std_descriptors"
diff --git a/tools/hci_throughput/targets/nrf52840_blehci/syscfg.yml 
b/tools/hci_throughput/targets/nrf52840_blehci/syscfg.yml
deleted file mode 100644
index 61f14a78..00000000
--- a/tools/hci_throughput/targets/nrf52840_blehci/syscfg.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-#
-# 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:
-  BLE_LL_CFG_FEAT_DATA_LEN_EXT: 1
-  BLE_LL_CFG_FEAT_LE_2M_PHY: 1
-  BLE_LL_HCI_VS_EVENT_ON_ASSERT: 1
-  BLE_TRANSPORT_HS: usb
-  USBD_VID: 0xDCAB
-  USBD_PID: 0x1234
-  USBD_BTH: 1
-  USBD_PRODUCT_STRING: '"throughput"'
-  MSYS_1_BLOCK_COUNT: 80
-  MSYS_1_BLOCK_SIZE: 308
-  BLE_TRANSPORT_ACL_COUNT: 80
-  BLE_TRANSPORT_ACL_SIZE: 255
\ No newline at end of file
diff --git a/tools/hci_throughput/targets/nrf52840_blehci/target.yml 
b/tools/hci_throughput/targets/nrf52840_blehci/target.yml
deleted file mode 100644
index e6317f2d..00000000
--- a/tools/hci_throughput/targets/nrf52840_blehci/target.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-#
-# 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.bsp: "@apache-mynewt-core/hw/bsp/nordic_pca10056"
-target.build_profile: optimized

Reply via email to