2017-09-29 20:18:48 +00:00
|
|
|
/**
|
|
|
|
\defgroup arch Hardware support
|
|
|
|
CPU, device drivers and platform code
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
* \defgroup platform Platforms
|
|
|
|
* \ingroup arch
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
\defgroup net IoT networking
|
2017-10-06 12:47:29 +00:00
|
|
|
The communication protocols
|
2017-09-29 20:18:48 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
\defgroup net-layer Network layer
|
|
|
|
Network-layer protocols and services
|
|
|
|
\ingroup net
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
\defgroup link-layer Link layer
|
|
|
|
link-layer protocols and services
|
|
|
|
\ingroup net
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
\defgroup uip uIP: the IPv6 stack
|
|
|
|
The low-power IPv6 stack
|
|
|
|
\ingroup net-layer
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
\defgroup rpl-lite RPL-lite
|
|
|
|
RPL-lite is a lightweight implementation of RPL tailored for reliability.
|
|
|
|
Supports only non-storing mode, one instance and one DAG.
|
|
|
|
\ingroup net-layer
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
\defgroup mem Memory functions
|
|
|
|
\ingroup lib
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
\defgroup data Data structures
|
|
|
|
\ingroup lib
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
\defgroup lib Libraries and services
|
2017-10-06 12:47:29 +00:00
|
|
|
A set of libraries and services used by the os and applications
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
\defgroup sys System functions
|
|
|
|
Core system components such as processes and timers
|
2017-09-29 20:18:48 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
2017-12-02 22:38:18 +00:00
|
|
|
\defgroup cpu CPUs
|
|
|
|
\ingroup arch
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
\defgroup dev Device Drivers
|
2017-09-29 20:18:48 +00:00
|
|
|
\ingroup arch
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
* \defgroup apps Application-layer protocols and profiles
|
|
|
|
* \ingroup net
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
* \defgroup threads Threads and processes
|
|
|
|
This module contains protothreads, multithreading and processes
|
|
|
|
* \ingroup sys
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
* \defgroup timers Timers
|
|
|
|
This module contains all different timers and clocks in \os
|
|
|
|
* \ingroup sys
|
|
|
|
*/
|