Skip to content

Commit c54b6f9

Browse files
author
Arto Kinnunen
committed
Squashed 'features/frameworks/mbed-trace/' changes from b98f6a9050..425669d6b1
425669d6b1 Merge remote-tracking branch 'origin/master' into release_for_mbed_os e99f2124dd Merge pull request ARMmbed#104 from PelionIoT/move_ns_trace eb0d23a210 Move ns_trace.h to mbed-trace folder d96ad6923c Merge pull request ARMmbed#102 from PelionIoT/add_ns_trace 72bc311b9b Moved ns_trace.h from nanostack-libservice e060c630f3 Moved ns_trace.h from nanostack-libservice ead8b30353 Merge pull request ARMmbed#101 from TeroJaasko/fix_use_after_free_bug_on_tr_array 8a06eff8ca tr_array: fix use after free error after mbed_trace_free() is called git-subtree-dir: features/frameworks/mbed-trace git-subtree-split: 425669d6b18046ab65d23d0e395b5a6a433be5bd
1 parent 681f511 commit c54b6f9

File tree

20,490 files changed

+628
-11301237
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,490 files changed

+628
-11301237
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: 41 additions & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -1,102 +1,42 @@
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
1+
# Object files
2+
*.o
3+
*.ko
4+
*.obj
5+
*.elf
6+
7+
# Precompiled Headers
8+
*.gch
9+
*.pch
10+
11+
# Libraries
12+
*.lib
13+
*.a
14+
*.la
15+
*.lo
16+
17+
# Shared objects (inc. Windows DLLs)
18+
*.dll
2819
*.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/
20+
*.so.*
21+
*.dylib
22+
23+
# Executables
24+
*.exe
25+
*.out
26+
*.app
27+
*.i*86
28+
*.x86_64
29+
*.hex
30+
31+
# Debug files
32+
*.dSYM/
33+
yotta_modules/
34+
yotta_targets/
35+
build/
36+
test_coverage/
37+
**/*.info
38+
**/*~
39+
output/*
40+
41+
# Yotta files
42+
.yotta.json
File renamed without changes.

.pylintrc

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

0 commit comments

Comments
 (0)