新版本最大的改变如下:

(1)、VS2010的支持,并且在VS2010之上可以直接打开V4.1、V4.0、V3.0三个版本的工程文件。

(2)、大端CPU支持,如SH2/A,参见:  http://cn.renesas.com/press/news/news20100726.html

(3)、SPI接口改变;

(4)、DPWS功能增强;

(5)、两个TCP/IP协议栈,EBSnet和lwIP;

(6)、支持OpenSSL;

下载:

1、.NET Micro Framework 4.1 SDK
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=cff5a7b7-c21c-4127-ac65-5516384da3a0
http://download.microsoft.com/download/0/9/5/0958CB08-E209-4DFD-A945-9DA0FE64B3A4/SDK.zip

2、.NET Micro Framework 4.1 Porting Kit
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=ccdd5eac-04b1-4ecb-bad9-3ac78fb0452b
http://download.microsoft.com/download/A/A/4/AA41297E-0889-4B10-A966-EF4F5E457670/PKProductNoLibs.zip

----------------------

Parts

There are 7 files to choose from in this release.  These are:

  • The .NETMF SDK(.NET Micro Framework 4.1 SDK ) – to integrate with Visual Studio 2010 and create managed code applications that can run on devices supporting versions 4.1, 4.0, and 3.0 of the .NET Micro Framework.
  • The .NETMF Porting Kit (.NET Micro Framework 4.1 Porting Kit ) – to enable developers to see all the code and to build their own versions if needed.  This is the package that allows developers to migrate the platform to new hardware.  New in this release is support for the Renesas SH2/A processors and HEW tools.
  • The .NETMF Crypto Companion Libraries (.NET Micro Framework 4.1 Cryptographic Libraries ) – to give developer access to the XTEA, RSA, and other crypto functionality that has been part of the .NET Micro Framework since the beginning.
  • The .NETMF TCP/IP and SDSL libraries build for four instruction sets:
  • SH2/A (Tested on Renesas HEW 4.04 and 4.07)
  • (.NET Micro Framework 4.1 TCP/IP and SSL Libraries for SH2/A Instruction Set )
  • ARM ( Tested on ARM RVDS 3.1 and 4.0, Keil MDK 3.1 and 3.8, and GCC – CodeSourcery Distribution 4.2.1)
  • (.NET Micro Framework 4.1 TCP/IP and SSL Libraries for ARM Instruction Set )
  • Thumb ( Tested on ARM RVDS 3.1 and 4.0, Keil MDK 3.1 and 3.8, and GCC – CodeSourcery Distribution 4.2.1)
  • (.NET Micro Framework 4.1 TCP/IP and SSL Libraries for Thumb Instruction Set )
  • Thumb2 (Tested on ARM RVDS 3.1 and 4.0, Keil MDK 3.1 and 3.8, and GCC – CodeSourcery Distribution 4.2.1)
  • (.NET Micro Framework 4.1 TCP/IP and SSL Libraries for Thumb2 Instruction Set ) 

Features and Changes

  • Big Endian support – in previous versions, only Little Endian architectures were supported.  With Big Endian support we can now support a new set of processors
  • New ports included – along with Big Endian support, we have support from our newest partner – Renesas Electronics (http://www.renesas.com/).  The processors and development boards that they have provided ports for are:
    • SH7216 RSK
    • SH27264 M3A HS64
    • SH7264 RSK
    • SH7619 EVB
  • Support for Visual Studio 2010 – In this release,we are supporting multi-targeting which allows the 4.1 product working in VS2010 to support development of 4.0 and 3.0 projects as well.
  • DPWS Enhancements – supporting full compatibility with Windows 7 and WCF 4.0 as well as support for Custom Bindings
  • Two TCP/IP Stack options
    • EBSnet Stack – This is the excellent stack that has been in .NETMF for years now and continues to be the default stack.  This stack is supported by EBSnet and a number of extensions are also available through them (ebsnetinc.com).
    • lwIP – this is an Open Source stack that has been added to .NETMF in this version
  • OpenSSL – this is an Open Source SSL stack to be used in conjunction with the lwIP Open Source stack
  • Improved Application Diagnostics to assist in determining the size of the application
  • Hashtable implementation
  • SPI interface changes to ad flexibility and increase performance
  • Port for SAM7S256 to support simple applications in very small footprint devices

详细内容请参见:http://blogs.msdn.com/b/netmfteam/archive/2010/07/19/netmf-versions-4-1-released-to-web.aspx

NETMF Versions 4.1 Release 发布相关推荐

  1. maven发布项目到私服-snapshot快照库和release发布库的区别和作用及maven常用命令

    maven发布项目到私服-snapshot快照库和release发布库的区别和作用及maven常用命令 在日常的工作中由于各种原因,会出现这样一种情况,某些项目并没有打包至mvnrepository. ...

  2. pom配置之:distributionManagementsnapshot快照库和release发布库

    本文转载自:  铁木箱子的mzone的博客: http://www.mzone.cc/article/277.html http://www.mzone.cc/article/279.html 在使用 ...

  3. 调试Release发布版程序的Crash错误

    订阅 调试Release发布版程序的Crash错误 http://dingchaoqun12.blog.163.com/blog/static/116062504201152834814661/ 在W ...

  4. maven2中snapshot快照库和release发布库的应用

     http://www.mzone.cc/article/279.html 转载声明] 转载时必须标注:本文来源于铁木箱子的博客http://www.mzone.cc [本文地址] 本文永久地址是 ...

  5. maven2-snapshot快照库和release发布库的应用

    在项目中应用snapshot和release库,应用snapshot和release库达到不同环境下发布不同的版本的目的,首先看一个pom文件的定义: <project><model ...

  6. pom.xml 配置之:snapshot 快照库和 release发布库 的区别

    前些天发现了一个巨牛的人工智能学习网站,通俗易懂,风趣幽默,忍不住分享一下给大家.点击跳转到教程. 1.如果在发布时使用 mvn deploy -P release 的命令,那么会自动使用0.1作为发 ...

  7. maven配置之:<distributionManagement>snapshot快照库和release发布库

    在使用maven过程中,我们在开发阶段经常性的会有很多公共库处于不稳定状态,随时需要修改并发布,可能一天就要发布一次,遇到bug时,甚至一天要发布N次. 我们知道,maven的依赖管理是基于版本管理的 ...

  8. .net core release 发布

    遇到.net core release 发布问题: 请使用下面这句代码解决你的问题 dotnet publish -c Release 欢迎进qq群交流:704028989

  9. 转:调试Release发布版程序的Crash错误

    在Windows平台下用C++开发应用程序,最不想见到的情况恐怕就是程序崩溃,而要想解决引起问题的bug,最困难的应该就是调试release版本了.因为release版本来就少了很多调试信息,更何况一 ...

最新文章

  1. 隐藏Nginx或Apache以及PHP的版本号的方法
  2. 泰康人寿信息化三大核心战略:移动优先、数据驱动和云计算
  3. 笔记整理-知识产权与标准化知识-GB/T11457-2006软件工程术语
  4. Linux操作系统下iptables+nat实现ADSL共享上网!
  5. Spring3.1+Quertz1.8实现多个计划任务
  6. ZZULIOJ 1136: 首字母变大写
  7. JAVA 面向对象程序设计的继承举例
  8. 【java】统计英文文本中某些字母出现的次数
  9. 基于DKHadoop的智慧人社服务平台开发案例简述
  10. java游戏运行_用jar包运行带GUI的java游戏
  11. Ps中的图片如何在手机上在线预览
  12. 理财学习05-基金定投
  13. SuperMap iDesktop 9D 制作专题地图
  14. 比较LMS和RLS算法的性能
  15. 设计模式——观察者(监听者,订阅)模式||线程安全||c++详解
  16. java52-抽象类
  17. 2021-4-19课程——第5章例题【续】触发器+存储过程和函数
  18. AttributeSet与TypeArray的关系
  19. svn重新定位修改uuid,format提示系统找不到指定文件
  20. [渝粤教育] 中国地质大学 概率论与数理统计 复习题

热门文章

  1. linux php源码包 安装openssl 和curl 扩展
  2. [置顶] PHP如何扩展和如何在linux底层对php扩展?
  3. 配置内网邮件和外网邮件互发
  4. 非常实用的Windows7进阶功能
  5. 整理一些sql server基础资料
  6. 七、Oracle 数据库设计
  7. WPF 异常其他信息: “对类型“BaseControl.KImgButton”的构造函数执行符合指定的绑定约束的调用时引发了异常。”,行号为“38”,行位置为“22”。...
  8. 使用Python自己实现简单的数据可视化
  9. POJ 1118 求平面上最多x点共线
  10. 请善用工具审核您的内核代码:)