Skip to content

Function cont_get_free_stack is not available anymore #5118

Closed
@lmarmisa

Description

@lmarmisa

The new release 2.4.2 includes this change:

. Move continuation stack from .bss onto sys stack, saving 4kB of RAM, if WPS is not needed (#4622)

But there is a side effect: the function cont_get_free_stack(&g_cont) [cont.h] does not work because the variable g_cont is not defined anymore (file core_esp8266_main.cpp).

My programs include stack statistics but I am unable to maintain this feature if I use the new release 2.4.2.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions