[doc] Fixed and simplified doc/cpu.txt
This commit is contained in:
parent
e2f09a367f
commit
0f5e99239f
55
doc/cpu.txt
55
doc/cpu.txt
|
@ -1,63 +1,50 @@
|
||||||
/**
|
/**
|
||||||
\defgroup cpu Contiki CPUs
|
* \defgroup cpu Contiki CPUs
|
||||||
@{
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \defgroup avr AVR
|
* \defgroup avr AVR
|
||||||
* \addtogroup cpu
|
* \ingroup cpu
|
||||||
* @{ */
|
*/
|
||||||
/** @} */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \addtogroup avr
|
|
||||||
* \defgroup wireless Wireless
|
* \defgroup wireless Wireless
|
||||||
* @{ */
|
* \ingroup avr
|
||||||
/** @} */
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \defgroup arm ARM
|
* \defgroup arm ARM
|
||||||
* \addtogroup cpu
|
* \ingroup cpu
|
||||||
* @{ */
|
*/
|
||||||
/** @} */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \defgroup stm32w-cpu STM32W108
|
* \defgroup stm32w-cpu STM32W108
|
||||||
* \addtogroup cpu
|
* \ingroup cpu
|
||||||
* @{ */
|
*/
|
||||||
/** @} */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \defgroup ccxxx CCxxx
|
* \defgroup ccxxx CCxxx
|
||||||
* \addtogroup cpu
|
* \ingroup cpu
|
||||||
* @{ */
|
*/
|
||||||
/** @} */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \defgroup pic32 PIC32 Contiki Port
|
* \defgroup pic32 PIC32 Contiki Port
|
||||||
* \addtogroup cpu
|
* \ingroup cpu
|
||||||
* @{ */
|
*/
|
||||||
/** @} */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \defgroup ADUCRF101 ADUCRF101
|
* \defgroup ADUCRF101 ADUCRF101
|
||||||
* \addtogroup cpu
|
* \ingroup cpu
|
||||||
* @{ */
|
*/
|
||||||
/** @} */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \defgroup native Native
|
* \defgroup native Native
|
||||||
* \addtogroup cpu
|
* \ingroup cpu
|
||||||
* @{ */
|
*/
|
||||||
/** @} */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \defgroup x86 x86
|
* \defgroup x86 x86
|
||||||
* \addtogroup cpu
|
* \ingroup cpu
|
||||||
* @{ */
|
*/
|
||||||
/** @} */
|
|
||||||
|
|
||||||
|
|
||||||
/** 6502 arm avr cc2430 cc2538 cc253x mc1322x msp430 native pic32 stm32w108 x86 z80 */
|
|
||||||
|
|
||||||
/** @} */
|
|
||||||
|
|
Loading…
Reference in a new issue