summaryrefslogtreecommitdiff
path: root/upload/Component.cdef
blob: b7d57eb62a9ac6471b6e759b9bfc1437833502f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
  $BRNKL_ROOT/apps/util/util.c
}