-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
273 changed files
with
24,542 additions
and
5,944 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,25 @@ | ||
void __stdio_atexit(void) {} | ||
|
||
/// #sprintf | ||
|
||
/// #vsprintf | ||
|
||
/// #vprintf | ||
|
||
/// #printf | ||
|
||
/// #__StringWrite | ||
|
||
/// #__FileWrite | ||
|
||
/// #__pformatter | ||
|
||
/// #float2str | ||
|
||
/// #round_decimal | ||
|
||
/// #longlong2str | ||
|
||
/// #long2str | ||
|
||
/// #parse_format |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,20 @@ | ||
#ifndef GALE01_323CF0 | ||
#define GALE01_323CF0 | ||
|
||
#include <placeholder.h> | ||
|
||
/* 323CF0 */ UNK_RET __stdio_atexit(UNK_PARAMS); | ||
/* 323CF4 */ UNK_RET sprintf(UNK_PARAMS); | ||
/* 323DC8 */ UNK_RET vsprintf(UNK_PARAMS); | ||
/* 323E38 */ UNK_RET vprintf(UNK_PARAMS); | ||
/* 323EB4 */ UNK_RET printf(UNK_PARAMS); | ||
/* 323F80 */ UNK_RET __StringWrite(UNK_PARAMS); | ||
/* 323FEC */ UNK_RET __FileWrite(UNK_PARAMS); | ||
/* 324044 */ UNK_RET __pformatter(UNK_PARAMS); | ||
/* 324674 */ UNK_RET float2str(UNK_PARAMS); | ||
/* 324CAC */ UNK_RET round_decimal(UNK_PARAMS); | ||
/* 324DE0 */ UNK_RET longlong2str(UNK_PARAMS); | ||
/* 3250C0 */ UNK_RET long2str(UNK_PARAMS); | ||
/* 3252E4 */ UNK_RET parse_format(UNK_PARAMS); | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,24 @@ | ||
|
||
/// #TRKLoadContext | ||
|
||
/// #TRKEXICallBack | ||
|
||
/// #InitMetroTRKCommTable | ||
|
||
void TRKUARTInterruptHandler(void) {} | ||
|
||
/// #TRKInitializeIntDrivenUART | ||
|
||
/// #EnableEXI2Interrupts | ||
|
||
/// #TRKPollUART | ||
|
||
/// #TRK_ReadUARTN | ||
|
||
/// #TRK_WriteUARTN | ||
|
||
/// #ReserveEXI2Port | ||
|
||
/// #UnreserveEXI2Port | ||
|
||
/// #TRK_board_display |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,19 @@ | ||
#ifndef GALE01_32AC28 | ||
#define GALE01_32AC28 | ||
|
||
#include <placeholder.h> | ||
|
||
/* 32AC28 */ UNK_RET TRKLoadContext(UNK_PARAMS); | ||
/* 32ACB0 */ UNK_RET TRKEXICallBack(UNK_PARAMS); | ||
/* 32ACE8 */ UNK_RET InitMetroTRKCommTable(UNK_PARAMS); | ||
/* 32ADD0 */ UNK_RET TRKUARTInterruptHandler(UNK_PARAMS); | ||
/* 32ADD4 */ UNK_RET TRKInitializeIntDrivenUART(UNK_PARAMS); | ||
/* 32AE14 */ UNK_RET EnableEXI2Interrupts(UNK_PARAMS); | ||
/* 32AE44 */ UNK_RET TRKPollUART(UNK_PARAMS); | ||
/* 32AE74 */ UNK_RET TRK_ReadUARTN(UNK_PARAMS); | ||
/* 32AEB8 */ UNK_RET TRK_WriteUARTN(UNK_PARAMS); | ||
/* 32AEFC */ UNK_RET ReserveEXI2Port(UNK_PARAMS); | ||
/* 32AF2C */ UNK_RET UnreserveEXI2Port(UNK_PARAMS); | ||
/* 32AF5C */ UNK_RET TRK_board_display(UNK_PARAMS); | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
/// #TRKTestForPacket | ||
|
||
/// #TRKGetInput | ||
|
||
/// #TRKProcessInput | ||
|
||
/// #TRKInitializeSerialHandler | ||
|
||
/// #TRKTerminateSerialHandler | ||
|
||
void usr_put_initialize(void) {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,13 @@ | ||
#ifndef GALE01_3274DC | ||
#define GALE01_3274DC | ||
|
||
#include <placeholder.h> | ||
|
||
/* 3274DC */ UNK_RET TRKTestForPacket(UNK_PARAMS); | ||
/* 3275AC */ UNK_RET TRKGetInput(UNK_PARAMS); | ||
/* 327628 */ UNK_RET TRKProcessInput(UNK_PARAMS); | ||
/* 327678 */ UNK_RET TRKInitializeSerialHandler(UNK_PARAMS); | ||
/* 32769C */ UNK_RET TRKTerminateSerialHandler(UNK_PARAMS); | ||
/* 3276A4 */ UNK_RET usr_put_initialize(UNK_PARAMS); | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,29 @@ | ||
/// #DBGEXIImm | ||
|
||
/// #DBGReadMailbox | ||
|
||
/// #DBGRead | ||
|
||
/// #DBGWrite | ||
|
||
/// #DBGReadStatus | ||
|
||
/// #MWCallback | ||
|
||
/// #DBGHandler | ||
|
||
/// #DBInitComm | ||
|
||
/// #DBInitInterrupts | ||
|
||
/// #DBQueryData | ||
|
||
/// #DBRead | ||
|
||
/// #DBWrite | ||
|
||
void DBOpen(void) {} | ||
|
||
void DBClose(void) {} | ||
|
||
/// #Hu_IsStub |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,22 @@ | ||
#ifndef GALE01_32AFE4 | ||
#define GALE01_32AFE4 | ||
|
||
#include <placeholder.h> | ||
|
||
/* 32AFE4 */ UNK_RET DBGEXIImm(UNK_PARAMS); | ||
/* 32B27C */ UNK_RET DBGReadMailbox(UNK_PARAMS); | ||
/* 32B328 */ UNK_RET DBGRead(UNK_PARAMS); | ||
/* 32B404 */ UNK_RET DBGWrite(UNK_PARAMS); | ||
/* 32B4E0 */ UNK_RET DBGReadStatus(UNK_PARAMS); | ||
/* 32B58C */ UNK_RET MWCallback(UNK_PARAMS); | ||
/* 32B5C8 */ UNK_RET DBGHandler(UNK_PARAMS); | ||
/* 32B608 */ UNK_RET DBInitComm(UNK_PARAMS); | ||
/* 32B680 */ UNK_RET DBInitInterrupts(UNK_PARAMS); | ||
/* 32B6D4 */ UNK_RET DBQueryData(UNK_PARAMS); | ||
/* 32B770 */ UNK_RET DBRead(UNK_PARAMS); | ||
/* 32B7FC */ UNK_RET DBWrite(UNK_PARAMS); | ||
/* 32BA5C */ UNK_RET DBOpen(UNK_PARAMS); | ||
/* 32BA60 */ UNK_RET DBClose(UNK_PARAMS); | ||
/* 32BA64 */ UNK_RET Hu_IsStub(UNK_PARAMS); | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.