Make core functionality work in no-std environment #2
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The biggest current issue is with async APIs like channels. We may end up picking out a RTOS like Embassy as the only no-std target.
We are targetting Embassy and no-std for nodes, master devices based on std will come later.