|
|
|
|
|
by int_19h
621 days ago
|
|
There was a port of the .NET Nano Framework for RP2040. But I think the more interesting thing is that if you remove all features in C# that require heap allocations, the resulting subset is basically C with namespaces and generics, which is still useful, and certainly possible to compile efficiently even for very constrained platforms. |
|