ti/debug.h
#include <ti/debug.h>
TI has implemented debugging differently than CEmu does. This header provides access to TI’s debugging API, which is not useful if you don’t have their tools.
API Documentation
This file is pretty much pointless.
- Authors
Matt “MateoConLechuga” Waltz
Jacob “jacobly” Young
Functions
-
void boot_DebugPrintf(const char *string)
Basically a reimplemented form of printf that prints to some debugging device.
- Parameters
string – [in] String to send to debug device