mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-09 13:15:15 -05:00
* Update BSP and SDK for HiFive board This commit also adds demo start and success/failure output messages.
13 lines
No EOL
303 B
Makefile
13 lines
No EOL
303 B
Makefile
# Copyright (C) 2020 SiFive Inc
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
RISCV_ARCH = rv32imac
|
|
RISCV_ABI = ilp32
|
|
RISCV_CMODEL = medlow
|
|
RISCV_SERIES = sifive-3-series
|
|
|
|
TARGET_TAGS = board jlink
|
|
TARGET_DHRY_ITERS = 20000000
|
|
TARGET_CORE_ITERS = 5000
|
|
TARGET_FREERTOS_WAIT_MS = 1000
|
|
TARGET_INTR_WAIT_CYCLE = 0
|