Results 29 comments of LlamaLad7

Ah, don't worry. I see where I went wrong. I thought the micropython firmware was a replacement for the DAPlink firmware, but you have to use makecombinedhex.py first. Thanks guys

The original issue was running out of flash, but I fixed that and now I'm running out of RAM!

This is a tricky one, because inlining anything from a handler is a lot more complicated than it might first appear, especially when there are jumps involved, and usages of...

Sure, that's a nice implementation from the user's point of view, but it becomes complicated when trying to chain them, especially when trying to chain them with existing normal-style redirects....

Will be solved by https://github.com/LlamaLad7/MixinExtras/wiki/WrapOperation

Now stable in `0.1.0`, which marks the completion of this goal.

I'd probably want this to use the computations already done by other mixins if possible, which would mean having to detect the presence of fabric, detect the loader version, and...

This wouldn't be hugely straightforward given being able to capture the *enclosing* method's args (straight after the expression result) is already locked into the API. I'll definitely look into it...

https://github.com/LlamaLad7/MixinExtras/wiki/WrapOperation should cover this use-case now.

And it's now stable, which I think marks the completion of this goal.