mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 23:12:22 +08:00
24 lines
381 B
C
24 lines
381 B
C
/**
|
|
* @defgroup RTEMSBSPsARM ARM
|
|
*
|
|
* @ingroup RTEMSBSPs
|
|
*
|
|
* @brief ARM Board Support Packages.
|
|
*/
|
|
|
|
/**
|
|
* @defgroup RTEMSBSPsARMShared Shared
|
|
*
|
|
* @ingroup RTEMSBSPsARM
|
|
*
|
|
* @brief Shared Support for ARM Board Support Packages.
|
|
*/
|
|
|
|
/**
|
|
* @defgroup CMSIS CMSIS
|
|
*
|
|
* @ingroup RTEMSBSPsARMShared
|
|
*
|
|
* @brief Cortex Microcontroller Software Interface Standard (CMSIS).
|
|
*/
|