mirror of
https://github.com/zephyrproject-rtos/zephyr.git
synced 2024-12-04 10:18:24 +08:00
20a8dd5491
Add Qomu board device tree and configuration files. Qomu source files: https://github.com/QuickLogic-Corp/qomu-dev-board/ Signed-off-by: Michal Sieron <msieron@antmicro.com>
11 lines
223 B
Plaintext
11 lines
223 B
Plaintext
# QuickLogic Qomu board
|
|
|
|
# Copyright (c) 2022 Antmicro <www.antmicro.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_INIT_PRIORITY
|
|
int
|
|
default KERNEL_INIT_PRIORITY_DEFAULT
|
|
help
|
|
Board initialization priority.
|