Skip to content

Commit 0ecf812

Browse files
author
Arto Kinnunen
committed
Squashed 'features/nanostack/sal-stack-nanostack/' changes from 3183d87..0903b81
0903b81 Merge remote-tracking branch 'origin/release_internal' into release_external 51429c9 FHSS WS: api function to set TX allowance level (#2612) 01b1188 Fix Child NUD with long ARO registrations 20b49ce Optimize out of memory handler to remove more memory in EF mode f1b03bc FHSS WS: Allow transmitting unicast frames on broadcast channel for 1st hop node in EF mode (#2609) 2f5e5e2 Generic forwarding callback and EF state enabler for Wi-SUN BBR. 007dfa2 Allow transmitting on RX slot for 1st hop device in expedited forwarding mode (#2607) 6524872 Implemented FHSS expedited forwarding mode (#2606) 91e0b4c QoS traffic class documentation update. 3acd3a4 Fix warnings found by cppcheck (#2605) d2f5347 MPX and MAC API update 7310cc0 MAC: "CCA fail on RX" event for TX done callback (#2602) cd109c3 Clear Ack tx and tx process in MAC reset (#2601) 45504fd Optimize stagger based on uptime and startup type ed5209e Iotthd 4584 (#2599) 60726dc Fixed blacklisting overflow (#2597) 23334b7 Added support for High Priority forward state 3ec2a2c Corrected freed memory access on incoming EAPOL handling aecadc4 Fixed delayed interrupt (#2596) 1fca2c1 CCA backoffs max to 9 (#2595) f3d2fa1 Added API function to get neighbor table information from Wi-SUN 3bb089b Validate randomized fixed channel (#2592) 70743a1 MAC stabilisation fixes (#2591) e936a26 Reduce periodic DNS traces a45fe3f Improved CSMA-CA logic for Wi-SUN (#2585) 56b7735 improved Wi-SUN stack statistics added e656190 Wi-SUN neighbour allocate update 799f837 Added address check for Whiteboard address ADD 0b6caa3 Wi-SUN network timing parameter tuning 4921465 Supress warnings f5cecd7 Enable external connection for routers e129a0a Added LLC EAPOL temporary neighbor remove when authentication completes (#2583) fa20fb9 Added calculation of LLC and LLC EAPOL message queue average (#2582) 7f7c01a Added retry traces to authenticator EAP-TLS, 4WH, and GKH a87646d On startup deletes NVM GTKs if EUI-64 has been changed (#2576) 509a6f9 Add CI commands to PR template (#2579) eb6a4f7 Change stagger calculation to give more bandwidth to application 82f1d54 Wi-SUN bpptstrap clear destination cache at discovery phase. 71b0588 Destination cache update: f92c385 Enabled PMTU timeout to destination cache after used. 957b358 DHCP server and Agent relay update 25b9124 Merge remote-tracking branch 'origin/release_internal' into release_external c825b04 Corrected covery warning on delay_us multiplication be63bbb Updated changelog 77a76c7 Corrected nw size set on automatic mode 65e6c2d Updated unit tests 16e3402 Added waiting queue to EAPOL authentications to Border Router b9c0b7d Wi-SUN border router starts faster in static configuration 2f427e1 Local repair start and stop clear advertised_dodag_membership_since_last_repair when state is updated. 0a01ab1 RPL dio send update dd39963 Wi-SUN Border router uses Static address as DODAGID 7a3c833 Additional check to detect parent connection problem ffe48c9 WS management: domain configuration functions implemented (#2567) 5e9ac4e Added new Callback to RPL indicate Multicast DIS received from RPL Parent 85b949e Bootstrap and EAPOL treats all MAC TX failure causes similarly b57d9bc Add support for anonymous addressing in Wi-SUN border router (#2565) 7400c8b CFG: API for PHY mode id and channel plan id get & validate (#2564) 2832fe8 Added Socket reference limitter 890aad1 Wi-SUN MTU size update and IPv6 minium MTU routing skip 3ad28c1 Added throttling of number of simultaneous EAPOL authentications 0b84299 Source route handler call Wi-Sun border router alive function. c8343b1 Added support for dynamic RPL default lifetime d258068 Iotthd 4478 (#2560) 7ca6c24 Enable and modify memory limits for packet receiving e2b028d Close CHANGELOG.md for v12.8.1 (#2557) 91f3ff6 Merge branch 'release_internal' into release_external 3999b6e Iotthd 4495 (#2556) 90c3263 RPL Prefix handling update: f761409 Close Nanostack v12.8.0 ChangeLog (#2549) f8ae0e9 Merge remote-tracking branch 'origin/release_internal' into release_external 3275f83 Added support for handle RPL hop by Hop sender rank 0. d62c589 Activated RPL force tunnel for wi-sun. 3e1064a RPL tunnel force functionality update 3207e5c RPL parent select timer random update from 1.0-1.2 to 1.0-1.5. bc09cba MAC Ack wait fixed for OFDM (#2552) 5106b1d Fixed unused variable and function warnings. 4096c1a Wi-SUN bootstrap support RPL poison from Connected state to Discovery 66378d1 RPL Poison update git-subtree-dir: features/nanostack/sal-stack-nanostack git-subtree-split: 0903b81
1 parent c854c8f commit 0ecf812

File tree

20,490 files changed

+3324
-11099988
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

+3324
-11099988
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: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
*.c text
2-
*.cpp text
3-
*.h text
4-
*.s text
5-
*.S text
6-
*.sct text
7-
*.ld text
8-
*.txt text
9-
*.xml text
10-
*.py text
11-
*.md text
12-
*.json text
13-
*.tmpl text
14-
*.dia binary
15-
*.elf binary
16-
*.bin binary
1+
* text=auto
2+
*.uvproj eol=lf
3+
*.uvmpw eol=lf

.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: 69 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -1,102 +1,71 @@
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
1+
.settings/
2+
*.dep
3+
*.htm
4+
*.crf
5+
*.ewd
6+
*.ewt
7+
bin/
8+
*Debug/
9+
*DEBUG/
10+
*_debug/
11+
gcov/
12+
*Release/
13+
*RELEASE/
14+
*_release/
15+
riliisi/
16+
/output/
17+
Output/
18+
objs/
19+
path.txt
20+
jlink.config
21+
settings/
22+
*.bin
23+
*.hex
24+
*.elf
25+
*.srec
26+
*.eep
27+
*.o
28+
*.d
29+
*.a
30+
*.zip
31+
*.tmp
32+
Backup *
33+
*.__i
34+
*.pbi
35+
*.cout
36+
*.pbd.*
37+
*.pbd
38+
*.lst
39+
*.Scr
40+
*.uvgui.*
41+
*.uvgui_*
42+
*.log
43+
*.lss
44+
*.map
45+
*.lib
46+
*.uvopt
47+
*.sim
48+
*.out
49+
*.atsuo
50+
*.s37
51+
*.S37
52+
*.r43
53+
*.r90
54+
.tags_sorted_by_file
55+
cscope.files
56+
.tags
8557
*~
58+
*.c.orig
59+
*.h.orig
60+
*.axf
61+
*.iex
62+
*.sct
63+
*.lnp
64+
*.ini
65+
!debugger.ini
66+
*Log.txt
67+
*.mpw
68+
build
69+
html
70+
site
8671

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/
File renamed without changes.

.pylintrc

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

0 commit comments

Comments
 (0)