• 大小: 3.75MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-09
  • 语言: 其他
  • 标签: s3c2450  wince  

资源简介

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.pbcxml

     文件        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个文件信息

评论

共有 条评论