Geoff Gustafson

Results 68 comments of Geoff Gustafson

Shoot after I ran "make pristine" and rebuilt again, it no longer works. I do see the send_buf error.

Actually, that seems to be a fluke. Now it has worked several more times, including after another "make pristine".

I could be misunderstanding something, but we don't have JavaScript running on the ARC core, and I don't think it's practical to try doing it. It could be done, but...

OK, yeah that's how things work now. The IPC is invisible to the JS level except in that a synchronous function will actually take some appreciable time, or an async...

I suspect more modularity for ashell is the kind of thing @zolkis addressed in his major revisions to ashell. As I just commented on #1054, the USB drivers only prevent...

Lowering priority since this would be a development / debugging tool, not a core feature. Will take a look again after ashell refactoring goes in.

Marking as low priority because Linux is just a testing target, not a real use case.

No, the last I looked the PWM driver in Zephyr had not been updated to support the newer PWM apis, so it won't work. I have seen several references from...

PR #1747 was another step in this direction for Buffer. However, an external contributor recently mentioned interest in auto-generating code based on the WebIDL and intends to make ours spec-compliant,...