You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/introduction/companies-using-nanoframework.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@
3
3
.NET **nanoFramework** is comprised of a number of components, from the firmware running on the target devices to the various class libraries distributed as NuGet packages. All those have got a considerable download count (and keep increasing). Because it's OSS we can't possible know or track who is using it.
4
4
If you are using .NET **nanoFramework** in a commercial product we would love to know. Please fill in [this form](https://1drv.ms/xs/s!AnbQmclZwQHagSzU74bS4uOTLxsc).
|[](https://www.gc5.pl)|🏷 Global Control 5 Ltd.|Building automation|🌍 Poland|
|[](https://www.gc5.pl)|🏷 Global Control 5 Ltd.|Building automation|🌍 Poland|
Copy file name to clipboardExpand all lines: content/introduction/why-use-nanoframework.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
.NET **nanoFramework** is the perfect enabler for developing software that works on embedded devices. Start with a low cost and readily available development board, then use .NET **nanoFramework** to write, debug and deploy your code.
4
4
5
-
Whether this is your first foray into programming or are a seasoned developer, if you want a powerful and easy to use tool for developing software that runs on embedded devices, you are in the right place. With its modular architecture, it’s easy to grab the core components (like the CLR, debugger and interpreter) and extendibility to new hardware platforms, .NET **nanoFramework** is the perfect partner for your project. The current reference implementation uses [ChibiOS](http://www.chibios.org/dokuwiki/doku.php) supporting several [ST Microelectronics](http://www.st.com/content/st_com/en.html) development boards and also [ESP32](https://en.wikipedia.org/wiki/ESP32).
5
+
Whether this is your first foray into programming or are a seasoned developer, if you want a powerful and easy to use tool for developing software that runs on embedded devices, you are in the right place. With its modular architecture, it’s easy to grab the core components (like the CLR, debugger and interpreter) and extendibility to new hardware platforms, .NET **nanoFramework** is the perfect partner for your project. The current reference implementation uses [ChibiOS](https://www.chibios.org/dokuwiki/doku.php) supporting several [ST Microelectronics](https://www.st.com/content/st_com/en.html) development boards and also [ESP32](https://en.wikipedia.org/wiki/ESP32).
6
6
Because it’s completely free and [Open Source](https://en.wikipedia.org/wiki/Free_and_open-source_software) you have access to and the ability to modify all parts of the code including the ability to leverage what others have already contributed. If you are willing to, you can help shape the future by contributing back to the project and rapidly growing community.
7
7
8
8
Here are some of its unique features:
@@ -20,8 +20,8 @@ Here are some advantages over other similar systems:
20
20
21
21
- First class debugger experience right on the target hardware with breakpoints, single step, step into, step out, step over, pause and stop.
22
22
- Powerful and free programming environment with [Microsoft Visual Studio IDE](https://www.visualstudio.com/vs/).
23
-
- Support for a large range of inexpensive boards from several manufacturers including: Discovery and Nucleo boards from [ST Microelectronics](http://www.st.com/content/st_com/en.html), [ESP32 and S2](https://en.wikipedia.org/wiki/ESP32) series, [CC1352R1-LAUNCHXL](https://www.ti.com/tool/LAUNCHXL-CC1352R1) from Texas Instruments, [i.MXRT1060](https://www.nxp.com/design/development-boards/i.mx-evaluation-and-development-boards/mimxrt1060-evk-i.mx-rt1060-evaluation-kit:MIMXRT1060-EVK) from NXP and many others.
24
-
- Easily expandable to other hardware platforms and [RTOSes](https://en.wikipedia.org/wiki/Real-time_operating_system). Currently is targeting [ChibiOS](http://www.chibios.org/dokuwiki/doku.php), FreeRTOS, TI-RTOS and ESP32 FreeRTOS port.
23
+
- Support for a large range of inexpensive boards from several manufacturers including: Discovery and Nucleo boards from [ST Microelectronics](https://www.st.com/content/st_com/en.html), [ESP32 and S2](https://en.wikipedia.org/wiki/ESP32) series, [CC1352R1-LAUNCHXL](https://www.ti.com/tool/LAUNCHXL-CC1352R1) from Texas Instruments, [i.MXRT1060](https://www.nxp.com/design/development-boards/i.mx-evaluation-and-development-boards/mimxrt1060-evk-i.mx-rt1060-evaluation-kit:MIMXRT1060-EVK) from NXP and many others.
24
+
- Easily expandable to other hardware platforms and [RTOSes](https://en.wikipedia.org/wiki/Real-time_operating_system). Currently is targeting [ChibiOS](https://www.chibios.org/dokuwiki/doku.php), FreeRTOS, TI-RTOS and ESP32 FreeRTOS port.
25
25
- Completely free and [Open Source](https://en.wikipedia.org/wiki/Free_and_open-source_software). From the core components to the utilities used for building, deploying, debugging and IDE components.
26
26
27
27
In case you wonder: [what is .NET **nanoFramework**?](what-is-nanoframework.md)
0 commit comments