v26.0 #1902
Bastian-Krause
announced in
Announcements
v26.0
#1902
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Sponsored by: Analog Devices GmbH
New Features in 26.0
BareboxDriveris now CTRL+D (\x04) instead of a line feed (\n). barebox v2025.03.0 onwards handles CTRL+D specially to halt autoboot countdown without running interactive hooks like bringing up network interfaces automatically.LG_AGENT_PREFIXenvironment variable.Strategyclass has gained a newnever_retrydecorator that stores the first exception and raises it for every subsequent call. The pytestplugin also correctly respects that StrategyError.verifyproperty that is enabled by default, but can disable the verification step for SoCs that don't support it.labgrid-clientwith a multi-target environment configuration now correctly tries to acquire/release all targets in the environment configuration.boot_command, similar to the UBootDriver.QEMUDrivernow supports anetdevargument which can be added toadd_port_forward()andremove_port_forward()in case there is more than one network interface defined.consoleexpectmixinnow supports chunking of multiple bytes with thetxchunkattribute.Breaking changes in 26.0
--env-confighas been removed. Use--lg-envinstead.NetworkUSBStorageDriverhas been removed. Use theUSBStorageDriverinstead.Bug fixes in 26.0
This discussion was created from the release v26.0.
All reactions