We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5116c01 + c333e61 commit 8e00f77Copy full SHA for 8e00f77
shared-bindings/supervisor/Runtime.c
@@ -187,8 +187,10 @@ MP_PROPERTY_GETSET(supervisor_runtime_ble_workflow_obj,
187
(mp_obj_t)&supervisor_runtime_set_ble_workflow_obj);
188
189
//| next_stack_limit: int
190
-//| """The size of the stack for the next vm run. If its too large, the default will be used."""
+//| """The size of the stack for the next vm run. If its too large, the default will be used.
191
//|
192
+//| **Limitations**: Stack size is fixed at startup on the ``espressif`` port; setting this will have no effect.
193
+//| """
194
STATIC mp_obj_t supervisor_runtime_get_next_stack_limit(mp_obj_t self) {
195
return mp_obj_new_int(get_next_stack_size());
196
}
0 commit comments