From 96d6da4e252b06dcfdc041e7df23e86161c33007 Mon Sep 17 00:00:00 2001 From: rihab kouki Date: Tue, 28 Jul 2020 11:24:49 +0100 Subject: Official ARM version: v5.6.0 --- docs/RTOS2/html/os2MigrationFunctions.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/RTOS2/html/os2MigrationFunctions.html') diff --git a/docs/RTOS2/html/os2MigrationFunctions.html b/docs/RTOS2/html/os2MigrationFunctions.html index a629624..435a270 100644 --- a/docs/RTOS2/html/os2MigrationFunctions.html +++ b/docs/RTOS2/html/os2MigrationFunctions.html @@ -179,7 +179,7 @@ Kernel Information and Control
  • Return type changed to osStatus_t.

  • -
    uint32_t osKernelLock (void)
    +
    int32_t osKernelLock (void)
    none

    Lock the RTOS Kernel scheduler.
    @@ -360,7 +360,7 @@ Event Flags
    Clear the specified Event Flags.
    New function.

    -
    const char *osEventFlagsGetName ((osEventFlagsId_t ef_id)
    +
    const char *osEventFlagsGetName (osEventFlagsId_t ef_id)
    none

    Get name of an Event Flags object.
    @@ -489,7 +489,7 @@ Mutexes
  • The parameter type changed to osMutexId_t.

  • -
    const char *osMutexGetName ((osMutexId_t mutex_id)
    +
    const char *osMutexGetName (osMutexId_t mutex_id)
    none

    Get name of a Mutex object.
    @@ -543,7 +543,7 @@ Semaphores
    Get current Semaphore token count.
    New function.

    -
    const char *osSemaphoreGetName ((osSemaphoreId_t semaphore_id)
    +
    const char *osSemaphoreGetName (osSemaphoreId_t semaphore_id)
    none

    Get name of a Semaphore object.
    @@ -615,7 +615,7 @@ Memory Pool
    Get number of memory blocks used in a Memory Pool.
    New function.

    -
    const char *osMemoryPoolGetName ((osMemoryPoolId_t mp_id)
    +
    const char *osMemoryPoolGetName (osMemoryPoolId_t mp_id)
    none

    Get name of a Memory Pool object.
    @@ -670,7 +670,7 @@ Message Queue
    Get maximum message size in a Memory Pool.
    New function.

    -
    const char *osMessageQueueGetName ((osMessageQueueId_t mq_id)
    +
    const char *osMessageQueueGetName (osMessageQueueId_t mq_id)
    none

    Get name of a Message Queue object.
    @@ -754,7 +754,7 @@ Deprecated.