Chris Hutchinson

Results 9 comments of Chris Hutchinson

As a follow up, I have looked at the KDE source code for KNotifications API and also KNotify. It seems like KNotification is the API responsible for hooking into DBus...

Okay, so it turns out that the ELF binary produced by Rust is based at address 0xffffffff80000000 instead of 0x80000000. I was unable to get **OpenOCD** to work, so I...

@diogoviannaaraujo I am using master of **hal/pac/rt**; unfortunately there's quite a lot to get right for the build process, and it looks like these K210 crates are still very experimental....

Okay, so using stable Rust 1.43 I can confirm that compiling with a static relocation model and medium code model results in a functional executable. An unpatched **kflash** is able...

@diogoviannaaraujo any progress on flashing your device?

@diogoviannaaraujo perhaps try modifying the sample to use a different IO pin? The Maixduino doesn't appear to have a dedicated RGB LED like the MAIX BIT, for example. You could...

I added a repository with a blink example that works both on the Maixduino and MAIX BIT. I'm not sure which device you have, but it appears the example in...

So, after diving into the source code and the WASM spec, this error is referring to the **Bulk Memory Operations** proposal. After implementing these instructions I can load the module....

Looks like this library doesn't implement the **Bulk Memory Operations** proposal, which introduces section 12 as an optional section that describes the number of data segments in the module: https://github.com/WebAssembly/bulk-memory-operations/blob/master/proposals/bulk-memory-operations/Overview.md