zephyr/boards/arc/arduino_101_sss
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: misspelling and UTF-8 fixes 2017-05-09 20:15:49 -04:00
support
Kconfig.board dts: arduino_101_sss: Add dts support 2017-11-21 07:05:07 -05:00
Kconfig.defconfig dts: arduino_101_sss: Add dts support 2017-11-21 07:05:07 -05:00
arduino_101_sss.dts dts: arduino_101_sss: Add dts support 2017-11-21 07:05:07 -05:00
arduino_101_sss.yaml boards: add supported features 2017-10-17 08:55:38 -04:00
arduino_101_sss_defconfig Revert "[REVERTME]boards: omit frame pointer for ARC boards" 2017-02-03 04:15:53 +00:00
board.cmake scripts: refactor flash/debug scripts to remove "shell" 2017-12-15 09:57:30 -05:00
board.h boards: arduino 101: set user LED values correctly 2017-01-23 17:32:53 +00:00
dts.fixup dts: arduino_101_sss: Add dts support 2017-11-21 07:05:07 -05:00