Presentation is loading. Please wait.

Presentation is loading. Please wait.

请点击以下链接下载WinHEC的演讲材料

Similar presentations


Presentation on theme: "请点击以下链接下载WinHEC的演讲材料"— Presentation transcript:

1 请点击以下链接下载WinHEC的演讲材料
Download WinHEC presentations here:

2 了解 Windows 驱动程序开发工具 Devin Wong 软件工程师 WinHEC 2015 3/3/2017 10:05 PM
© 2015 Microsoft Corporation.保留所有权利。Microsoft 对本演示文稿中的信息不做任何明示、暗示或法定担保。

3 Tech Ready 15 3/3/2017 简介和议程 会议简介 Windows 驱动程序工具包 (WDK) 简介、Visual Studio 的优点、驱动程序示例和模板概述、构建并部署移动和桌面驱动程序。Windows 硬件开发板简介 会议议程: 通用 Windows 驱动程序概述 一个适用于所有 Windows 的驱动程序开发体验 Windows 驱动程序工具包 (WDK) + Visual Studio – 现代的驱动程序开发环境 硬件开发板 – 为硬件开发者提供的出色资源 主要内容 了解 Visual Studio + WDK 的强大功能,从而轻松地创建适用于所有 Windows 版本的高质量 Windows 通用驱动程序 © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

4 Windows 通用驱动程序 – 概述 WinHEC 2015 3/3/2017 10:05 PM
© 2015 Microsoft Corporation.保留所有权利。Microsoft 对本演示文稿中的信息不做任何明示、暗示或法定担保。

5 Windows 无处不在 WINDOWS 从嵌入式计算机到服务器以及这两者之间的一切设备,Windows 无处不在

6 Windows 10 之前的驱动程序开发 重要差异: 编写桌面驱动程序 编写移动驱动程序 开发硬件可用性 适用于桌面和手机的工具包
购买开发板 下载 WDK 了解桌面驱动程序模型 使用 Visual Studio 构建 <-> 调试桌面驱动程序 使用 WDK 测试测试 驱动程序 提交以登录到门户 编写移动驱动程序 与 OEM 合作, 获取移动硬件 下载 WPDK 了解手机驱动程序模型 使用 Visual Studio 构建 <-> 调试手机驱动程序 使用测试中心测试 驱动程序 向 OEM 提供驱动程序包以集成移动映像 重要差异: 开发硬件可用性 适用于桌面和手机的工具包 驱动程序模型 测试内容 驱动程序签名

7 Windows 通用驱动程序 可在所有 Windows 版本上运行 为您提供的价值 桌面版,移动版,IoT 包括所有聚合的设备驱动程序堆栈
WinHEC 2015 3/3/ :05 PM Win10 中的新增功能 Windows 通用驱动程序 可在所有 Windows 版本上运行 桌面版,移动版,IoT 包括所有聚合的设备驱动程序堆栈 为您提供的价值 为一个体系结构编写 1 个驱动程序二进制文件适用于桌面、移动和 IoT 版本 为驱动程序和应用提供一致的 API 图面 任意 Windows 版本都可用作驱动程序测试平台 无需其他驱动程序,即可向桌面以及移动 OEM/ODM 销售组件 © 2015 Microsoft Corporation.保留所有权利。Microsoft 对本演示文稿中的信息不做任何明示、暗示或法定担保。

8 Windows 通用驱动程序 – 可在所有 Windows 版本上运行
WinHEC 2015 3/3/ :05 PM Windows 通用驱动程序 – 可在所有 Windows 版本上运行 通用驱动程序开发平台 统一的基于组件的软件体系结构,可在所有 Windows 10 设备类型上提供一组一致的 API © 2015 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

9 Windows 版本分层 完全服务器 桌面版 共享旧式 移动版 Windows 全息版 Xbox OneCoreUAP OneCore
WinHEC 2015 3/3/ :05 PM Windows 版本分层 完全服务器 桌面版 共享旧式 移动版 Windows 全息版 Xbox IoT OneCoreUAP OneCore © 2015 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

10 聚合的设备区 对所有 Windows 10 版 本通用的聚合设备区
WinHEC 2015 3/3/ :05 PM 设备区 目标静态库 OneCore.lib OneCoreUAP.lib 音频设备 x 生物识别设备 蓝牙 总线 照相机 加密 显示设备 地理位置 输入设备 可安装的文件系统驱动程序 网络 - 有线 网络 - 无线 网络筛选器 NFC 服务点 邻近感应设备 安全设备 传感器设备 存储 系统技术 触控设备 USB 视频 聚合的设备区 对所有 Windows 10 版 本通用的聚合设备区 编写一个 Windows 通用驱动程序,面向所有 Windows 10 版本 可用的驱动程序示例和 模板 © 2015 Microsoft Corporation.保留所有权利。Microsoft 对本演示文稿中的信息不做任何明示、暗示或法定担保。

11 通用平台对现有驱动程序的影响 内核模式驱动程序 用户模式驱动程序和服务 通常向后兼容聚合设备区 所需的最少更改
WinHEC 2015 3/3/ :05 PM 通用平台对现有驱动程序的影响 内核模式驱动程序 通常向后兼容聚合设备区 所需的最少更改 用户模式驱动程序和服务 并非所有 Win32 API 都可用作 Windows 通用平台的一部分 与丢失的 API 链接在一起的二进制文件(DLL、EXE)将不会加载 替代 API 可能在某些情况下可用 如果 API 不可用,将需要重新设计/重新实现 © 2015 Microsoft Corporation.保留所有权利。Microsoft 对本演示文稿中的信息不做任何明示、暗示或法定担保。

12 构建通用 Windows 驱动程序 一个适用于所有 Windows 版本的驱动程序 WinHEC 2015
3/3/ :05 PM 构建通用 Windows 驱动程序 一个适用于所有 Windows 版本的驱动程序 © 2015 Microsoft Corporation.保留所有权利。Microsoft 对本演示文稿中的信息不做任何明示、暗示或法定担保。

13 Microsoft 提供端到端的硬件开发解决方案
Build 2014 3/3/2017 Microsoft 提供端到端的硬件开发解决方案 硬件开发平台 文档和支持 Visual Studio + WDK 驱动程序验证 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

14 WDK 的主要目标 提高开发人员的工作效率 尽早发现缺陷 轻松创建更可靠、性能更佳的驱动程序
WinHEC 2015 3/3/ :05 PM WDK 的主要目标 提高开发人员的工作效率 将驱动程序工具集成到现代的 Visual Studio 环境中 尽早发现缺陷 在开发过程中使质量趋向“上游” 将质量工具和测试集成到 Visual Studio 中 轻松创建更可靠、性能更佳的驱动程序 增强驱动程序开发框架 简化通用驱动程序开发任务 © 2015 Microsoft Corporation.保留所有权利。Microsoft 对本演示文稿中的信息不做任何明示、暗示或法定担保。

15 演示 通过使用示例和模板快速开始 使用 Visual Studio 2015 和 WDK 创建、生成 Windows 通用驱动程序并将其打包
WinHEC 2015 3/3/ :05 PM 演示 通过使用示例和模板快速开始 使用 Visual Studio 2015 和 WDK 创建、生成 Windows 通用驱动程序并将其打包 部署和调试 Windows 通用驱动程序 Windows 通用驱动程序验证工具 © 2015 Microsoft Corporation.保留所有权利。Microsoft 对本演示文稿中的信息不做任何明示、暗示或法定担保。

16 硬件开发板 硬件开发平台 文档和支持 Visual Studio + WDK 驱动程序验证 WinHEC 2015
3/3/ :05 PM 硬件开发板 硬件开发平台 文档和支持 Visual Studio + WDK 驱动程序验证 © 2015 Microsoft Corporation.保留所有权利。Microsoft 对本演示文稿中的信息不做任何明示、暗示或法定担保。

17 Windows 硬件开发板 提供价格实惠、现成的开发系统 支持对各种组件进行开发… 支持对商业和业余爱好者组件进行开发 传感器
Build 2014 3/3/2017 Windows 硬件开发板 提供价格实惠、现成的开发系统 支持对各种组件进行开发… 传感器 NFC、蓝牙、WiFi 触控设备 音频 照相机 显示器 GPS 支持对商业和业余爱好者组件进行开发 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

18 Sharks Cove 和 MinnowBoard MAX
WinHEC 2015 3/3/ :05 PM Sharks Cove 和 MinnowBoard MAX 这两个开发板都支持 Windows 10 Sharks Cove Intel® Atom™ 处理器 Z3735G、2M 缓存、4 核、1.33GHz(最高达 1.88GHz) 支持连接待机 32 位 UEFI 固件 照相机摄像头、MIPI 显示器、USB、I2C、SDIO、UART、GPIO、用于调试的 UART 转 USB MinnowBoard MAX Intel® Atom™ E3800 处理器 64 位和 32 位 UEFI 固件 也可用作 UEFI 开发工具包 可实现 PWM 的 GPIO(共 8 个 GPIO,其中包含 2 个引脚) 开放的硬件平台(Gerber 和布局) © 2015 Microsoft Corporation.保留所有权利。Microsoft 对本演示文稿中的信息不做任何明示、暗示或法定担保。

19 Raspberry Pi 2 使制造商社区了解 Windows 的强大功能 硬件规格:
WinHEC 2015 3/3/ :05 PM Raspberry Pi 2 使制造商社区了解 Windows 的强大功能 硬件规格: Broadcom MHz 四核 ARM Cortex-A7 CPU 1GB LPDDR2 SDRAM MicroSD、以太网、USB、HDMI GPIO、I2C、I2S、SPI 参加“通过 Windows IoT 构建设备”会议,了解详情 © 2015 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

20 Qualcomm DragonBoard™ 410C
WinHEC 2015 3/3/ :05 PM Qualcomm DragonBoard™ 410C 使用 Windows 和 Qualcomm Snapdragon 构建创新性解决 方案 硬件规格: Qualcomm Snapdragon 410 (APQ8016) 1GB LPDDR3、4GB eMMC MicroSD、WiFi a/b/g/n、BT4.1 + LE、GPS GPIO、I2C、I2S、SPI 参加“通过 Snapdragon 和 Windows 创建智能设备”会议,了解详情 © 2015 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

21 Qualcomm DragonBoard™ 410C
WinHEC 2015 3/3/ :05 PM 总结 Sharks Cove MinnowBoard MAX Raspberry Pi2 Qualcomm DragonBoard™ 410C Intel Atom (x86) Intel Atom (x64) Broadcom BCM2836、 900 MHz 四核 ARM Cortex A7(ARMv7 指令集) Qualcomm Snapdragon 410 (APQ8016) 1GB RAM、16GB eMMC 单核 (1GB)、双核 (2GB) 1 GB(与 GPU 共享) 1GB LPDDR3、4GB eMMC USB、HDMI、UART UART、USB、以太网、HDMI MicroSD、以太网、USB、HDMI MicroSD、WiFi a/b/g/n、BT4.1 + LE、GPS I2C、I2S、GPIO、SDIO、MIPI-CSI、MIPI-DSI I2C、I2S、GPIO、SPI、PCI-e、SATA MIPI-CSI、I2S、GPIO GPIO、I2C、I2S、SPI © 2015 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

22 文档和支持 硬件开发平台 文档和支持 Visual Studio + WDK 驱动程序验证 WinHEC 2015
3/3/ :05 PM 文档和支持 硬件开发平台 文档和支持 Visual Studio + WDK 驱动程序验证 © 2015 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

23 文档库 已在 MSDN 上发布 文档包括: 设计指南,如传感器说明书等 参考文档,如调试程序和驱动程序开发文档等
Build 2014 3/3/2017 文档库 已在 MSDN 上发布 文档包括: 设计指南,如传感器说明书等 参考文档,如调试程序和驱动程序开发文档等 设备区特定文档,如音频、网络等 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

24 指导文档 循序渐进、目标明确、有指导意义 为指定设备构建驱动程序的分步指南 涵盖驱动程序开发的典型阶段
Build 2014 3/3/2017 指导文档 循序渐进、目标明确、有指导意义 为指定设备构建驱动程序的分步指南 涵盖驱动程序开发的典型阶段 从 开始入门 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

25 更新的示例和模板 为了构建 Windows 通用驱动程序,已更新包含在 WDK 中的驱动程序模板(约 20 个)
WinHEC 2015 3/3/ :05 PM 更新的示例和模板 为了构建 Windows 通用驱动程序,已更新包含在 WDK 中的驱动程序模板(约 20 个) MSDN 代码库上提供了适用于各种设备类的 Windows 通用驱动程序示例(约 150 个) © 2015 Microsoft Corporation.保留所有权利。Microsoft 对本演示文稿中的信息不做任何明示、暗示或法定担保。

26 Build 2014 3/3/2017 支持 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

27 Visual Studio + WDK 现代驱动程序开发环境
WinHEC 2015 3/3/ :05 PM Visual Studio + WDK 现代驱动程序开发环境 硬件开发平台 文档和支持 Visual Studio + WDK 驱动程序验证 © 2015 Microsoft Corporation.保留所有权利。Microsoft 对本演示文稿中的信息不做任何明示、暗示或法定担保。

28 Visual Studio 2015 – WDK 随附 特定于驱动程序的功能是通过 Visual Studio 的 Windows 驱动程序工具包 (WDK) 附加包提供的 Visual Studio 2015 社区免费提供一流的驱动程序开发环境 WDK 支持其他 VS 2015 版本 Visual Studio 和 WDK 的副本位于 Web 上,网址为 msdn.microsoft.com

29 Visual Studio 核心(编译程序、CRT 等)
WDK(Visual Studio 附加包) 驱动程序分析工具 驱动程序测试和 部署工具 联机 VS 驱动程序工具栏 (构建、打包、签名) 调试程序引擎 可再发行文件 (开发者门户) VS 驱动程序模板 KM 和 UM 标头/库 示例 (代码库) 文档 (MSDN) Visual Studio Windows SDK Visual Studio 核心(编译程序、CRT 等)

30 Windows 10 的 WDK 一个 WDK 可用于所有 Windows 驱动程序开发 多个版本的 WDK 可以并存在磁盘上
WinHEC 2015 3/3/ :05 PM Windows 10 的 WDK 一个 WDK 可用于所有 Windows 驱动程序开发 多个版本的 WDK 可以并存在磁盘上 VS+WDK 在所有目标 Windows 版本上都提供一致的驱动程序开发体验 轻松构建、调试和验证 Windows 通用驱动程序 在目标计算机上单独运行 WDK 测试 (Windows 10 RTM 即将推出此功能) © 2015 Microsoft Corporation.保留所有权利。Microsoft 对本演示文稿中的信息不做任何明示、暗示或法定担保。

31 设置 VS,构建 Windows 通用驱动程序
WinHEC 2015 3/3/ :05 PM 设置 VS,构建 Windows 通用驱动程序 在 Visual Studio 中,访问驱动程序属性下的“Driver Setting”选项 将“Target Platform”设置为“Universal” © 2015 Microsoft Corporation.保留所有权利。Microsoft 对本演示文稿中的信息不做任何明示、暗示或法定担保。

32 Windows 通用驱动程序验证工具 APIValidator.exe 工具 作为 Windows 通用驱动程序的后生成进程运行
WinHEC 2015 3/3/ :05 PM Windows 通用驱动程序验证工具 APIValidator.exe 工具 作为 Windows 通用驱动程序的后生成进程运行 也可以在命令行上运行 “C:\Program Files (x86)\Windows Kits\8.2\bin\x86\apivalidator.exe” 在驱动程序项目中使用过的标志 API,它们是非 Windows 通用平台一部分 © 2015 Microsoft Corporation.保留所有权利。Microsoft 对本演示文稿中的信息不做任何明示、暗示或法定担保。

33 INF 验证程序工具 作用 InfVerif.exe MSDN 上提供了有关常见错误和解决方案的文档
WinHEC 2015 3/3/ :05 PM INF 验证程序工具 作用 验证驱动程序包 INF 并公开在 INF 分析过程中所遇到的错误 可验证驱动程序包 INF 是否能在所有 Windows SKU 和Windows通用驱动程序包中运行 InfVerif.exe 包含在 WDK 中 可在 VS 驱动程序项目中自动运行 MSDN 上提供了有关常见错误和解决方案的文档 © 2015 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

34 使用 WDK 构建 Windows 通用驱动程序
WinHEC 2015 3/3/ :05 PM 使用 WDK 构建 Windows 通用驱动程序 购买开发板 下载 WDK 并掌握 一个驱动程序模型 使用 Visual Studio 构建 <-> 调试驱动程序Windows通用驱动程序 使用 WDK 测试 测试驱动程序 替换非通用 API 提交以供签名 安装 Visual Studio 2015 和 WDK 选取一个 Windows 通用驱动程序模板或示例 选择驱动程序体系结构(ARM、x86 和 x64) 添加代码、标头、库等 编译/调试等 替换由 APIValidator.exe 标记的非通用 API 部署到目标计算机(开发板) 运行可用测试 © 2015 Microsoft Corporation.保留所有权利。Microsoft 对本演示文稿中的信息不做任何明示、暗示或法定担保。

35 驱动程序验证 硬件开发平台 文档和支持 Visual Studio + WDK 驱动程序验证 WinHEC 2015
3/3/ :05 PM 驱动程序验证 硬件开发平台 文档和支持 Visual Studio + WDK 驱动程序验证 © 2015 Microsoft Corporation.保留所有权利。Microsoft 对本演示文稿中的信息不做任何明示、暗示或法定担保。

36 确保驱动程序质量 在驱动程序开发阶段,测试就应开始,从而在开发早期发现问题 WDK 附带的测试使您能够评估上游驱动程序质量
WinHEC 2015 3/3/ :05 PM 确保驱动程序质量 在驱动程序开发阶段,测试就应开始,从而在开发早期发现问题 WDK 附带的测试使您能够评估上游驱动程序质量 Hardware Lab Kit (HLK) 使您能够评估驱动程序 与 Windows 的兼容性,并评估交付使用准备情况(在后续会议中介绍) © 2015 Microsoft Corporation.保留所有权利。Microsoft 对本演示文稿中的信息不做任何明示、暗示或法定担保。

37 使用 WDK 进行测试 与“设备基础”测试一起预加载的 WDK 测试库 提供在 Windows PC、平板电脑和手机上运行相同测试的能力
WinHEC 2015 3/3/ :05 PM 使用 WDK 进行测试 与“设备基础”测试一起预加载的 WDK 测试库 提供在 Windows PC、平板电脑和手机上运行相同测试的能力 可通过以下任一方法在目标设备上执行测试: 在 VS 中使用 WDK Test Explorer 使用测试包单独运行测试,测试包中包含一个测试,以及运行该测试并使用易于阅读的日志提供结果所需的所有支持组件 © 2015 Microsoft Corporation.保留所有权利。Microsoft 对本演示文稿中的信息不做任何明示、暗示或法定担保。

38 Microsoft 提供端到端的硬件开发解决方案
Build 2014 3/3/2017 Microsoft 提供端到端的硬件开发解决方案 硬件开发平台 文档和支持 Visual Studio + WDK 驱动程序验证 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

39 总结 Windows 通用驱动程序 – 可在所有 Windows 版本上运行的一个 驱动程序源
WinHEC 2015 3/3/ :05 PM 总结 Windows 通用驱动程序 – 可在所有 Windows 版本上运行的一个 驱动程序源 一个 WDK – 适用于所有 Windows 硬件开发 一种开发环境 – 使用 Visual Studio 2015 的强大功能 简化的常规驱动程序开发任务 更好的驱动程序测试体验 一个位置 – 访问 MSDN 论坛与您的同行取得 联系 © 2015 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

40 实验 2:Sharks Cove 上的传感器驱动程序 通过 Hardware Lab Kit 进行测试 驱动程序签名、分发、维护简介
3 号大宴会厅 8 号楼 12:30 硬件生命周期简介 13:40 Windows 驱动程序开发工具 15:00 Windows 驱动程序开发简介 16:10 通过 WDF 编写驱动程序 <第二天> 10:30 实验 1:驱动程序开发入门 11:30 午餐 访问 GPIO、I2C 和 UART 设备 实验 3:驱动程序测试和调试 驱动程序测试和调试 实验 2:Sharks Cove 上的传感器驱动程序 通过 Hardware Lab Kit 进行测试 驱动程序签名、分发、维护简介 实验 4:通过 Hardware Lab Kit 进行测试 17:20 <第三天> 09:00 10:10 WinHEC 2015 3/3/ :05 PM © 2015 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

41 请对本会议进行评价 您的反馈对我们至关重要!
Tech Ready 15 3/3/2017 请对本会议进行评价 您的反馈对我们至关重要! 请通过以下链接访问评价表: © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

42 关于预发布产品的某些信息可能在其商业发布之前被实质性地修改。对于此处提供的信息,微软不作出明示或默示的保证。
3/3/ :05 PM (c) 微软公司。版权所有。本文件按“现状”提供。本文件中呈现的信息和视图(包括URL和其他对互联网网站的引述)可能在未经通知的情况下变更。您承担对其进行使用的风险。本文件不向您提供对于任何微软产品之中的任何知识产权的任何法律权利。您可以复制并将本文件用于内部参考用途。 关于预发布产品的某些信息可能在其商业发布之前被实质性地修改。对于此处提供的信息,微软不作出明示或默示的保证。 © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.


Download ppt "请点击以下链接下载WinHEC的演讲材料"

Similar presentations


Ads by Google