Frank Hunleth
Frank Hunleth
This fixes the unit test so that it matches the result of `Enum.slice` on a regular list. ```elixir iex> Enum.slice([1, 2, 3, 4, 5], -6, 5) [1, 2, 3, 4,...
Ever since the backdoor was found in xz, it's seemed timely to update to some other compression. Gzip is ok, but if zstd looks like it would work across all...
This moves the Linux distro-specific parts to tabs to reduce the amount of text the user sees. It installs a little more in the first package installation line to cover...
Dynamic CPU frequency scaling and Linux kernel differences cause performance numbers to be quite different so include this in the report. This also provides warnings when dynamic CPU frequency governors...
The problem is that if a GPIO reference gets lost in some process's state, it's no longer possible to open that GPIO. This happens when using GPIOs at the IEx...
I think that this is related to https://github.com/elixir-lang/elixir/commit/e1eecb8ca698712f5cff76f52ff49b381ce64aa9.
Here's an example: ``` $ ssh nerves.local 'cmd("ls")' **Error** ** (CompileError) nofile: cannot compile file (errors have been logged) (elixir 1.17.2) src/elixir.erl:455: :elixir.quoted_to_erl/4 (elixir 1.17.2) src/elixir.erl:332: :elixir.eval_forms/4 (elixir 1.17.2) lib/module/parallel_checker.ex:112:...
Currently each toolchain is specified as a hex dependency in the Nerves system. It's important that the toolchain that compiled the Nerves system is compatible with the one being used...
See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117675 This issue is preventing a Nerves toolchain update to GCC 14 for all platforms. It only affects ARM Cortex 7-A processors.