Uploaded image for project: 'Embedded Software & Tools'
  1. Embedded Software & Tools
  2. EXT_EP-8302

FreeRTOS mq_getattr() should not disable scheduler

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: High 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

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

              Created:
              Updated:
              Resolved: