[doc] avr-raven: Fix placement of description for ravenserial group
Note: The raven-lcd-interface and raven-ipso modules in atmega128rfa1 seem to be needles for this platform and might be there only because of copy&paste from the raven platform. Should be removed in a later patch.
This commit is contained in:
parent
5a38788944
commit
b0206e2f58
|
@ -30,21 +30,19 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
* \brief This module contains code to interface a Contiki-based
|
|
||||||
* project on the AVR Raven platform's ATMega1284P chip to the LCD
|
|
||||||
* driver chip (ATMega3290P) on the Raven.
|
|
||||||
*
|
|
||||||
* \author Durvy Mathilde <mdurvy@cisco.com>
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
/** \addtogroup avr-atmega128rfa1
|
/** \addtogroup avr-atmega128rfa1
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \defgroup ravenserial Serial interface between Raven processors
|
* \defgroup ravenserial Serial interface between Raven processors
|
||||||
|
*
|
||||||
|
* \brief This module contains code to interface a Contiki-based
|
||||||
|
* project on the AVR Raven platform's ATMega1284P chip to the LCD
|
||||||
|
* driver chip (ATMega3290P) on the Raven.
|
||||||
|
*
|
||||||
|
* \author Durvy Mathilde <mdurvy@cisco.com>
|
||||||
|
*
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -30,21 +30,19 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
* \brief This module contains code to interface a Contiki-based
|
|
||||||
* project on the AVR Raven platform's ATMega1284P chip to the LCD
|
|
||||||
* driver chip (ATMega3290P) on the Raven.
|
|
||||||
*
|
|
||||||
* \author Blake Leverett <bleverett@gmail.com>
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
/** \addtogroup raven
|
/** \addtogroup raven
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \defgroup ravenserial Serial interface between Raven processors
|
* \defgroup ravenserial Serial interface between Raven processors
|
||||||
|
*
|
||||||
|
* \brief This module contains code to interface a Contiki-based
|
||||||
|
* project on the AVR Raven platform's ATMega1284P chip to the LCD
|
||||||
|
* driver chip (ATMega3290P) on the Raven.
|
||||||
|
*
|
||||||
|
* \author Blake Leverett <bleverett@gmail.com>
|
||||||
|
*
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -30,21 +30,19 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
* \brief This module contains code to interface a Contiki-based
|
|
||||||
* project on the AVR Raven platform's ATMega1284P chip to the LCD
|
|
||||||
* driver chip (ATMega3290P) on the Raven.
|
|
||||||
*
|
|
||||||
* \author Durvy Mathilde <mdurvy@cisco.com>
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
/** \addtogroup raven
|
/** \addtogroup raven
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \defgroup ravenserial Serial interface between Raven processors
|
* \defgroup ravenserial Serial interface between Raven processors
|
||||||
|
*
|
||||||
|
* \brief This module contains code to interface a Contiki-based
|
||||||
|
* project on the AVR Raven platform's ATMega1284P chip to the LCD
|
||||||
|
* driver chip (ATMega3290P) on the Raven.
|
||||||
|
*
|
||||||
|
* \author Durvy Mathilde <mdurvy@cisco.com>
|
||||||
|
*
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -30,21 +30,19 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
* \brief This module contains code to interface a Contiki-based
|
|
||||||
* project on the AVR Raven platform's ATMega1284P chip to the LCD
|
|
||||||
* driver chip (ATMega3290P) on the Raven.
|
|
||||||
*
|
|
||||||
* \author Blake Leverett <bleverett@gmail.com>
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
/** \addtogroup raven
|
/** \addtogroup raven
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \defgroup ravenserial Serial interface between Raven processors
|
* \defgroup ravenserial Serial interface between Raven processors
|
||||||
|
*
|
||||||
|
* \brief This module contains code to interface a Contiki-based
|
||||||
|
* project on the AVR Raven platform's ATMega1284P chip to the LCD
|
||||||
|
* driver chip (ATMega3290P) on the Raven.
|
||||||
|
*
|
||||||
|
* \author Blake Leverett <bleverett@gmail.com>
|
||||||
|
*
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue