zephyr/boards/arm/twr_kv58f220m
Maureen Helm 877997e71f boards: arm: Remove OPENSDA_FW cmake variables from nxp boards
The OPENSDA_FW and LPCLINK_FW cmake variables are remnants of pre-west
days where we used an environment variable to set the desired debug host
tool, such as jlink or pyocd, based on which debug probe firmware was
loaded on the board. We now have two possible ways to do this, neither
of which requires the nxp-specific OPENSDA_FW or LPCLINK_FW variables:

1. Set standardized cmake runner variables when generating the build
   system:
   $ west build -- -DBOARD_FLASH_RUNNER=jlink -DBOARD_DEBUG_RUNNER=jlink

2. Use the west "--runner" argument with the debug and flash commands:
   $ west debug -r jlink

Remove the now unnecessary OPENSDA_FW ond LPCLINK_FW variables and
update board documentation accordingly.

A few boards (frdm_kw41z, hexiwear_k64, mimxrt10{20,50,60,64}_evk)
reordered pyocd.board.cmake and jlink.board.cmake includes to preserve
the default runner when OPENSDA_FW was not explicitly set.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
2020-07-09 07:58:50 -05:00
..
doc boards: shrink image sizes 2020-02-07 13:52:45 -05:00
board.cmake boards: arm: Remove OPENSDA_FW cmake variables from nxp boards 2020-07-09 07:58:50 -05:00
CMakeLists.txt boards: twr-kv58f220m: add support for the NXP TWR-KV58F220M board 2019-11-05 19:37:21 +01:00
Kconfig.board kconfig: Fix up newly-introduced copy-pasted headers 2019-11-19 15:25:08 -05:00
Kconfig.defconfig boards: Remove Kconfig I2C_[0-9] usage 2020-05-06 10:55:38 -05:00
pinmux.c boards: arm: Conditionalize i2c pinmuxes on nxp boards 2020-05-22 14:56:00 +02:00
twr_kv58f220m.dts gpio: mcux: Convert convert to DT_INST defines 2020-04-23 17:07:41 -05:00
twr_kv58f220m.yaml boards: Remove "supported: -hwinfo" from all boards 2020-02-27 21:14:54 +01:00
twr_kv58f220m_defconfig kconfig: Remove assignments to CONFIG_<arch> syms and hide them 2020-02-08 00:50:08 -06:00