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
Enable heart in the new project generator. This engages both a
software-based watchdog (Erlang's heart feature) and a hardware-based one
on systems that support it. If the Erlang VM becomes unresponsive, one of
the watchdogs will reboot the processor. See the Erlang heart
documentation for changing timeouts and adding callbacks to your
application.
Enable build_embedded. This ensures that C build products are separated
based on target and prevents many causes of x86 build products ending up
on ARM targets unintentionally.