Documentation fixes.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14129 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2021-04-03 07:40:33 +00:00
parent 3e50e220a7
commit c5b9581d72
6 changed files with 7 additions and 6 deletions

View File

@ -643,7 +643,7 @@ __STATIC_INLINE uint32_t port_get_core_id(void) {
__STATIC_INLINE void port_notify_instance(os_instance_t *oip) {
(void)oip;
#if 0
/* Waiting for space into the FIFO.*/
while ((SIO->FIFO_ST & SIO_FIFO_ST_RDY) == 0U) {
__WFE();
@ -653,6 +653,7 @@ __STATIC_INLINE void port_notify_instance(os_instance_t *oip) {
just discarded by the ISR, it is meant to just trigger a reschedule
check.*/
SIO->FIFO_WR = 0xFFFFFFFFU;
#endif
}
#endif /* !defined(_FROM_ASM_) */

View File

@ -21,7 +21,7 @@
* @file ARMCMx/compilers/GCC/chtypes.h
* @brief ARM Cortex-Mx port system types.
*
* @addtogroup ARMCMx_GCC_CORE
* @addtogroup ARMv6_M_RP2_GCC_CORE
* @{
*/

View File

@ -21,7 +21,7 @@
* @file ARMCMx/compilers/GCC/chtypes.h
* @brief ARM Cortex-Mx port system types.
*
* @addtogroup ARMCMx_GCC_CORE
* @addtogroup ARMv6_M_GCC_CORE
* @{
*/

View File

@ -21,7 +21,7 @@
* @file ARMCMx/compilers/GCC/chtypes.h
* @brief ARM Cortex-Mx port system types.
*
* @addtogroup ARMCMx_GCC_CORE
* @addtogroup ARMv7_M_GCC_CORE
* @{
*/

View File

@ -21,7 +21,7 @@
* @file ARMCMx/compilers/IAR/chtypes.h
* @brief ARM Cortex-Mx port system types.
*
* @addtogroup ARMCMx_IAR_CORE
* @addtogroup ARMv7_M_IAR_CORE
* @{
*/

View File

@ -21,7 +21,7 @@
* @file ARMCMx/compilers/RVCT/chtypes.h
* @brief ARM Cortex-Mx port system types.
*
* @addtogroup ARMCMx_RVCT_CORE
* @addtogroup ARMv7_M_RVCT_CORE
* @{
*/