Note limitation of next_stack_limit on espressif boards
Open to better wording.
This commit is contained in:
parent
5116c01735
commit
6e8031faf8
@ -187,8 +187,10 @@ MP_PROPERTY_GETSET(supervisor_runtime_ble_workflow_obj,
|
|||||||
(mp_obj_t)&supervisor_runtime_set_ble_workflow_obj);
|
(mp_obj_t)&supervisor_runtime_set_ble_workflow_obj);
|
||||||
|
|
||||||
//| next_stack_limit: int
|
//| next_stack_limit: int
|
||||||
//| """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.
|
||||||
//|
|
//|
|
||||||
|
//| **Limitations**: Stack size is fixed at startup on ``espressif`` port and this will have no effect.
|
||||||
|
//| """
|
||||||
STATIC mp_obj_t supervisor_runtime_get_next_stack_limit(mp_obj_t self) {
|
STATIC mp_obj_t supervisor_runtime_get_next_stack_limit(mp_obj_t self) {
|
||||||
return mp_obj_new_int(get_next_stack_size());
|
return mp_obj_new_int(get_next_stack_size());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user