zephyr/boards/xtensa/qemu_xtensa
Marti Bolivar e33ec242fd scripts: refactor flash/debug scripts to remove "shell"
The Python-based runners have replaced the old shell scripts. Refactor
the build system accordingly:

- FLASH_SCRIPT is now BOARD_FLASH_RUNNER
- DEBUG_SCRIPT is now BOARD_DEBUG_RUNNER

The values, rather than being the names of files, are now the names of
runners in scripts/support/runner. They are still short, descriptive
names like "openocd", "jlink", "em-starterkit", etc.

Adjust the zephyr_flash_debug.py call and runner internals
accordingly. Have each runner class report a name and the commands it
can handle. This lets us move some boilerplate from each do_run()
method into the common run() routine, and enables further improvements
in future patches.

The handles_command() method is temporary, and will be replaced by a
more general mechanism for describing runner capabilities in a
subsequent patch. The initial use case for extending this is to add
device tree awareness to the runners.

To try to avoid user confusion, abort the configuration if an
xxx_SCRIPT is defined.

Signed-off-by: Marti Bolivar <marti@opensourcefoundries.com>
2017-12-15 09:57:30 -05:00
..
doc doc: boards: xtensa: convert make to cmake 2017-11-10 18:35:50 -05:00
Kconfig
Kconfig.board
Kconfig.defconfig build: use kconfig to select generated artifacts 2017-11-23 07:29:13 -05:00
board.cmake scripts: refactor flash/debug scripts to remove "shell" 2017-12-15 09:57:30 -05:00
board.h
qemu_xtensa.yaml boards: qemu_xtensa: this is not supported by xcc 2017-08-16 13:05:54 -04:00
qemu_xtensa_defconfig qemu_xtensa: enable stack sentinel 2017-09-12 22:31:18 -04:00