I have tried the mbed_app.json but it didn’t seem to do anything, perhaps not compatible with Arduino compiler.
What is the proper way to increase the main stack size when using rtos to utilize multi-thread? I get stack overflow error for the main thread. Currently i’m creating/using another thread, which I can set the stack size, but this seems messy.