Conversation
This is a work in progress. It does not yet work.
This commit now requires tinygo_task_current which I've patched in my local TinyGo build.
|
Update: I got a bit further. So apparently a send on a queue timed out ( EDIT: actually the interrupts aren't present in the SVD file, they need an update: cmsis-svd/cmsis-svd-data#3 |
|
@aykevl the SVD file was updated, so this PR should be unblocked. 😸 |
|
Any news on this? |
|
would be a dream come true |
|
Any updates? |
|
No updates. If I have updates, I'll say so in this PR. |
|
One of the commits mentions: "This commit now requires tinygo_task_current which I've patched in my Is this available publicly anywhere? I couldn't find anything here or in the compiler repo. |
|
I wonder- could this be better off in its own repo? tinygo-org/esp32 ? |
|
any update on this? what is the current status of esp32-c3? |
|
Please see repo https://github.com/tinygo-org/espradio for ongoing work, as discussed by the group. |
This is a work in progress. It does not yet work. It supersedes #320.
It is based on the work done by Rust people: https://github.com/esp-rs/esp-wifi/tree/main/esp-wifi-sys
To compile, use:
Right now it doesn't quite work yet: