Skip to content

v1.14.0

Compare
Choose a tag to compare
@nervesbot nervesbot released this 12 Feb 18:03
· 204 commits to main since this release

This release updates to Buildroot 2020.11.2, GCC 10.2 and OTP 23.2.4.

When migrating custom systems based, please be aware of the following important
changes:

  • There's a new getrandom syscall that is made early in BEAM startup. This has
    the potential to block the BEAM before Nerves can start rngd to provide
    entropy. We have not seen this issue here, but have updated erlinit.config
    for the time being as a precaution.

  • The GCC 10.2.0 toolchain has a different name that calls out "nerves" as the
    vendor and the naming is now more consistent with other toolchain providers.

  • Experimental support for tooling that requires more information about the
    target has been added. The initial support focuses on zigler.

  • Updated dependencies