Skip to content

Commit 120447b

Browse files
author
gitlab-runner
committed
Upload recipe-make-cat2 2.3.1.6098 [2900]
1 parent 5cb95c0 commit 120447b

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

RELEASE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ This release of the PSOC™ 4 GNU make build recipe includes complete support fo
1616
* LLVM Embedded Toolchain for Arm (Experimental)
1717

1818
### What Changed?
19+
#### v2.3.1
20+
* Fixed a postbuild dependency that could cause memcalc to fail.
21+
1922
#### v2.3.0
2023
* Experimental support for LLVM Embedded Toolchain for Arm.
2124
* Optimization for speed changed to optimization for size for the IAR toolchain.

make/recipe/recipe_common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ endif
341341
_MTB_RECIPE__MEMCALC_CACHE=$(MTB_TOOLS__OUTPUT_CONFIG_DIR)/memcalc_cache.txt
342342

343343
ifeq ($(LIBNAME),)
344-
$(_MTB_RECIPE__MEMCALC_CACHE): $(_MTB_RECIPE__TARG_FILE)
344+
$(_MTB_RECIPE__MEMCALC_CACHE): $(_MTB_RECIPE__TARG_FILE) | app
345345
$(MTB__NOISE)echo Calculating memory consumption: $(DEVICE) $(TOOLCHAIN) $(MTB_TOOLCHAIN_OPTIMIZATION)
346346
$(MTB__NOISE)echo
347347
$(MTB__NOISE)$(_MTB_RECIPE__GEN_READELF)

version.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<version>2.3.0.6018</version>
1+
<version>2.3.1.6098</version>

0 commit comments

Comments
 (0)