Skip to content

Commit 8713c47

Browse files
authored
Update introduction folder links (#208)
***NO_CI***
1 parent f972f72 commit 8713c47

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

content/introduction/companies-using-nanoframework.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
.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.
44
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).
55

6-
| Logo | Company name | Industry | Location |
7-
| --- | --- | --- | --- |
8-
|[![Eclo Solutions](../../images/logos/eclo-solutions-logo-tall.svg)](http://www.eclo.solutions)|🏷 Eclo Solutions|Monitoring systems|🌍 Portugal|
9-
|[![Global Control 5 Ltd.](https://about.ismacontrolli.com/wp-content/uploads/2021/12/logo-iSMA-CONTROLLI.svg)](https://www.gc5.pl)|🏷 Global Control 5 Ltd.|Building automation|🌍 Poland|
10-
|[![OrgPal](https://www.orgpal.com/orgpallogo.png)](https://www.orgpal.com)|🏷 OrgPal|Automation systems|🌍 U.S.A.|
6+
| Logo | Company name | Industry | Location |
7+
|------------------------------------------------------------------------------------------------------------------------------------| --- | --- | --- |
8+
| [![Eclo Solutions](../../images/logos/eclo-solutions-logo-tall.svg)](https://www.eclo.solutions) |🏷 Eclo Solutions|Monitoring systems|🌍 Portugal|
9+
| [![Global Control 5 Ltd.](https://about.ismacontrolli.com/wp-content/uploads/2021/12/logo-iSMA-CONTROLLI.svg)](https://www.gc5.pl) |🏷 Global Control 5 Ltd.|Building automation|🌍 Poland|
10+
| [![OrgPal](https://www.orgpal.com/orgpallogo.png)](https://www.orgpal.com) |🏷 OrgPal|Automation systems|🌍 U.S.A.|

content/introduction/why-use-nanoframework.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
.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.
44

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).
66
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.
77

88
Here are some of its unique features:
@@ -20,8 +20,8 @@ Here are some advantages over other similar systems:
2020

2121
- First class debugger experience right on the target hardware with breakpoints, single step, step into, step out, step over, pause and stop.
2222
- 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.
2525
- 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.
2626

2727
In case you wonder: [what is .NET **nanoFramework**?](what-is-nanoframework.md)

0 commit comments

Comments
 (0)