zephyr/boards/arm/mimxrt1010_evk
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: arm: Fix broken links in nxp board docs 2020-03-10 12:21:36 +02:00
board.cmake boards: arm: Remove OPENSDA_FW cmake variables from nxp boards 2020-07-09 07:58:50 -05:00
CMakeLists.txt boards: arm: add board support for mimxrt1010_evk 2020-01-09 16:29:22 -06:00
Kconfig.board boards: arm: add board support for mimxrt1010_evk 2020-01-09 16:29:22 -06:00
Kconfig.defconfig boards: Remove Kconfig I2C_[0-9] usage 2020-05-06 10:55:38 -05:00
mimxrt1010_evk.dts dts: arm: nxp: nxp_rt: rename nodelabels to match SoC docs 2020-04-20 11:08:46 -05:00
mimxrt1010_evk.yaml boards: Remove "supported: -hwinfo" from all boards 2020-02-27 21:14:54 +01:00
mimxrt1010_evk_defconfig kconfig: Remove assignments to CONFIG_<arch> syms and hide them 2020-02-08 00:50:08 -06:00
pinmux.c boards: arm: Conditionalize i2c pinmuxes on nxp boards 2020-05-22 14:56:00 +02:00