Skip to content

Commit c1a63d9

Browse files
committed
Mon May 6 16:35:07 UTC 2019 Chad Elliott <elliott_c@ociweb.com>
1 parent c904b96 commit c1a63d9

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
Mon Apr 29 17:23:19 UTC 2019 Chad Elliott <elliott_c@ociweb.com>
29

310
* templates/iar.mpd:

templates/iar.mpt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ conditional_include "common"
22
conditional_include "unixcommon"
33
exe_ext = .out
44

5-
configurations = "int flash sramdata debug" "int flash sramdata release"
5+
configurations = Debug Release
66
toolchain = ARM
77
chip = "MK70FN1M0xxx12 NXP MK70FN1M0xxx12"
88

9-
int flash sramdata debug {
9+
Debug {
1010
debug = 1
1111
lib_modifier = d
1212
}
1313

14-
int flash sramdata release {
14+
Release {
1515
debug = 0
1616
}

0 commit comments

Comments
 (0)