Releases: nerves-project/nerves_system_osd32mp1
Releases · nerves-project/nerves_system_osd32mp1
v0.4.1
-
Updated dependencies
-
Improvements
- Enabled reproducible builds in Buildroot to remove some timestamp and build
path differences in firmware images. This helps delta firmware updates.
- Enabled reproducible builds in Buildroot to remove some timestamp and build
v0.4.0
This release updates to Buildroot
2020.08 and OTP 23.1.1.
-
Updated dependencies
-
New features
- Added support for updating the root filesystem using firmware patches.
See the [firmware patch docs](https://hexdocs.pm/nerves/experimental-features.html
- Added support for updating the root filesystem using firmware patches.
v0.3.2
This release updates to Buildroot
2020.05.1
and OTP 23.0.3 which are both bug fix releases.
-
Updated dependencies
-
New features
- The
/data
directory now exists for storing application-specific data. It
is currently a symlink to/root
. Using/data
will eventually be
encouraged over/root
even though currently there is no advantage. This
change makes it possible to start migrating paths in applications and
libraries.
- The
-
Fixes
- Fixed old references to the
-Os
compiler flag. All C/C++ code will default
to using-O2
now.
- Fixed old references to the
v0.3.1
v0.3.0
This release updates the system to use Buildroot 2020.05 and Erlang/OTP 23.
Please see the respective release notes for updates and deprecations in both
projects for changes that may affect your application.
-
New features
- Enable WiFi mesh support in the 802.11 stack
-
Updated dependencies
v0.2.0
- Updated dependencies