Mercurial > public > ostc4
diff ostc4pack/create_full_update_bin.sh @ 660:f4b553da620a
Add option to reset bluetooth name
author | heinrichsweikamp |
---|---|
date | Sun, 08 Aug 2021 09:36:23 +0200 |
parents | 9c77cfe8c2b2 |
children |
line wrap: on
line diff
--- a/ostc4pack/create_full_update_bin.sh Wed Apr 28 09:47:25 2021 +0200 +++ b/ostc4pack/create_full_update_bin.sh Sun Aug 08 09:36:23 2021 +0200 @@ -5,15 +5,15 @@ # # the build products are here -BUILD_PATH="$HOME/OSTC4workspace" +BUILD_PATH="$HOME/ac6_workspace" # Debug or Release build -BUILD_TYPE="Release" +BUILD_TYPE="Debug" # build project names -CPU1_DISCOVERY="CPU1-Discovery" -CPU1_FONTPACK="CPU1-FontPack" -CPU2_RTE="CPU2-RTE" +CPU1_DISCOVERY="ostc4_discovery" +CPU1_FONTPACK="ostc4_fontpack" +CPU2_RTE="ostc4_rte" # # End of path and file name settings