Re-structure OpenMote-CC2538 documentation

This commit is contained in:
George Oikonomou 2017-12-02 23:01:35 +00:00
parent c316f4afbd
commit 4324bce6b0
2 changed files with 3 additions and 2 deletions

View File

@ -40,6 +40,7 @@
* is comercialized by OpenMote Technologies since 2014. It is the first * is comercialized by OpenMote Technologies since 2014. It is the first
* commercial platform based on the powerful TI CC2538 SoC. It uses a * commercial platform based on the powerful TI CC2538 SoC. It uses a
* XBee form-factor to ease prototyping. * XBee form-factor to ease prototyping.
* @{
* *
* \file * \file
* Configuration for the OpenMote-CC2538 platform * Configuration for the OpenMote-CC2538 platform
@ -412,7 +413,7 @@ typedef uint32_t rtimer_clock_t;
#ifndef CCM_STAR_CONF #ifndef CCM_STAR_CONF
#define CCM_STAR_CONF cc2538_ccm_star_driver /**< AES-CCM* driver */ #define CCM_STAR_CONF cc2538_ccm_star_driver /**< AES-CCM* driver */
#endif #endif
/** @} */
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
#endif /* CONTIKI_CONF_H_ */ #endif /* CONTIKI_CONF_H_ */
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/

View File

@ -32,7 +32,7 @@
*/ */
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
/** /**
* \addtogroup platform * \addtogroup cc2538-platforms
* @{ * @{
* *
* \defgroup openmote-cc2538 OpenMote-CC2538 platform * \defgroup openmote-cc2538 OpenMote-CC2538 platform