zephyr/boards/arm/lpcxpresso54114
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: lpcxpresso54114: Enable i2c instance 4 2020-04-09 08:52:13 -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: lpcxpresso54114: Combine m4/m0 boards into one directory 2018-10-30 15:14:35 -05:00
Kconfig.board kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.defconfig boards: Remove Kconfig I2C_[0-9] usage 2020-05-06 10:55:38 -05:00
lpcxpresso54114.dtsi boards: dts: Configure lpc flexcomm nodes as spi at the board level 2020-04-10 07:21:41 -05:00
lpcxpresso54114_m0.dts boards: dts: Configure lpc flexcomm nodes as usart at the board level 2020-04-10 07:21:41 -05:00
lpcxpresso54114_m0.yaml boards: arm: Fix setting of xtools 2019-03-14 06:48:37 -05:00
lpcxpresso54114_m0_defconfig kconfig: Remove assignments to CONFIG_<arch> syms and hide them 2020-02-08 00:50:08 -06:00
lpcxpresso54114_m4.dts boards: dts: Configure lpc flexcomm nodes as spi at the board level 2020-04-10 07:21:41 -05:00
lpcxpresso54114_m4.yaml boards: lpcxpresso54114: Enable i2c instance 4 2020-04-09 08:52:13 -05:00
lpcxpresso54114_m4_defconfig kconfig: Remove assignments to CONFIG_<arch> syms and hide them 2020-02-08 00:50:08 -06:00
pinmux.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
pre_dt_board.cmake boards: suppress dtc simple_bus_reg warning on LPC 2020-02-05 13:04:44 -06:00