summaryrefslogtreecommitdiff
path: root/templates/iar.mpt
blob: 6dbcec47b40582040eb80239d5290f9ad61d46be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
conditional_include "common"
conditional_include "unixcommon"
exe_ext = .out

configurations = Debug Release
toolchain = ARM
chip = "MK70FN1M0xxx12	NXP MK70FN1M0xxx12"

// GRuntimeLibSelect determines the type of DLib support.
// You can override this in your mpb file.
// 0 - None
// 1 - Normal
// 2 - Full
// 3 - Custom
gruntimelibselect = 1

Debug {
  debug = 1
  lib_modifier = d
}

Release {
  debug = 0
}