summaryrefslogtreecommitdiff
path: root/templates/iar.mpt
blob: 36e3706fc653286ee24054daad68059955ef7519 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
conditional_include "common"
conditional_include "unixcommon"
exe_ext = .out

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

Debug {
  debug = 1
  lib_modifier = d
}

Release {
  debug = 0
}