We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c904b96 commit c1a63d9Copy full SHA for c1a63d9
2 files changed
ChangeLog
@@ -1,3 +1,10 @@
1
+Mon May 6 16:35:07 UTC 2019 Chad Elliott <elliott_c@ociweb.com>
2
+
3
+ * templates/iar.mpt:
4
5
+ Changed the configuration names as the previous names implied
6
+ something that was not necessarily true.
7
8
Mon Apr 29 17:23:19 UTC 2019 Chad Elliott <elliott_c@ociweb.com>
9
10
* templates/iar.mpd:
templates/iar.mpt
@@ -2,15 +2,15 @@ conditional_include "common"
conditional_include "unixcommon"
exe_ext = .out
-configurations = "int flash sramdata debug" "int flash sramdata release"
+configurations = Debug Release
toolchain = ARM
chip = "MK70FN1M0xxx12 NXP MK70FN1M0xxx12"
-int flash sramdata debug {
+Debug {
debug = 1
11
lib_modifier = d
12
}
13
14
-int flash sramdata release {
+Release {
15
debug = 0
16
0 commit comments