Releases: nerves-project/nerves_runtime
Releases · nerves-project/nerves_runtime
v0.5.1
- Bug Fixes
- Split device attributes into only two parts
v0.5.0
-
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
thenerves_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.
- Force application partition UUID. The UUID has previously been random. The
v0.4.4
v0.4.3
v0.4.2
v0.4.1
v0.4.0
v0.4.0
- Enhancements
- Loosen dependency requirements on SystemRegistry
v0.3.1
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
- 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
Changes
- Moved hardware abstraction layer to separate project for further development
- Start the shell using the name
sh
instead of'Elixir.Nerves.Runtime.Shell'