[builder] Fix ltchiptool empty quotes on Windows

This commit is contained in:
Kuba Szczodrzyński
2023-05-30 18:49:58 +02:00
parent 9c6e9d1525
commit e256ac8e46
2 changed files with 2 additions and 2 deletions

View File

@@ -538,7 +538,7 @@ image_app_rblh = "${BUILD_DIR}/image_${MCULC}_app.${FLASH_RBL_OFFSET}.rblh"
image_ota_rbl = "${BUILD_DIR}/image_${MCULC}_app.ota.rbl"
env.Replace(
# linker command (encryption + packaging)
LINK="${LTCHIPTOOL} link2bin ${BOARD_JSON} '' ''",
LINK='${LTCHIPTOOL} link2bin ${BOARD_JSON} "" ""',
# UF2OTA input list
UF2OTA=[
# app binary image (enc+crc) for flasher

View File

@@ -418,7 +418,7 @@ queue.BuildLibraries()
image_firmware_is = "${BUILD_DIR}/image_firmware_is.${FLASH_OTA1_OFFSET}.bin"
env.Replace(
# linker command (dual .bin outputs)
LINK="${LTCHIPTOOL} link2bin ${BOARD_JSON} '' ''",
LINK='${LTCHIPTOOL} link2bin ${BOARD_JSON} "" ""',
# UF2OTA input list
UF2OTA=[
# same OTA images for flasher and device