Merge pull request #12389 from miri64/pkg/depr/emb6
emb6: deprecate package
This commit is contained in:
commit
3e0a3b1746
@ -828,7 +828,6 @@ EXCLUDE_PATTERNS = */board/*/tools/* \
|
|||||||
*/cpu/native/osx-libc-extra \
|
*/cpu/native/osx-libc-extra \
|
||||||
*/cpu/x86/include/* \
|
*/cpu/x86/include/* \
|
||||||
*/drivers/kw2xrf/include/overwrites.h \
|
*/drivers/kw2xrf/include/overwrites.h \
|
||||||
*/pkg/emb6/* \
|
|
||||||
*/pkg/lwip/* \
|
*/pkg/lwip/* \
|
||||||
*/pkg/tlsf/patch.txt \
|
*/pkg/tlsf/patch.txt \
|
||||||
*/sys/include/embUnit/* \
|
*/sys/include/embUnit/* \
|
||||||
|
|||||||
@ -5,6 +5,10 @@
|
|||||||
* @brief emb6 network stack
|
* @brief emb6 network stack
|
||||||
* @see https://github.com/hso-esk/emb6/blob/14e4a3cfff01644e078870e14e16a1fe60dcc895/doc/pdf/emb6.pdf
|
* @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
|
* emb6 is a fork of Contiki's uIP network stack without its usage of
|
||||||
* proto-threads. It uses periodic event polling instead.
|
* proto-threads. It uses periodic event polling instead.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -7,8 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup emb6 emb6 network stack
|
* @addtogroup pkg_emb6
|
||||||
* @ingroup pkg
|
|
||||||
* @brief
|
* @brief
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
|
|||||||
@ -33,6 +33,9 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Size for struct sock_udp::mbox_queue
|
||||||
|
*/
|
||||||
#ifndef SOCK_MBOX_SIZE
|
#ifndef SOCK_MBOX_SIZE
|
||||||
#define SOCK_MBOX_SIZE (2)
|
#define SOCK_MBOX_SIZE (2)
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user