Dan Kolsoi
Dan Kolsoi
@blanham were you able to make any progress with this? I would also love to see ESP32 support
I'm fairly convinced that this just never worked in LLVM 3.x... From what I can tell 3.x would always deref the section ptr without checking if it was set before...
Blocked until a decision on #338 is made
Hmm yeah maybe the EE constructor would be a good place to call it?
I'm not sure that it makes sense to add to AnyTimeEnum since not all types (now or in the future) may be valid. But perhaps we could make the method...
Perhaps you're looking for `Module::get_global` which takes the name by string or `Module::get_first_global`?
> how to get size from ptr_value as array type? Array types have a length as they're predefined. Raw pointers don't had a known length ahead of time? You could...
Hi @bjorn3 sorry that this is taken so long to get merged. Could you please 1) rebase this PR and 2) explain how this is valid? If the IR expects...
I'm not totally sure what the correct answer is for your situation, but something about it does seem odd 🤔