You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Release notes
Added
Add --shell flag to the east bypass command. It launches a sub-shell within the
current terminal inside the isolated environment provided by the Nordic's nRF
Toolchain Manager.
east twister command. This command is just a wrapper for the west twister
command which runs Twister, a test runner tool.
east attach command. This command is just a wrapper for the west attach
command, which is similiar to the west debug.
Changed
east bypass now passes arbitrary commands into directly into the Nordic's nRF
Toolchain Manager instead into just West that is in the Manager. That way user can
user use other executables and python programs provided by the toolchains in the
Manager.
east build, east flash and east debug are now just wrappers for their
west counterparts. Due to this the internals and externals of the East could
be simplified. User experience did not change, the commands behave just like
they did before, they just do not directly provide help for possible
options and arguments, but instead instruct users to use --extra-help
option to learn more about west command counterparts. Due to this change the attach command was moved from debug command to its own place.