Skip to content

v1.3.0

Compare
Choose a tag to compare
@fhunleth fhunleth released this 18 Sep 20:01
  • New features
    • 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.