Skip to content

Commit 1ca9219

Browse files
author
Arto Kinnunen
committed
Squashed 'features/nanostack/coap-service/' changes from 4a126bd..c021690
c021690 Update copyright to Makefiles and scripts (ARMmbed#133) 5fb7a6c Update copyright (ARMmbed#132) git-subtree-dir: features/nanostack/coap-service git-subtree-split: c021690
1 parent ae5d042 commit 1ca9219

File tree

20,511 files changed

+1560
-11294135
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

20,511 files changed

+1560
-11294135
lines changed

.astyleignore

Lines changed: 0 additions & 34 deletions
This file was deleted.

.astylerc

Lines changed: 0 additions & 37 deletions
This file was deleted.

.coveragerc

Lines changed: 0 additions & 9 deletions
This file was deleted.

.gitattributes

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/issue_template.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/pull_request_template.md

Lines changed: 0 additions & 62 deletions
This file was deleted.

.gitignore

Lines changed: 7 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -1,102 +1,7 @@
1-
*.py[cod]
2-
3-
# Distribution dir
4-
dist
5-
6-
# MANIFEST file
7-
MANIFEST
8-
doxygen_objdb_*
9-
10-
# Private settings
11-
mbed_settings.py
12-
13-
# Default Build Directory
14-
.build/
15-
BUILD/
16-
.mbed
17-
venv/
18-
19-
# Mbedls
20-
.mbedls-mock.lock
21-
22-
# Eclipse Project Files
23-
.cproject
24-
.project
25-
.pydevproject
26-
27-
# C extensions
28-
*.so
29-
30-
# Packages
31-
*.egg
32-
*.egg-info
33-
dist
34-
build
35-
eggs
36-
parts
37-
bin
38-
var
39-
sdist
40-
develop-eggs
41-
.installed.cfg
42-
43-
# Installer logs
44-
pip-log.txt
45-
46-
# Unit test / coverage reports
47-
.coverage
48-
.tox
49-
nosetests.xml
50-
.cache
51-
.hypothesis
52-
53-
# Translations
54-
*.mo
55-
56-
# Mr Developer
57-
.mr.developer.cfg
58-
59-
output.txt
60-
uVision Project/
61-
62-
# Sublime Text Project Files
63-
*.sublime*
64-
65-
*.bak
66-
debug.log
67-
68-
# Ignore OS X Desktop Services Store files
69-
.DS_Store
70-
71-
# Orig diff files
72-
*.orig
73-
74-
# PyCharm
75-
*.idea
76-
77-
# Cscope
78-
cscope.*
79-
80-
# Ctags
81-
tags
82-
83-
# vim swap files
84-
*.swp
85-
*~
86-
87-
# Visual Studio Code
88-
.vscode/
89-
90-
features/FEATURE_BLE/targets/TARGET_CORDIO/stack_backup/
91-
92-
.pytest_cache
93-
log
94-
95-
# Icetea related file
96-
test_suite.json
97-
98-
# default delivery dir
99-
DELIVERY/
100-
101-
# Directory hosting PSA autogenerated source files
102-
PSA_AUTOGEN/
1+
*.a
2+
*.lib
3+
output
4+
lcov
5+
coverage
6+
build/
7+
upload.tar.gz

.pylintrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)