v0.6.1
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
anderlang: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