You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ESP32 erlang:system_info/1 memory keys to match new STM32 keys with atomvm_ prefix
Adds new ESP32 erlang:system_info/1 heap memory keys `atomvm_free_heap_size` and
`atomvm_minimum_free_size` to align with newly added STM32 memory keys.
When the old keys are used a deprecation warning will be printed to the console to alert users to
update to the new key names before the old keys are removed in the 0.8.x release cycle.
Signed-off-by: Winford <winford@object.stream>
0 commit comments