zephyr/boards/arm/frdm_kw41z
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: Remove OPENSDA_FW cmake variables from nxp boards 2020-07-09 07:58:50 -05:00
board.cmake boards: arm: Remove OPENSDA_FW cmake variables from nxp boards 2020-07-09 07:58:50 -05:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
frdm_kw41z.dts boards: frdm_kw41z: enable PWM support 2020-05-06 11:33:37 -05:00
frdm_kw41z.yaml boards: frdm_kw41z: enable PWM support 2020-05-06 11:33:37 -05:00
frdm_kw41z_defconfig boards: frdm_kw41z: Override ADC vref choice properly 2020-02-14 22:12:21 +02:00
Kconfig.board kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.defconfig boards: arm: Conditionalize pwm pinmuxes on nxp boards 2020-05-22 14:56:00 +02:00
pinmux.c boards: arm: Conditionalize adc pinmuxes on nxp boards 2020-05-22 14:56:00 +02:00