diff options
| author | Nick Van Doorn <vandoorn.nick@gmail.com> | 2018-09-10 23:23:21 -0700 | 
|---|---|---|
| committer | Nick Van Doorn <vandoorn.nick@gmail.com> | 2018-09-10 23:23:21 -0700 | 
| commit | 83639bdffb6b9355a29d2b2e55807aa3b6837bbd (patch) | |
| tree | e5858b146a3901880e5babaa89aacbe0979f0552 /upload/Component.cdef | |
Initial commit
Diffstat (limited to 'upload/Component.cdef')
| -rw-r--r-- | upload/Component.cdef | 22 | 
1 files changed, 22 insertions, 0 deletions
| diff --git a/upload/Component.cdef b/upload/Component.cdef new file mode 100644 index 0000000..b7d57eb --- /dev/null +++ b/upload/Component.cdef @@ -0,0 +1,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 +} | 
