nios2.board.cmake 252 B

123456789
  1. # SPDX-License-Identifier: Apache-2.0
  2. board_set_flasher_ifnset(nios2)
  3. board_set_debugger_ifnset(nios2)
  4. board_finalize_runner_args(nios2
  5. # TODO: merge this script into nios2.py
  6. "--quartus-flash=${ZEPHYR_BASE}/scripts/support/quartus-flash.py"
  7. )