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
# Welcome to the .NET **nanoFramework** firmware flasher tool repository
9
9
10
-
This repo contains the nano firmware flasher tool.
10
+
This repo contains the **nano****f**irmware **f**lasher tool.
11
11
It's a [.NET Core Tool](https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools) that allows flashing a .NET **nanoFramework** target with a firmware image (nanoBooter and nanoCLR), the application deployment (all assemblies required to run a .NET application) and restore previously saved deployment images.
12
12
Is part of .NET **nanoFramework** toolbox, along with other various tools that are required in .NET **nanoFramework** development, usage or repository management.
13
13
@@ -22,6 +22,8 @@ It makes use of several 3rd party tools:
22
22
- SEGGER J-Link
23
23
You can find the J-Link, licensing information and documentation [here](https://www.segger.com/downloads/jlink/).
24
24
25
+
We are also distributing this tool as a .NET library so it can be integrated in 3rd party applications. Please check the [README](Samples\README.md) in the Samples folder for more details along with sample applications.
0 commit comments