Releases: IRNAS/irnas-east-software
Releases · IRNAS/irnas-east-software
v0.27.2
v0.27.1
Release notes
Fixed
- Broken parsing of the
--spdx
flag.
v0.27.0
Release notes
Added
- Documentation about East's
environment variables. - Add new
east util version
command. This command can be used to generate
VERSION files, that are required by some Zephyr applications. The command is
configurable, runeast util version --help
to learn how to use it.
Changed
- Replace
EAST_DONT_USE_TOOLCHAIN_MANAGER
withEAST_NRFUTIL_CI_MODE
.
Behaviour is now better defined in the above linked environment variables
document. - When
EAST_NRFUTIL_CI_MODE
is not seteast install toolchain-manager
command now always makes sure thatnrfutil
and it's commands (device
,
toolchain-manager
) are installed, pinned to a specific version and
configured . Before that was only done as a part of thenrfutil
installation
procedure, whennrfutil
was not installed.
v0.26.3
Release notes
Fixed
- Path to the
nrfutil
wasn't correctly set when usingEAST_DONT_USE_TOOLCHAIN_MANAGER=1
. - When
EAST_DONT_USE_TOOLCHAIN_MANAGER=1
is seteast install nrfutil-toolchain-manager
will
print a info message thatnrfutil
was only configured and not installed. east install
and it's subcommands now have better help text.
v0.26.2
v0.26.1
Release notes
Fixed
- Minor bug introduced in the previous release.
v0.26.0
Release notes
Added
- The toolchain environment will from now on use the
nrfutil
binary provided by the East and not
the one found on the system path. That way the East controls what commands thenrfutil
supports.
east install toolchain-manager
now also installs thedevice
commands inside thenrfutil
binary.nrfutil device
is replacing the deprecatednrfjprog
tool and now more often used by
the Zephyr/NCS to communicate with the Nordic chips.
Fixed
east install nrfutil-toolchain-manager
now skips downloading and installing the toolchain
manager ifEAST_DONT_USE_TOOLCHAIN_MANAGER
is set to1
. That way some time is saved in the CI.
Regardless of the value ofEAST_DONT_USE_TOOLCHAIN_MANAGER
, the command still configures the
toolchain manager.
v0.25.3
Release notes
Fixed
- Fixed the bug in
east release
command where hardware model v2 board names would be reverted
to the v1 naming scheme, if the board did not have a board dir in the project. This bug was
harmless, however the build system reported deprecation warnings.
v0.25.2
Release notes
Fixed
- Wrong handling of command-line arguments in
east util connect
. - Suppress
integer to pointer cast pessimizes optimization opportunities
, caused by LOG_* macros,
wheneast codechecker check
is run.
v0.25.1
Release notes
Fixed
- A bug where
east install toolchain
command wouldn't correctly detect supported versions
fromnrfutil-toolchain-manager
.