代码搜索结果
找到约 10,000 项符合
Debug 的代码
debug.lkv
-z -q -c -heap0x400 -m"./Debug/SEEDVPM642eepromw.map" -o"./Debug/SEEDVPM642eepromw.out" -stack0x400 -w -x -i"c:/tic6000v2.20.18/c6000/bios/lib" -i"c:/tic6000v2.20.18/c6000/rtdx/lib" -i"c:/tic6000v2.20
debug.lkf
-z -q -c -heap0x400 -m"./Debug/SEEDVPM642d1.map" -o"./Debug/SEEDVPM642d1.out" -stack0x400 -w -x -i"c:/tic6000v2.20.18/c6000/bios/lib" -i"c:/tic6000v2.20.18/c6000/rtdx/lib" -i"c:/tic6000v2.20.18/c6000/
debug.lkv
-z -q -c -heap0x400 -m"./Debug/SEEDVPM642d1.map" -o"./Debug/SEEDVPM642d1.out" -stack0x400 -w -x -i"c:/tic6000v2.20.18/c6000/bios/lib" -i"c:/tic6000v2.20.18/c6000/rtdx/lib" -i"c:/tic6000v2.20.18/c6000/
debug.h
/*=============================================================================
=
= Name: QVGA Display and Timer Verification and Example Code
=
===============================================
debug.c
/*=============================================================================
=
= Name: QVGA Display and Timer Verification and Example Code
=
===============================================
debug.lkf
-z -q -a -m"./Debug/exp01.map" -o"./Debug/exp01.out" -x -i"c:/ti/C5400/bios/lib" -i"c:/ti/C5400/dsk5416/lib" -i"c:/ti/c5400/rtdx/lib" -i"c:/ti/c5400/xdais/lib" -i"c:/ti/c5400/cgtools/lib"
"D:\mywork\
debug.lkv
-z -q -a -m"./Debug/exp01.map" -o"./Debug/exp01.out" -x -i"c:/ti/C5400/bios/lib" -i"c:/ti/C5400/dsk5416/lib" -i"c:/ti/c5400/rtdx/lib" -i"c:/ti/c5400/xdais/lib" -i"c:/ti/c5400/cgtools/lib"
"D:\mywork\
debug.c
#include
#include
#include "config.h"
#include "serial.h"
void DBG_Printf(char *fmt, ...)
{
va_list ap;
U8 string[1024];
va_start(ap,fmt);
vsprintf(string,fm
debug.h
#ifndef _DEBUG_H
#define _DEBUG_H
#include "config.h"
#include "serial.h"
#define DEBUG_Port UART0_ID
void DBG_Printf(char * /*fmt*/, ...);
#endif