Open
Description
CircuitPython version and board name
espressif
Code/REPL
None
Behavior
None
Description
but heap_caps_malloc
has signature void *heap_caps_malloc(size_t size, uint32_t caps)
reference.
I havn't checked whether there is actually something broken and I havn't used frequencyio
yet, I just noticed it while searching for uses of heap_caps_malloc
in circuitpython source while working on an upcoming PR.
But maybe this is the reason for #8653?
Additional information
No response