Tim van Osch

Results 22 comments of Tim van Osch

Hey, thanks for the response. I seem to have missed that discussion. I'll have a look at that discussion and see how/where I can help :)

@peterantypas been working on this for a few days now. Would you happen to have an idea what could be the cause? Have you tested the latest cad board with...

Thanks for the response! Then it MUST be either my tool chain version or more likely my way of flashing the firmware. Event though its just OpenOCD. I'll be back...

Tried with 12.2rel1. No luck. It's down to either openocd, the swapped mosfet at Q2 and Q7 ([DMP2045UQ-7](https://nl.mouser.com/datasheet/2/115/diod_s_a0009189345_1-2265577.pdf)) or some stupid mistake I'm making.... Probably the latter! Would you mind...

### Solved It was the MOSFET I swapped for a nearly identical one. However, this one consumed probably barely one milliampere more which causes issues on PC14 since PC14 is...

After performing DoString (or DoFile) the result will be at top of the stack. Since you return a table you can fetch the items using `L.GetField` Example: ```go func TestReturnDoString(t...

Hey, I am having the same issue unfortunately. Here are my specs and logs: Dell XPS 15 (9520) CPU: 12th Gen Intel(R) Core(TM) i7-12700H iGPU: Intel Alder Lake-P Integrated Graphics...

You can pretty much 1-on-1 swap out the C functions with Go functions. - `L.GetGlobal(...)` - `L.GetField(...)` - `L.ToString(...)` - `L.Pop(...)` - `L.PushString(...)` - `L.SetField(...)` - `L.Pop(...)`

FYI, I have recently implemented the i2c patch from @Citrullin into 2024.07 to be used in a project of mine. It appears to work fine :) https://github.com/Pollex/MFM4-EZO-EC-2/blob/main/0001-Feat-i2c-experimental-i2c-slave.patch

@mrlubos > [@TimVosch](https://github.com/TimVosch) do you have a reproducible example? yes: https://github.com/TimVosch/heyapi-typing-issue I have noticed the following, perhaps i am missing something obvious or typescript is being whacky. **Breaks...** ```ts let...