summaryrefslogtreecommitdiff
path: root/upload/Component.cdef
blob: e44ad458d3da6f69279da05cfc9cff34187b1139 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
cflags:
{
  -std=gnu99
  -I$BRNKL_ROOT/apps/util
  -Wno-unused-but-set-variable
}

requires:
{
  api:
  {
    mtRst = le_gpio.api
    mtBootstrap = le_gpio.api
  }
}

sources:
{
  upload.c
  xmodem.c
  crc16.c
  $BRNKL_ROOT/apps/util/util.c
}