Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Fix test targets configurations #1629

Merged
merged 1 commit into from
Oct 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/targets_linux/nordic_pca10028_boot/README

This file was deleted.

24 changes: 0 additions & 24 deletions .github/targets_linux/nordic_pca10056_btshell_all/syscfg.h

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,28 @@
# under the License.
#

### Package: "targets/nordic_pca10028_boot
pkg.name: "targets/nordic_pca10028_boot"
pkg.type: "target"
pkg.description:
pkg.author:
pkg.homepage:
syscfg.vals:
BLE_EDDYSTONE: 1
BLE_EXT_ADV: 1
BLE_EXT_ADV_MAX_SIZE: 1650
BLE_HS_DEBUG: 1
BLE_L2CAP_COC_MAX_NUM: 5
BLE_L2CAP_ENHANCED_COC: 1
BLE_MAX_CONNECTIONS: 5
BLE_MONITOR_RTT: 1
BLE_MULTI_ADV_INSTANCES: 5
BLE_PERIODIC_ADV: 1
BLE_MAX_PERIODIC_SYNCS: 5
BLE_PERIODIC_ADV_SYNC_TRANSFER: 1
BLE_SM_BONDING: 1
BLE_SM_LEGACY: 1
BLE_SM_SC: 1
BLE_STORE_MAX_BONDS: 5
BLE_VERSION: 54

BLE_LL_CFG_FEAT_LE_2M_PHY: 1
BLE_LL_CFG_FEAT_LE_CODED_PHY: 1
BLE_LL_CFG_FEAT_LL_PRIVACY: 1
BLE_LL_CONN_INIT_MAX_TX_BYTES: 251
BLE_LL_DTM: 1
BLE_LL_DTM_EXTENSIONS: 1
25 changes: 0 additions & 25 deletions .github/targets_linux/nordic_pca10056_btshell_all_v52/syscfg.h

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,29 @@
# under the License.
#

### Target: targets/nordic_pca10028_boot
target.app: "@mcuboot/boot/mynewt"
target.bsp: "@apache-mynewt-core/hw/bsp/nordic_pca10028"
target.build_profile: "optimized"
syscfg.vals:
BLE_EDDYSTONE: 1
BLE_EXT_ADV: 1
BLE_EXT_ADV_MAX_SIZE: 1650
BLE_HS_DEBUG: 1
BLE_L2CAP_COC_MAX_NUM: 5
BLE_L2CAP_ENHANCED_COC: 1

BLE_MAX_CONNECTIONS: 5
BLE_MONITOR_RTT: 1
BLE_MULTI_ADV_INSTANCES: 5
BLE_PERIODIC_ADV: 1
BLE_MAX_PERIODIC_SYNCS: 5
BLE_PERIODIC_ADV_SYNC_TRANSFER: 1
BLE_SM_BONDING: 1
BLE_SM_LEGACY: 1
BLE_SM_SC: 1
BLE_STORE_MAX_BONDS: 5
BLE_VERSION: 52

BLE_LL_CFG_FEAT_LE_2M_PHY: 1
BLE_LL_CFG_FEAT_LE_CODED_PHY: 1
BLE_LL_CFG_FEAT_LL_PRIVACY: 1
BLE_LL_CONN_INIT_MAX_TX_BYTES: 251
BLE_LL_DTM: 1
BLE_LL_DTM_EXTENSIONS: 1
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
#

syscfg.vals:
BOOTUTIL_SIGN_RSA: 0
BOOTUTIL_SIGN_ECC: 0
UART_0: 0
TIMER_0: 0
OS_CPUTIME_TIMER_NUM: -1
BLE_EXT_ADV: 1
BLE_MULTI_ADV_INSTANCES: 1
BLE_PERIODIC_ADV: 1
BLE_PERIODIC_ADV_SYNC_TRANSFER: 1
BLE_SM_LEGACY: 1
BLE_SM_SC: 1
Loading