cc3200: Place functions only used while booting in a special section.
Such functions are never used after MicroPython has started, and they
remain in RAM wasting space. Now they are placed in a special section
named "boot" which sits just before the heap, allowing us to extend
the effective heap area up to the new boot section. Right now, this
gives us back ~1K, but in the future, more functions might end up in
there as well.
BaseType_txTaskGenericCreate(TaskFunction_tpxTaskCode,constchar*constpcName,constuint16_tusStackDepth,void*constpvParameters,UBaseType_tuxPriority,TaskHandle_t*constpxCreatedTask,StackType_t*constpuxStackBuffer,constMemoryRegion_t*constxRegions)/*lint !e971 Unqualified char types are allowed for strings and single characters only. */
BaseType_txTaskGenericCreate(TaskFunction_tpxTaskCode,constchar*constpcName,constuint16_tusStackDepth,void*constpvParameters,UBaseType_tuxPriority,TaskHandle_t*constpxCreatedTask,StackType_t*constpuxStackBuffer,constMemoryRegion_t*constxRegions)/*lint !e971 Unqualified char types are allowed for strings and single characters only. */
staticvoidprvInitialiseTCBVariables(TCB_t*constpxTCB,constchar*constpcName,UBaseType_tuxPriority,constMemoryRegion_t*constxRegions,constuint16_tusStackDepth)/*lint !e971 Unqualified char types are allowed for strings and single characters only. */
staticvoidprvInitialiseTCBVariables(TCB_t*constpxTCB,constchar*constpcName,UBaseType_tuxPriority,constMemoryRegion_t*constxRegions,constuint16_tusStackDepth)/*lint !e971 Unqualified char types are allowed for strings and single characters only. */