The MCU family is growing larger by the day and it is time to celebrate a new vendor! Today we are adding TI CC3220SF LaunchPad™ to the growing list of nanoFramework reference targets. Yes, we’ve seen new boards added before, so why all the fuss about this one? Looking closely and it is more to … Continue reading Welcome TI and CC3220!
.NET nanoFramework Blog
To deploy, or not to deploy, that’s the question…
nanoFramework class libraries are composed of a managed part (written in C#) and the respective counterpart (written in C/C++) that is part of the firmware image that runs on the target. As part of the usual development cycle there are improvements, bug fixes and changes. Some of those touch only the managed part, others only … Continue reading To deploy, or not to deploy, that’s the question…
Support for Visual Studio 2019: check!
Last week we’ve published nanoFramework extension for Visual Studio 2019. Right on time before the official launch event on April 2, 2019. 😉 Being Visual Studio a corner stone in nanoFramework development experience, we wanted to show not only our commitment to our growing community by enabling them to keep up with Visual Studio release … Continue reading Support for Visual Studio 2019: check!
Welcome Json.NetMF
If you come from the .NETMF age and at some point worked with json, you’re probably familiar with Matt Weimer's library: Json.NetMF. Making a bit of history: that library started as a modification of Mike Jones's JSON Serialization and Deserialization library. It was available as NuGet for .NETMF v4.2 and v4.3. It was never brought … Continue reading Welcome Json.NetMF
All systems green! (again)
After the release of v1.0 we turned a page and that is true on what concerns our GitHub repositories history. Release means tagging a point in the repository commit history. And suddenly after that all hell breaks loose on our versioning system! Continuous deployment and continuous delivery are great, but we must make sure that … Continue reading All systems green! (again)
nanoFramework v1.0 is official!
Today we are proudly announcing the first official release of nanoFramework. What a journey we’ve made… for over two years now a lot of code has been written, tested, and rewritten. A lot of ideas were discussed, tested, reviewed, implemented and even scraped. We won’t bother you with statistics on the number of commits or … Continue reading nanoFramework v1.0 is official!
Obfuscation? We have an app for that!
If you are in the .NET world for long enough, you’ve probably have come across with the term obfuscation at some point. In a nutshell and paraphrasing Garry Trinder: “is the process of scrambling the symbols, code, and data of a program to prevent reverse engineering.” As most of us are aware there are several … Continue reading Obfuscation? We have an app for that!
Network capabilities in nanoFramework: check!!
As they say: better late than never! This post is a belated announcement of networking capabilities being added to nanoFramework. Some of you may already have noticed that during last week networking capabilities were officially added to our development branch. With this, nanoFramework has - definitely - reached a major milestone. I’m sure we are … Continue reading Network capabilities in nanoFramework: check!!
We are moving our chat to Discord
After many discussions we’ve decided it is within the best interest of the project to move our chat platform from Slack to Discord. Why are we doing this? Since initiating the project we’ve been using Slack, which has proved more than adequate for the task at hand. However, Slack uses a freemium model, which is … Continue reading We are moving our chat to Discord
Interop in .NET nanoFramework
Original post in José Simões personal blog here.