zephyr/scripts/west_commands
Carles Cufi 89ee604836 scripts: west: Add support for nRF91 in nrfjprog
Extend the list with the new nRF91 SoC.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2019-01-29 10:15:01 +01:00
..
runners scripts: west: Add support for nRF91 in nrfjprog 2019-01-29 10:15:01 +01:00
tests scripts: west: Add support for nRF91 in nrfjprog 2019-01-29 10:15:01 +01:00
README.txt scripts: add west build, flash, and debug commands 2019-01-29 10:15:01 +01:00
build.py scripts: add west build, flash, and debug commands 2019-01-29 10:15:01 +01:00
debug.py scripts: add west build, flash, and debug commands 2019-01-29 10:15:01 +01:00
flash.py scripts: add west build, flash, and debug commands 2019-01-29 10:15:01 +01:00
run_common.py scripts: add west build, flash, and debug commands 2019-01-29 10:15:01 +01:00

README.txt

This directory contains implementations for west commands which are
tightly coupled to the zephyr tree. Currently, those are the build,
flash, and debug commands.

Before adding more here, consider whether you might want to put new
extensions in upstream west. For example, any commands which operate
on the multi-repo need to be in upstream west, not here. Try to limit
what goes in here to just those files that change along with Zephyr
itself.

Thanks!