资源简介
s3c2450, wince5.0的 bsp,很有参考价值,用24xx系列的都可以参考。
代码片段和文件信息
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
// If you did not accept the terms of the EULA you are not authorized to use
// this source code. For a copy of the EULA please see the LICENSE.RTF on your
// install media.
//
/*++
THIS CODE AND INFORMATION IS PROVIDED “AS IS“ WITHOUT WARRANTY OF
ANY KIND EITHER EXPRESSED OR IMPLIED INCLUDING BUT NOT LIMITED TO
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
PARTICULAR PURPOSE.
Module Name: debug.c
Abstract: UART debug message routines.
Functions:
Notes:
--*/
#include <..\\..\\oal\\oallib\\debug.c>
//------------------------------------------------------------------------------
//
// Function: OEMWriteDebugString
//
// Output unicode string to debug serial port
//
VOID OEMWriteDebugString(LPWSTR string)
{
while (*string != L‘\0‘) OEMWriteDebugByte((UINT8)*string++);
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 11658 2008-08-07 09:27 SMDK2450\CATALOG\smdk2450.pbcxm
文件 582 2008-08-07 09:27 SMDK2450\CESYSGEN\makefile
文件 428 2008-09-26 15:23 SMDK2450\dirs
文件 69632 2008-08-07 09:27 SMDK2450\ETC\DNW\dnw.exe
文件 1768 2008-08-07 09:27 SMDK2450\ETC\DNW\secusb2.inf
文件 10496 2008-08-07 09:27 SMDK2450\ETC\DNW\secusb2.sys
文件 63731 2008-08-07 09:27 SMDK2450\ETC\DNW\wceusbsh.inf
文件 69632 2008-08-07 09:27 SMDK2450\ETC\dnw.exe
文件 1740 2008-08-07 09:27 SMDK2450\ETC\secbulk.inf
文件 9600 2008-08-07 09:27 SMDK2450\ETC\secbulk.sys
文件 2552 2008-08-07 09:27 SMDK2450\ETC\wceusbsh.inf
文件 104576 2008-08-07 09:27 SMDK2450\ETC\wceusbsh.sys
文件 114688 2008-08-07 09:27 SMDK2450\FILES\CameraDshowApp.exe
文件 7680 2008-08-07 09:27 SMDK2450\FILES\cameratestapp.exe
文件 3584 2008-08-07 09:27 SMDK2450\FILES\changemode.exe
文件 89064 2008-08-07 09:27 SMDK2450\FILES\clientside.exe
文件 2191 2008-09-26 15:23 SMDK2450\FILES\config.bib
文件 275456 2008-08-07 09:27 SMDK2450\FILES\d3dm_sedrv.dll
文件 24 2008-08-07 09:27 SMDK2450\FILES\GarField.lnk
文件 105472 2008-09-26 15:23 SMDK2450\FILES\HSPITestApp.exe
文件 2560 2008-08-07 09:27 SMDK2450\FILES\idletime.exe
文件 939 2008-09-26 15:23 SMDK2450\FILES\Intltrns\0404\platform.str
文件 939 2008-09-26 15:23 SMDK2450\FILES\Intltrns\0407\platform.str
文件 939 2008-09-26 15:23 SMDK2450\FILES\Intltrns\0409\platform.str
文件 939 2008-09-26 15:23 SMDK2450\FILES\Intltrns\040a\platform.str
文件 939 2008-09-26 15:23 SMDK2450\FILES\Intltrns\040c\platform.str
文件 939 2008-09-26 15:23 SMDK2450\FILES\Intltrns\0410\platform.str
文件 939 2008-09-26 15:23 SMDK2450\FILES\Intltrns\0411\platform.str
文件 939 2008-09-26 15:23 SMDK2450\FILES\Intltrns\0412\platform.str
文件 939 2008-09-26 15:23 SMDK2450\FILES\Intltrns\0413\platform.str
............此处省略819个文件信息
相关资源
- WinCE下CP210x的驱动程序
- WinCE中的Web Service调用
- bmp2c
- WinCE_6.0_中文SDK(仿真器模拟器)
- 导航mtk方案进wince工具
- wince Flash 播放器
- 真正能搜星的绿色中文版Wince5.0模拟器
- WindowsCE第三方软件.rar
- WINCE小游戏制作代码,很好的借鉴
- wince开发教程与步骤
- INI文件WINCE读写类
- 基于TE6410的WINCE系统的录入学生成绩程
- WINCE程序打包工具
- WinCE6.0烧录必不可少的工具软件
- 几年积累的WINCE上比较好用的输入法
- WinCE环境的游戏
- WinCE_CAB_Manager3.0_绿色破解版(含使用
- 基于Wince5.0的通讯录
- Windows® CE 3.0 Application Programming
- WinCE常用工具16个.rar
- wince 嵌入式高级编程
-
WINDOWS em
bedDED COMPACT 7 - WinCE开发详解,包含了源代码哦
- 国外开源Wince全能播放器TCPMP源码
- 史上最牛的WinCE开发资料
- WinCE6.02440开发教程
- WINCE汉化包,中文补丁
- WINCE语言补丁cab
- wince TCP/IP 通信源码
- 串口发送蓝牙AT命令
评论
共有 条评论