)]}'
{
  "commit": "eaacbb099ae49aa6db31096a212a3e287af031ef",
  "tree": "4d7e5ae530171b8b6a53e864629e44036393cd54",
  "parents": [
    "be44f8aaa7f3c28b324aac41480b6e9567ba1ed4"
  ],
  "author": {
    "name": "Richard Barry",
    "email": "ribarry@amazon.com",
    "time": "Mon Oct 07 12:06:17 2013 +0000"
  },
  "committer": {
    "name": "Richard Barry",
    "email": "ribarry@amazon.com",
    "time": "Mon Oct 07 12:06:17 2013 +0000"
  },
  "message": "Clear up a few compiler warnings.\nCorrect header comments in the UARTCommandConsole.c file used in the SmartFusion2 demo.\nExercise the new xQueueSpacesAvailable() function in the MSVC demo.\nAdd defaults for the new traceMALLOC and traceFREE trace macros.\nCatch tasks trying to exit their functions in the Cortex-M0 ports.\nAdd additional comments to timers.c in response to a support forum question.\nInitialise _impure_ptr prior to the first task being started.\nPrior to V7.5.0 a yield pended in the tick hook would have occurred during the same tick interrupt.  Return pdTRUE from xTaskIncrementTick() if a yield is pending to revert to that behaviour.\n\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "73aa0178e31c910b9b5a1f81dfda55957dbc78ae",
      "old_mode": 33188,
      "old_path": "FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Full-Demo/UARTCommandConsole.c",
      "new_id": "fe54b0ed5e06dfa0ac62af0947652d2e9bd80477",
      "new_mode": 33188,
      "new_path": "FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Full-Demo/UARTCommandConsole.c"
    },
    {
      "type": "modify",
      "old_id": "43f5ac70c069bfd7370ee79b4c789f578a2b6b14",
      "old_mode": 33188,
      "old_path": "FreeRTOS/Demo/Common/Minimal/BlockQ.c",
      "new_id": "ee51b8b5e9615e4f0e5c3f75ef80189c82e0cdcb",
      "new_mode": 33188,
      "new_path": "FreeRTOS/Demo/Common/Minimal/BlockQ.c"
    },
    {
      "type": "modify",
      "old_id": "b1c40c173082c21952053d66ba6195f4a369f4fa",
      "old_mode": 33188,
      "old_path": "FreeRTOS/Demo/Common/Minimal/QueueSet.c",
      "new_id": "b38df3c2e36579a5772f81fc969d85c8b7ee83c8",
      "new_mode": 33188,
      "new_path": "FreeRTOS/Demo/Common/Minimal/QueueSet.c"
    },
    {
      "type": "modify",
      "old_id": "a08b3dcdb621fd28de184649d677dfdd3b42de27",
      "old_mode": 33188,
      "old_path": "FreeRTOS/Demo/WIN32-MSVC/main_full.c",
      "new_id": "308d55cfd9bb148c43fb921af786e63c1cf21789",
      "new_mode": 33188,
      "new_path": "FreeRTOS/Demo/WIN32-MSVC/main_full.c"
    },
    {
      "type": "modify",
      "old_id": "ee0a186cf51018fd3ac96bfb5df38b4730bb5516",
      "old_mode": 33188,
      "old_path": "FreeRTOS/Source/include/FreeRTOS.h",
      "new_id": "7b84e0a80fa73fc986540ae5d7e2207b9761c11e",
      "new_mode": 33188,
      "new_path": "FreeRTOS/Source/include/FreeRTOS.h"
    },
    {
      "type": "modify",
      "old_id": "6966c848efaf9d188fb29d6ad034676b2864299b",
      "old_mode": 33188,
      "old_path": "FreeRTOS/Source/portable/GCC/ARM_CM0/port.c",
      "new_id": "5aef176cf8abd3d5b80d796fa9e618dc50a2c573",
      "new_mode": 33188,
      "new_path": "FreeRTOS/Source/portable/GCC/ARM_CM0/port.c"
    },
    {
      "type": "modify",
      "old_id": "6b3cc4162fa1e6af74a5e1c6a87a910ed5abfcbb",
      "old_mode": 33188,
      "old_path": "FreeRTOS/Source/portable/IAR/ARM_CM0/port.c",
      "new_id": "bf5b33469e6a71e342e920ed8efbfc01e166b757",
      "new_mode": 33188,
      "new_path": "FreeRTOS/Source/portable/IAR/ARM_CM0/port.c"
    },
    {
      "type": "modify",
      "old_id": "2c0169f7ea96dc129c7e2b6cb859e4c169edbc46",
      "old_mode": 33188,
      "old_path": "FreeRTOS/Source/portable/RVDS/ARM_CM0/port.c",
      "new_id": "86bbc7b13237daf66fe151f55182db13939794b1",
      "new_mode": 33188,
      "new_path": "FreeRTOS/Source/portable/RVDS/ARM_CM0/port.c"
    },
    {
      "type": "modify",
      "old_id": "417ccd42a7d2c2578c2f2ce74ce9a2c313350bdd",
      "old_mode": 33188,
      "old_path": "FreeRTOS/Source/tasks.c",
      "new_id": "3590729641cf608a3cf909ca5f7d61a94eeee583",
      "new_mode": 33188,
      "new_path": "FreeRTOS/Source/tasks.c"
    },
    {
      "type": "modify",
      "old_id": "0414604f1fa9c3a8b20e8101872f6b3f049cedcd",
      "old_mode": 33188,
      "old_path": "FreeRTOS/Source/timers.c",
      "new_id": "f9f50b4bd39889cb9fab5e7a5d357b5dcb9b08eb",
      "new_mode": 33188,
      "new_path": "FreeRTOS/Source/timers.c"
    }
  ]
}
