Releases: nerves-project/nerves_system_mangopi_mq_pro
v0.10.1
This is a security/bug fix update.
- Updated dependencies
v0.10.0
This is a major Erlang and Buildroot.
Please see the nerves_system_br v1.28.0 release notes
for upgrade instructions if you've forked this system.
-
Changes
- Elixir 1.17 and Erlang/OTP 27 support
- Reduce copy/pasted definitions in the
fwup.conf
by extracting them to
fwup_include/fwup-common.conf
. (No functional changes)
-
Fixes
- The serial numbers returned by
Nerves.Runtime.serial_number/0
now contain
the whole serial number. If you forked this system, check the
boardid.config
anderlinit.config
for the changes and to keep the
hostname the same.
- The serial numbers returned by
-
Updated dependencies
v0.9.1
This is a security/bug fix update.
- Package updates
v0.9.0
This is a major Buildroot update.
Please see the nerves_system_br v1.27.0 release notes
for upgrade instructions if you've forked this system.
- Updated dependencies
v0.8.0
This is a major Buildroot update.
Please see the nerves_system_br v1.26.0 release notes
for upgrade instructions if you've forked this system.
-
New features
- Add device tree compiler to support compiling overlays at runtime
-
Updated dependencies
v0.7.1
v0.7.0
This is a major Buildroot and toolchain update that also adds support for HDMI
output and runtime device tree overlays.
Please see nerves_system_br v1.25.0 release notes
for upgrade instructions if you've forked this system.
-
New features
- Fixed issues preventing the HDMI output from working and enabled libcairo to
support Scenic. Scenic works out of the box, but it appears that there are
still HDMI output issues for some monitors (1024x768 display instead of 1080p). - Enabled runtime device tree overlay support. This is currently an expert
feature, but it does work for simple overlays.
- Fixed issues preventing the HDMI output from working and enabled libcairo to
-
Updated dependencies
v0.6.1
This is a security/bug fix update.
- Package updates
v0.6.0
This is a Buildroot version update that appears to mostly contain bug and
security fixes. It should be a low risk upgrade from v1.23.2.
-
New features
- Support factory reset, preventing firmware reverts. See Nerves.Runtime.FwupOps
-
Updated dependencies
v0.5.2
-
Changes
- Add common USB to UART device drivers (Thanks to @Lucassifoni)
-
Updated dependencies