FreeRTOS mq_getattr() should not disable scheduler

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: High
    • TIRTOS
    • TIRTOS-1031
    • 3.20.00
    • 3.20.00
    • Hide
      mq_getattr() for FreeRTOS was calling vTaskSuspendAll() / vTaskResumeAll() without checking whether or not it was in an ISR context. This causes a FreeRTOS assertion if called within an ISR context. The code to remove the disabling of the scheduler has been removed, since this was not needed in the first place.

      A separate issue was opened against BIOS mq_getattr():
      https://jira.itg.ti.com/browse/SYSBIOS-376
      Show
      mq_getattr() for FreeRTOS was calling vTaskSuspendAll() / vTaskResumeAll() without checking whether or not it was in an ISR context. This causes a FreeRTOS assertion if called within an ISR context. The code to remove the disabling of the scheduler has been removed, since this was not needed in the first place. A separate issue was opened against BIOS mq_getattr(): https://jira.itg.ti.com/browse/SYSBIOS-376

      FreeRTOS mq_getattr() should not disable scheduler

            Assignee:
            TI User
            Reporter:
            TI User
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                Connection: Intermediate to External PROD System
                EXTSYNC-805 - FreeRTOS mq_getattr() should not di...
                SYNCHRONIZED
                • Last Sync Date: