forked from Imagelibrary/rtems
- Use CamelCase as it is not used in our C code. Enables simple search and replace. - Prefix with "RTEMS" to aid deployment and integration. It aids searching and sorting. Update #3706.
26 lines
370 B
C
26 lines
370 B
C
/**
|
|
* @defgroup RTEMSBSPsI386 i386
|
|
*
|
|
* @ingroup RTEMSBSPs
|
|
*
|
|
* @brief i386 Board Support Packages.
|
|
*/
|
|
|
|
/**
|
|
* @defgroup i386_shared i386 Shared Modules
|
|
* @ingroup bsp_i386
|
|
* @brief i386 Shared Modules
|
|
*/
|
|
|
|
/**
|
|
* @defgroup i386_comm Comm
|
|
* @ingroup i386_shared
|
|
* @brief Comm
|
|
*/
|
|
|
|
/**
|
|
* @defgroup i386_pci PCI
|
|
* @ingroup i386_shared
|
|
* @brief PCI
|
|
*/
|