esp-open-rtos/FreeRTOS/Source/include
Our Air Quality a6fa0ee497 FreeRTOS: Update to r2536.
* Introduce sbBYTES_TO_STORE_MESSAGE_LENGTH

* Fix bug in ucStreamBufferGetStreamBufferType() - which is only used by the
  Percepio trace tool.

* Update the line within vTaskStartScheduler() that was setting xTickCount to 0
  to instead set it to configINITIAL_TICK_COUNT.

* Introduce xMessageBufferNextLengthBytes() and tests for the same.

* Add call to traceTASK_SWITCHED_IN() in vTaskStartScheduler() so trace tools
  can see the first task to run.

* Correct definition of StaticTask_t in the case that portUSE_MPU_WRAPPERS is
  set to 1.

* prvTaskCheckFreeStackSpace() now returns configSTACK_DEPTH_TYPE to allow
  return values greater than max uint16_t value if required.

* xStreamBufferSend() and xStreamBufferReceive() no longer clear task
  notification bits - clearing was unnecessary as only the task notification
  state is used.

* Correct out of date comment in tasks.c.

* Fix typo in comment in queue.h.
2018-03-31 23:32:27 +11:00
..
croutine.h FreeRTOS v10.0.1 2017-12-23 21:10:57 +11:00
deprecated_definitions.h FreeRTOS v10.0.1 2017-12-23 21:10:57 +11:00
event_groups.h FreeRTOS v10.0.1 2017-12-23 21:10:57 +11:00
FreeRTOS.h FreeRTOS: Update to r2536. 2018-03-31 23:32:27 +11:00
FreeRTOSConfig.h Newlib: implement locks 2017-12-13 11:29:43 +11:00
list.h FreeRTOS v10.0.1 2017-12-23 21:10:57 +11:00
message_buffer.h FreeRTOS: Update to r2536. 2018-03-31 23:32:27 +11:00
mpu_prototypes.h FreeRTOS: Update to r2536. 2018-03-31 23:32:27 +11:00
mpu_wrappers.h FreeRTOS: Update to r2536. 2018-03-31 23:32:27 +11:00
portable.h FreeRTOS v10.0.1 2017-12-23 21:10:57 +11:00
projdefs.h FreeRTOS v10.0.1 2017-12-23 21:10:57 +11:00
queue.h FreeRTOS: Update to r2536. 2018-03-31 23:32:27 +11:00
semphr.h FreeRTOS v10.0.1 2017-12-23 21:10:57 +11:00
stack_macros.h FreeRTOS v10.0.1 2017-12-23 21:10:57 +11:00
stream_buffer.h FreeRTOS: Update to r2536. 2018-03-31 23:32:27 +11:00
task.h FreeRTOS: Update to r2536. 2018-03-31 23:32:27 +11:00
timers.h FreeRTOS v10.0.1 2017-12-23 21:10:57 +11:00