Skip to content

Commit

Permalink
Squashed 'features/nanostack/FEATURE_NANOSTACK/coap-service/' changes…
Browse files Browse the repository at this point in the history
… from e125164..d65b6b0

d65b6b0 Update unittests for nsdynmemlib API change (ARMmbed#71)
bc69b8b Disable CoAP duplicate message detection (ARMmbed#69)
ccb65f8 Change year 2017 to copyright (ARMmbed#68)
76490a7 Add option to join COAP multicast group (ARMmbed#67)
381d910 Register to multicast groups (ARMmbed#66)
dce323c Add transaction delete to CoAP service (ARMmbed#65)
feea33e Add option to select used socket interface (ARMmbed#63)
5a5c0f9 Merge pull request ARMmbed#62 from ARMmbed/coap_separation
0d26c00 Modifying file headers and Makefile  to adapt from libcoap to mbed-coap
d323c3a Fixing unit tests based on new coap library
d1a3d25 Modifying Makefile and source file based on new coap library

git-subtree-dir: features/nanostack/FEATURE_NANOSTACK/coap-service
git-subtree-split: d65b6b0
  • Loading branch information
Arto Kinnunen committed Aug 23, 2017
1 parent 7dc2dc8 commit 9d5a9f5
Show file tree
Hide file tree
Showing 10,558 changed files with 965 additions and 5,035,103 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
15 changes: 0 additions & 15 deletions .gitattributes

This file was deleted.

48 changes: 0 additions & 48 deletions .github/issue_template.md

This file was deleted.

39 changes: 0 additions & 39 deletions .github/pull_request_template.md

This file was deleted.

87 changes: 10 additions & 77 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,77 +1,10 @@
*.py[cod]

# Distribution dir
dist

# MANIFEST file
MANIFEST

# Private settings
mbed_settings.py

# Default Build Directory
.build/
BUILD/
.mbed
venv/

# Eclipse Project Files
.cproject
.project
.pydevproject

# C extensions
*.so

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox
nosetests.xml

# Translations
*.mo

# Mr Developer
.mr.developer.cfg

output.txt
uVision Project/

# Sublime Text Project Files
*.sublime*

*.bak
debug.log

# Ignore OS X Desktop Services Store files
.DS_Store

# Orig diff files
*.orig

# PyCharm
*.idea

# Cscope
cscope.*

# vim swap files
*.swp
*~

*.a
*.lib
output
lcov
coverage
.yotta.json
build/
yotta_modules/
yotta_targets/
upload.tar.gz
File renamed without changes.
2 changes: 0 additions & 2 deletions .pylintrc

This file was deleted.

26 changes: 0 additions & 26 deletions .travis.yml

This file was deleted.

45 changes: 0 additions & 45 deletions CONTRIBUTING.md

This file was deleted.

8 changes: 0 additions & 8 deletions DOXYGEN_FRONTPAGE.md

This file was deleted.

32 changes: 0 additions & 32 deletions Jenkinsfile

This file was deleted.

Loading

0 comments on commit 9d5a9f5

Please sign in to comment.