summaryrefslogtreecommitdiff
path: root/upload/Component.cdef
blob: 1253a5dcd07f4f01d2fa8b4b228da146c34021a5 (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
cflags:
{
  -std=gnu99
  -I$BRNKL_ROOT/apps/util
  -Wno-unused-but-set-variable
}

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

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