github nerves-project/nerves v1.1.0

latest releases: v1.11.3, v1.11.2, v1.11.1...
7 years ago
  • Enhancements

    • mix firmware.burn can run within Windows Subsystem for Linux
    • Added make_args to build_runner_opts

    For example:

    You can configure the number of parallel jobs that buildroot
    can use for execution. This is useful for situations where you may
    have a machine with a lot of CPUs but not enough ram.

    # mix.exs
    defp nerves_package do
      [
        # ...
        build_runner_opts: [make_args: ["PARALLEL_JOBS=8"]],
      ]
    end
    

Don't miss a new nerves release

NewReleases is sending notifications on new releases.