mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 06:01:57 +00:00
IP ethernet switch board includes K66F MCU from NXP and Micrel/Microchip KSZ8794CNX switch. Board support includes basic GPIO LED and common functions. Switch function needs support either based on DSA or relative feature in Zephyr which is tracked with issue 22061. Signed-off-by: Parthiban Nallathambi <pn@denx.de>
12 lines
368 B
CMake
12 lines
368 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
board_set_debugger_ifnset(jlink)
|
|
board_set_flasher_ifnset(jlink)
|
|
|
|
board_runner_args(jlink "--device=MK66FN2M0xxx18")
|
|
board_runner_args(pyocd "--target=k66f")
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|
|
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
|