Skip to content

Commit

Permalink
Upload recipe-make-cat3 2.3.1.6098 [2900]
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlab-runner committed Nov 15, 2024
1 parent e34f6b0 commit 3d7bca5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ This release of the XMC GNU make build recipe includes support for building XMC
* ARM Compiler 6

### What Changed?
#### v2.3.1
* Fixed a postbuild dependency that could cause memcalc to fail.

#### v2.3.0
* Optimization for speed changed to optimization for size for the IAR toolchain.
* The feature of setting the default location of the ARM and IAR toolchains has been deprecated.
Expand Down
2 changes: 1 addition & 1 deletion make/recipe/recipe_common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ endif
_MTB_RECIPE__MEMCALC_CACHE=$(MTB_TOOLS__OUTPUT_CONFIG_DIR)/memcalc_cache.txt

ifeq ($(LIBNAME),)
$(_MTB_RECIPE__MEMCALC_CACHE): $(_MTB_RECIPE__TARG_FILE)
$(_MTB_RECIPE__MEMCALC_CACHE): $(_MTB_RECIPE__TARG_FILE) | app
$(MTB__NOISE)echo Calculating memory consumption: $(DEVICE) $(TOOLCHAIN) $(MTB_TOOLCHAIN_OPTIMIZATION)
$(MTB__NOISE)echo
$(MTB__NOISE)$(_MTB_RECIPE__GEN_READELF)
Expand Down
2 changes: 1 addition & 1 deletion version.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<version>2.3.0.6035</version>
<version>2.3.1.6098</version>

0 comments on commit 3d7bca5

Please sign in to comment.