From a862bd57f71a69fa4b0dafcad0bc7f934cbee70d Mon Sep 17 00:00:00 2001 From: Thomas Hebb Date: Sun, 3 Jan 2021 12:00:33 -0800 Subject: [PATCH] Ensure genromap files are present and executable in all projects The latest upstream changes added one project (bl602_demo_blemeshnode) without a genromap. Add one by copying the provided genblenode script. Also make the genromap executable for two other newly-added projects. --- customer_app/bl602_demo_blemeshnode/genromap | 3 +++ customer_app/sdk_app_bledemo/genromap | 0 customer_app/sdk_app_spi/genromap | 0 3 files changed, 3 insertions(+) create mode 100755 customer_app/bl602_demo_blemeshnode/genromap mode change 100644 => 100755 customer_app/sdk_app_bledemo/genromap mode change 100644 => 100755 customer_app/sdk_app_spi/genromap diff --git a/customer_app/bl602_demo_blemeshnode/genromap b/customer_app/bl602_demo_blemeshnode/genromap new file mode 100755 index 00000000..1f08a187 --- /dev/null +++ b/customer_app/bl602_demo_blemeshnode/genromap @@ -0,0 +1,3 @@ +#!/bin/sh +make CONFIG_CHIP_NAME=BL602 CONFIG_LINK_ROM=1 CONFIG_BT_MESH=1 CONFIG_BT_MESH_MODEL=0 CONFIG_BT_SETTINGS=1 CONFIG_BT_CONN=1 CONFIG_BLE_TX_BUFF_DATA=2 CONFIG_BT_ALLROLES=0 CONFIG_BT_CENTRAL=0 CONFIG_BT_PERIPHERAL=1 CONFIG_BT_OBSERVER=1 CONFIG_BT_BROADCASTER=0 CONFIG_DISABLE_BT_SMP=1 CONFIG_DISABLE_BT_HOST_PRIVACY=1 -j +exit $? diff --git a/customer_app/sdk_app_bledemo/genromap b/customer_app/sdk_app_bledemo/genromap old mode 100644 new mode 100755 diff --git a/customer_app/sdk_app_spi/genromap b/customer_app/sdk_app_spi/genromap old mode 100644 new mode 100755