From 3ac500716892d2395c616b8937030bc0aef9ee65 Mon Sep 17 00:00:00 2001 From: Jerzy Kasenberg Date: Wed, 17 Nov 2021 11:53:47 +0100 Subject: [PATCH] targets: Rename pca10095 target Target nordic_pca10095-blehci was defined for nordic_pca10095_net bsp. Name suggested that nordic_pca10095 is being used. This just changes target name to avoid confusion. --- .../pkg.yml | 2 +- .../syscfg.yml | 0 .../target.yml | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename targets/{nordic_pca10095-blehci => nordic_pca10095_net-blehci}/pkg.yml (95%) rename targets/{nordic_pca10095-blehci => nordic_pca10095_net-blehci}/syscfg.yml (100%) rename targets/{nordic_pca10095-blehci => nordic_pca10095_net-blehci}/target.yml (100%) diff --git a/targets/nordic_pca10095-blehci/pkg.yml b/targets/nordic_pca10095_net-blehci/pkg.yml similarity index 95% rename from targets/nordic_pca10095-blehci/pkg.yml rename to targets/nordic_pca10095_net-blehci/pkg.yml index 3b72abe1b..af24376a8 100644 --- a/targets/nordic_pca10095-blehci/pkg.yml +++ b/targets/nordic_pca10095_net-blehci/pkg.yml @@ -17,7 +17,7 @@ # under the License. # -pkg.name: targets/nordic_pca10095-blehci +pkg.name: targets/nordic_pca10095_net-blehci pkg.type: target pkg.description: Sample target for BLE controller on NRF5340 pkg.author: "Apache Mynewt " diff --git a/targets/nordic_pca10095-blehci/syscfg.yml b/targets/nordic_pca10095_net-blehci/syscfg.yml similarity index 100% rename from targets/nordic_pca10095-blehci/syscfg.yml rename to targets/nordic_pca10095_net-blehci/syscfg.yml diff --git a/targets/nordic_pca10095-blehci/target.yml b/targets/nordic_pca10095_net-blehci/target.yml similarity index 100% rename from targets/nordic_pca10095-blehci/target.yml rename to targets/nordic_pca10095_net-blehci/target.yml