Content deleted Content added
Rescuing 1 sources and tagging 0 as dead. #IABot (v2.0beta10ehf1) |
GitHub archived in 2019 |
||
(46 intermediate revisions by 28 users not shown) | |||
Line 1:
{{Short description|Open source .NET platform}}
{{Use dmy dates|date=December 2023}} {{Use American English|date=December 2023}}
{{Infobox software
|
| logo_size = 150px
| developer = [[Microsoft]] and [[.NET Foundation]]
| released = {{Start date and age|2007}}
| latest release version = 4.4<ref>{{cite web|url=https://blogs.msdn.microsoft.com/netmfteam/2015/10/20/net-micro-framework-4-4-is-now-available/|title=.NET Micro Framework 4.4 is now available!|publisher=[[Microsoft]]|access-date=2018-12-09|archive-url=https://web.archive.org/web/20171025190513/https://blogs.msdn.microsoft.com/netmfteam/2015/10/20/net-micro-framework-4-4-is-now-available/|archive-date=2017-10-25|
| latest release date = {{Start date and age|2015|10|20}}
| latest preview version =
| latest preview date = <!-- {{Start date and age|YYYY|MM|DD}} -->
| programming language = [[C++]]
| operating system = [[Microsoft Windows|Windows]]
Line 15 ⟶ 16:
| language = English
| genre = [[Software framework]]
| license = [[Apache License
| alexa =
| website = {{URL|https://netmf.github.io/netmf-interpreter/}}
| repo = {{URL|https://github.com/NETMF/netmf-interpreter}}
}}
The '''.NET Micro Framework''' (NETMF)
The Micro Framework aims to make embedded development easier, faster, and less costly by giving embedded developers access to the modern technologies and tools used by desktop application developers. Also, it allows desktop .NET developers to use their skills in [[embedded system]]s, enlarging the pool of qualified embedded developers.
The Micro Framework is part of the [[.NET Foundation]].<ref>{{cite web|url=https://github.com/NETMF/netmf-interpreter/issues/537#issuecomment-285744825|title=Is .Net MF being discontinued?|last=Malliet|first=Steve|website=GitHub|access-date=2019-04-13}}</ref> Announced at the Build 2014 conference, the foundation was created as an independent forum to foster open development and collaboration around the growing set of open-source technologies for .NET.<ref>[http://www.dotnetfoundation.org/ .NET Foundation]</ref>
==Features==
Relative to other .NET platforms, the unique features of the Micro Framework are:
* Memory needs of about 300
* Can run directly on a ''[[bare machine]]'' with no operating system, or can run on an [[operating system]] (OS)
* Supports common embedded peripherals and interconnects, including [[flash memory]], [[EEPROM]], [[GPIO]], [[I2C|I
* Optimized for energy-efficiency in battery-powered devices
* Needs no [[memory management unit]]
Line 40 ⟶ 41:
* Transparent support for storing objects in non-volatile memory
Due to the constraints under which it operates, the Micro Framework does have some limits beyond those imposed by its slimmed-down libraries. For example, the platform does not support [[symmetric multiprocessing]], multidimensional arrays, machine-dependent types, or unsafe instructions. The CLR is an interpreter rather than a just-in-time compiler, and uses a simpler mark-and-sweep [[Garbage collection (computer science)|garbage collector]] instead of a generational method. An ahead-of-time compiler is being developed<ref>{{cite web|url=https://blogs.msdn.microsoft.com/netmfteam/2015/10/03/llilum-roadmap-and-latest-additions/|title=LLILUM roadmap and latest additions|publisher=Microsoft|access-date=2016-06-30|archive-url=https://web.archive.org/web/20180826141116/https://blogs.msdn.microsoft.com/netmfteam/2015/10/03/llilum-roadmap-and-latest-additions/|archive-date=2018-08-26|url-status=dead}}</ref> using a modified [[LLVM]] compiler. Interoperation between managed and native code currently has several limitations. As of 2011, Micro Framework supported two .NET languages: C# and Visual Basic.<ref>[http://blogs.msdn.com/b/vbteam/archive/2011/06/08/micro-framework-v4-2-support-for-visual-basic.aspx .NET Micro Framework only supports C# and Visual Basic]</ref>
==Support==
As of 2013, the .NET Micro Framework
The Micro Framework has its roots in Microsoft's [[Smart Personal Objects Technology]] (SPOT) initiative and was used in [[MSN Direct]] products such as smart watches before being made available to third-party developers early in 2007.<ref>{{cite web|url=https://news.microsoft.com/2007/01/08/microsoft-spot-initiative-accelerates-with-addition-of-msn-direct-to-navigation-devices|title=Microsoft SPOT Initiative Accelerates With Addition of MSN Direct to Navigation Devices|date=2007-01-08|publisher=Microsoft Corporation|access-date=2 July 2024}}</ref> It is a common platform for [[Windows SideShow]] devices and has been adopted in other markets, such as energy management, healthcare, industrial automation, and sensor networks.
Microsoft allows developers to create applications using the Micro Framework without charge, and makes a [[software development kit]] (SDK) available for free download that can be used with all versions of Visual Studio, including the free Express editions.<ref>{{cite web|url=http://www.microsoft.com/en-us/download/details.aspx?id=23546|title=NETMF4 SDK|publisher=Microsoft}}</ref>
==History==
In November 2009, Microsoft released the source code of the Micro Framework to the development community as [[free and open-source software]] under the Apache License 2.0.<ref>{{cite web|url=https://blogs.technet.microsoft.com/port25/2009/11/16/microsoft-to-open-source-the-net-micro-framework/|title=Microsoft to Open Source the .NET Micro Framework|publisher=Microsoft|access-date=2017-02-06|archive-url=https://web.archive.org/web/20181114014924/https://blogs.technet.microsoft.com/port25/2009/11/16/microsoft-to-open-source-the-net-micro-framework/|archive-date=2018-11-14|url-status=dead}}</ref>
In January 2010, Microsoft launched the ''netmf.com'' community development site to coordinate ongoing development of the core implementation with the open-source community.<ref>{{Cite web |url=http://www.netmf.com/ |title=netmf.com |access-date=2012-06-29 |archive-url=https://web.archive.org/web/20120705113134/http://www.netmf.com/ |archive-date=2012-07-05 |
On 9 January 2010, GHI Electronics announced FEZ Domino, the first member of the product line called FEZ (Freakin' Easy!), a combination of [[open-source hardware]] with a proprietary closed-source version of .NET Micro Framework.<ref>
[http://www.TinyCLR.com FEZ: open-source electronics boards with many open-source component drivers using .NET MF]</ref>
On 3 August 2010, Secret Labs announced the Netduino, the first all-open-source electronics platform using the .NET Micro Framework.<ref>
In February 2011, Novell posted a preview of the Mono 2.12 C# compiler, the first open-source compiler for .NET Micro Framework.<ref>[http://forums.netduino.com/index.php?/forum/12-mono/: Experimental Mono support for Mac/Linux]</ref>
On 23 January 2017, after numerous attempts (<ref>{{cite web |title=Manifest for .NETMF (the current state and the future we want for it) |website=[[GitHub]] |url=https://github.com/NETMF/netmf-interpreter/issues/491}}</ref> and <ref>{{cite web |title=Future of .NETMF (take #999999) |website=[[GitHub]] |url=https://github.com/NETMF/netmf-interpreter/issues/527}}</ref>) to revive .NET Microframework project and bring it to community governance and a period of work "in the dark", a group of embedded systems developers publicly announced .NET nanoFramework as spin-off of .NET Micro Framework.<ref>{{cite web |title=The name's Framework, nanoFramework |url=https://nanoframework.net/2017/01/23/my-name-is-framework-nanoframework/ |access-date=2019-02-22 |archive-date=2019-02-22 |archive-url=https://web.archive.org/web/20190222152330/https://nanoframework.net/2017/01/23/my-name-is-framework-nanoframework/ |url-status=dead }}</ref> A major rework on the build system, an easier way of adding new targets, a modernized API following [[Universal Windows Platform|UWP]], a Visual Studio extension with all the tools required for managing targets, full development experience from coding to debugging on the native code and support for ARM Cortex-M and ESP32 were the key differences at that time. On 12 October 2018 the first official release of the class libraries and firmware images was announced.<ref>{{cite web |title=nanoFramework v1.0 is official! |url=https://nanoframework.net/2018/10/12/502/ |access-date=2019-02-22 |archive-date=2019-02-22 |archive-url=https://web.archive.org/web/20190222152201/https://nanoframework.net/2018/10/12/502/ |url-status=dead }}</ref> On 2020-06-17 the developers announced release of nanoFramework<ref>[https://www.nanoframework.net/stable-releases-are-out/ Stable releases are out]</ref>
On 16 December 2016, GHI Electronics announced their own implementation of Micro Framework called TinyCLR OS, citing lack of maintenance of NETMF by Microsoft.<ref>{{Cite web |url=https://www.ghielectronics.com/community/forum/topic?id=24044# |title=Introducing TinyCLR OS: a new path for our NETMF devices |access-date=2017-07-28 |archive-url=https://web.archive.org/web/20170728203332/https://www.ghielectronics.com/community/forum/topic?id=24044# |archive-date=2017-07-28 |dead-url=yes |df= }}</ref> On 7 July 2017 GHI announced 5th preview of TinyCLR OS.<ref>{{Cite web |url=https://www.ghielectronics.com/community/forum/topic?id=24580# |title=Fifth Preview of TinyCLR OS Core Features and Porting |access-date=2017-07-28 |archive-url=https://web.archive.org/web/20170728202902/https://www.ghielectronics.com/community/forum/topic?id=24580# |archive-date=2017-07-28 |dead-url=yes |df= }}</ref> On 2 February 2018 GHI announced 8th preview of TinyCLR OS.<ref>{{Cite web |url=http://tinyclr.com/tinyclr-os-eighth-release-fez-hydra-wi-fi-and-cortex-m7/# |title=TinyCLR OS Eighth Release: FEZ Hydra, Wi-Fi, and Cortex-M7 |access-date=2018-02-15 |archive-url=https://web.archive.org/web/20180309184128/http://www.tinyclr.com/tinyclr-os-eighth-release-fez-hydra-wi-fi-and-cortex-m7/# |archive-date=2018-03-09 |dead-url=yes |df= }}</ref> On 5 April 2018 GHI announced 10th preview of TinyCLR OS.<ref>[https://forums.ghielectronics.com/t/tinyclr-os-tenth-release-bugs-rtc-and-stm32f7/21327 TinyCLR OS Tenth Release: Bugs, RTC, and STM32F7]</ref>▼
▲On 16 December 2016, GHI Electronics announced their own implementation of Micro Framework called TinyCLR OS, citing lack of maintenance of NETMF by Microsoft.<ref>{{Cite web |url=https://www.ghielectronics.com/community/forum/topic?id=24044
As of 2023, only nanoFramework and TinyCLR OS continue development of a framework that can run .NET code on a microcontroller.
==Hardware==
Multiple vendors make chips, development kits, and more that run the Micro Framework.<ref>{{Cite web |url=http://www.microsoft.com/netmf/hardware/default.mspx
===Netduino by Wilderness Labs===
[[Netduino]] is an open-source electronics platform using the Micro Framework. Originally created by Secret Labs,
===GHI Electronics===
GHI Electronics makes several modules that support the Micro Framework:
* EMX Module<ref>{{cite web|url=http://www.ghielectronics.com/catalog/category/18/|title=Catalog - Latest Products - GHI Electronics|publisher=GHI Electronics, LLC|access-date=2011-02-20|archive-url=https://web.archive.org/web/20120320155135/http://www.ghielectronics.com/catalog/category/18/
* ChipworkX Module<ref>{{cite web|url=http://www.ghielectronics.com/catalog/category/20/|title=Catalog - Latest Products - GHI Electronics
* USBizi144 Chipset<ref>{{cite web|url=http://www.ghielectronics.com/catalog/product/116|title=USBizi144 Chipset - GHI Electronics|publisher=GHI Electronics, LLC|access-date=2011-02-20|archive-url=https://web.archive.org/web/20140107233556/https://www.ghielectronics.com/catalog/product/116
GHI Electronics also makes the ''.NET FEZ'' line of very small open-source hardware boards with proprietary firmware, targeted for beginners. They are based on the USBizi chipset and all its features. The FEZ Domino board offers USB host. Even though FEZ is for beginners, it
GHI Electronics does not recommend to use its Micro Framework-based devices for new designs and instead recommends its TinyCLR-based devices.<ref>{{cite web|title=.NET Micro Framework Devices|url=https://www.ghielectronics.com/netmf/|website=GHI Electronics|access-date=2023-10-26}}</ref>
===Mountaineer boards===
Mountaineer boards, part of the Mountaineer Group, used to make a small range of [[Open-source hardware|open-source]] open-hardware boards that make use of the Micro Framework. Mountaineer have ported the Micro Framework for use on the [[STM32]] family of [[microcontroller]]s featured on their Mountaineer boards and elsewhere.<ref>{{cite web|
===STMicroelectronics===
Line 85 ⟶ 92:
===Netmfdevices===
Netmfdevices
===Micromint===
The Micromint Bambino 200 is the first [[multi-core processor]] SBC compatible with the .NET Gadgeteer framework.<ref>
===.NET Gadgeteer devices===
Several manufacturers make boards and modules compatible with the [[.NET Gadgeteer]] rapid-prototyping standard for the framework.
==See also==
{{Portal|Free and open-source software
* [[DirectBand]]
* [[.NET Compact Framework]]
Line 109 ⟶ 112:
* {{Official website|https://netmf.github.io/}}
{{Common Language Infrastructure}}
{{Microsoft FOSS}}
[[Category:.NET Framework implementations|Micro Framework]]
[[Category:Free computer libraries]]
[[Category:Microsoft free software]]
[[Category:Software using the Apache license]]
[[Category:2007 software]]
▲{{Portal bar|.NET Framework}}
[[Category:Windows-only free software]]
|