mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-24 17:22:44 +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).
|
|
*/
|