github atomvm/AtomVM v0.6.1

latest releases: v0.6.6, v0.6.5, v0.6.4...
17 months ago

v0.6.1 release.

Please, read the getting started guide for flashing instructions.

CHANGELOG

Added

  • Added experimental optimized GC mode that makes use of C realloc instead of copying data around, it can be enabled with -DENABLE_REALLOC_GC=On.

Fixed

  • Fix bug in erlang:ref_to_list/1 and erlang:display/1: the unique integer was truncated on some 32-bit architectures
  • Stop hardcoding erl_eval as module name in both display and fun_to_list
  • Correctly display and convert to list funs such as fun m:f/a
  • Fixed bug in STM32 cmake that could cause builds with multiple jobs to fail due to incorrect artifact dependency
  • Fix crash on macOS due to missing call to psa_crypto_init for TLS 1.3
  • Fix crypto test on rp2040

Don't miss a new AtomVM release

NewReleases is sending notifications on new releases.