Skip to content

Releases: nerves-project/nerves_runtime

v0.5.1

28 Jan 02:46
Compare
Choose a tag to compare
  • Bug Fixes
    • Split device attributes into only two parts

v0.5.0

20 Oct 13:48
Compare
Choose a tag to compare
  • The Nerves runtime shell (the bash shell-like shell from CTRL+G) has been
    moved to a separate project so that it can evolve independently from
    nerves_runtime. As such, it's no longer available, but see
    the nerves_runtime_shell project to include it again.

  • Enhancements

    • Force application partition UUID. The UUID has previously been random. The
      main reason for change is to avoid a delay when waiting for the urandom
      pool to initialize. Having a known UUID for the application partition may
      come in handy in the future, though.

v0.4.4

25 Aug 18:56
Compare
Choose a tag to compare
  • Enhancements
    • Added installation helper for Nerves.Runtime.Helpers
    • Privatized methods in KV so that they don't show up in the tab complete
      and help screens.

v0.4.3

12 Aug 20:36
Compare
Choose a tag to compare
  • Enhancements
    • The Nerves.Runtime.Helpers module provides a number of functions that are
      useful when working at the IEx prompt on a target.

v0.4.2

12 Aug 20:35
Compare
Choose a tag to compare
  • Enhancements
    • Makefile only builds for Linux hosts or cross compile environments. Allows package to compile on other platforms.

v0.4.1

12 Aug 20:33
Compare
Choose a tag to compare
  • Bug Fixes
    • Fixed issue with the order of args being passed to mkfs

v0.4.0

30 Jun 21:28
Compare
Choose a tag to compare

v0.4.0

  • Enhancements
    • Loosen dependency requirements on SystemRegistry

v0.3.1

26 Jun 11:29
Compare
Choose a tag to compare

v0.3.1

  • Bug Fixes
    • Increased erl_cmd buffer size to 2048 to prevent segfaults with uevents for devices with many attributes.

v0.3.0

21 Jun 17:26
Compare
Choose a tag to compare
  • Enhancements
    • Removed GenStage in favor of SystemRegistry
    • Added KV firmware variable key value store
    • Added Init worker for initializing the application partition

v0.2.0

15 Jun 13:31
Compare
Choose a tag to compare

Changes

  • Moved hardware abstraction layer to separate project for further development
  • Start the shell using the name sh instead of 'Elixir.Nerves.Runtime.Shell'