Eli Curtz
Eli Curtz
I'll continue to look at this in the debugger, but if I attach a node output to an input on the same node in RuntimeMathGraph (either in Unity editor or...
As far as I can tell there's no structs defined for accessing the NVIC registers like there is for most of the other core hardware.
As far as I can tell out_flush() isn't implemented in any of the stdio drivers, so stdio_flush() doesn't actually do anything. Also the comment in the header file for stdio_flush()...
Although technically it isn't const this is causing a crash on OS X and is probably a bad idea in general. Also the pointer doesn't appear to actually be used...
pico_add_extra_outputs() in CMakeLists.txt is no longer generating the .hex versions, only the .bin and .uf2. All of the flags, including PICO_32BIT appear to be set correctly but pico_add_hex_output() is not...