Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

emb6: deprecate package #12389

Merged
merged 2 commits into from
Oct 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion doc/doxygen/riot.doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,6 @@ EXCLUDE_PATTERNS = */board/*/tools/* \
*/cpu/native/osx-libc-extra \
*/cpu/x86/include/* \
*/drivers/kw2xrf/include/overwrites.h \
*/pkg/emb6/* \
*/pkg/lwip/* \
*/pkg/tlsf/patch.txt \
*/sys/include/embUnit/* \
Expand Down
4 changes: 4 additions & 0 deletions pkg/emb6/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
* @brief emb6 network stack
* @see https://github.com/hso-esk/emb6/blob/14e4a3cfff01644e078870e14e16a1fe60dcc895/doc/pdf/emb6.pdf
*
* @deprecated Based on very old version of `emb6` and the package is
* basically unmaintained; will be removed after the 2020.07
* release.
*
* emb6 is a fork of Contiki's uIP network stack without its usage of
* proto-threads. It uses periodic event polling instead.
*/
3 changes: 1 addition & 2 deletions pkg/emb6/include/board_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
*/

/**
* @defgroup emb6 emb6 network stack
* @ingroup pkg
* @addtogroup pkg_emb6
* @brief
* @{
*
Expand Down
3 changes: 3 additions & 0 deletions pkg/emb6/include/sock_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
extern "C" {
#endif

/**
* @brief Size for struct sock_udp::mbox_queue
*/
#ifndef SOCK_MBOX_SIZE
#define SOCK_MBOX_SIZE (2)
#endif
Expand Down