summaryrefslogtreecommitdiff
path: root/mtkSetup.adef
blob: e441b34a2e589bf23a211212fd311c25ca969de1 (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
25
26
27
sandboxed: false
start: manual
version: 2.16.0

executables:
{
  mtkSetup = ( upload )
}

processes:
{
  run:
  {
    ( mtkSetup )
  }
  faultAction: restartApp
  envVars:
  {
    LE_LOG_LEVEL = DEBUG
  }
}

bindings:
{
  mtkSetup.upload.mtRst -> gpioService.le_gpioPin2
  mtkSetup.upload.mtBootstrap -> gpioService.le_gpioPin24
}