1# Copyright (c) 2020 Erik Larson 2# Copyright (c) 2022 Jason Kridner, BeagleBoard.org Foundation 3# 4# SPDX-License-Identifier: Apache-2.0 5 6# Download cc1352-flasher (https://pypi.org/project/cc1352-flasher/) using the following command: 7# pip3 install cc1352-flasher 8 9find_program(CC1352_FLASHER NAMES cc1352_flasher) 10board_set_flasher_ifnset(misc-flasher) 11board_finalize_runner_args(misc-flasher ${CC1352_FLASHER} --bcf) 12