Ludwig Ortmann
a594c57bed
Merge pull request #578 from LudwigOrtmann/libcoap_makefile
...
fix libcoap checkout target
10 years ago
lotte steenbrink
fccd2eca5e
Fixed some typos & language in pkg/PORTING
10 years ago
Ludwig Ortmann
19e1759ff4
add .gitignore for openwsn pkg
10 years ago
Ludwig Ortmann
6fcf7ec089
fix libcoap checkout target
...
Fixes the following error:
make[1]: Entering directory '/foo/RIOT/pkg/libcoap'
git clone http://git.code.sf.net/p/libcoap/code /foo/RIOT/pkg/libcoap/libcoap && \
cd /foo/RIOT/pkg/libcoap/libcoap && git checkout 89acaa6775ca3a4aedea510557e6b9c0c01fa5db
fatal: destination path '/foo/RIOT/pkg/libcoap/libcoap' already exists and is not an empty directory.
Makefile:25: recipe for target '/foo/RIOT/pkg/libcoap/libcoap' failed
10 years ago
Thomas Eichinger
41fca84c09
Merge pull request #508 from thomaseichinger/openwsn-pkg
...
support openwsn as a pkg
10 years ago
Thomas Eichinger
b290ea0059
fix for those fancy case sensitiv filesystems
10 years ago
Thomas Eichinger
10cf348a6e
fixes naming conflict with uart.(c|h)
10 years ago
Thomas Eichinger
d41b92094a
fixes downloading the archive with each ```make -B```
10 years ago
Thomas Eichinger
f25e9f1f79
fixing bug: don't reapply patch
10 years ago
Martin Lenders
55b1c27c38
Add libcoap as BSD ports-like package
10 years ago
Thomas Eichinger
923b6c09af
added a README with compatibility information
10 years ago
Thomas Eichinger
5c8838ce3f
make script more verbose and deal with CRLF line endings
10 years ago
Thomas Eichinger
a66846ef22
fixes to fit the new silence flag
10 years ago
Thomas Eichinger
c6de59cb28
added possibilty to import openwsn stack as external module
10 years ago
Martin Lenders
cbd3b16fe4
Add package porting infomation
10 years ago