Skip to content

Commit dcd36ce

Browse files
committed
remove AVR example, fix documentation gaps, remove redundant code
1 parent f434859 commit dcd36ce

File tree

12 files changed

+23
-342
lines changed

12 files changed

+23
-342
lines changed

contributing.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,17 @@ Raise an issue, and if you have a fix, make a pull request.
99

1010
### Documentation Improvements
1111

12-
Make a pull request.
12+
Raise an issue if it's complicated.
13+
14+
Make a pull request if it's simple.
1315

1416
### Feature Requests and Proposals
1517

1618
Raise an issue.
1719

18-
### Questions
20+
### Questions / Clarifications
1921

20-
Start a discussion.
22+
Raise an issue.
2123

2224
### Feature Contributions
2325

examples/avr/bin/.gitignore

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

examples/avr/build/.gitignore

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

examples/avr/main.c

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

examples/avr/makefile

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

examples/avr/port.h

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

examples/avr/readme.md

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

history.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ Note that versions are only "released" when there is a git tag with the same nam
55
If you have checked out master, the top version listed here may be a
66
work in progress.
77

8+
## 0.5.6
9+
10+
- removed incomplete AVR example
11+
- added missing interrupt line integration to doxygen and chip interface examples
12+
- updated contribution guidelines
13+
- updated porting guidelines
14+
- changed MBED wrapper to not include platform specific code where it shouldn't
15+
- added missing session update event
16+
- use ldl_stream.c functions in ldl_ops.c
17+
818
## 0.5.5
919

1020
- fixed bug where DevNonce was not being incremented for each join request frame sent.

0 commit comments

Comments
 (0)