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 system_info/1 memory keys to match new STM32 keys with atomvm_ prefix
Adds new ESP32 system_info/1 heap memory keys atomvm_free_heap_size for esp32_free_heap_size and
atomvm_minimum_free_size for esp32_minimum_free_size to match newly added STM32 memory keys.
When the old keys are used a warning will be printed to the console to update the keys to the new
key names so the old keys can be depricated in some future release cycle.
Signed-off-by: Winford <winford@object.stream>
0 commit comments