mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 07:33:14 +00:00
Add basic port for EOS S3 Quick Feather board. Signed-off-by: Jan Kowalewski <jkowalewski@antmicro.com>
11 lines
221 B
Plaintext
11 lines
221 B
Plaintext
# Quick Feather board
|
|
|
|
# Copyright (c) 2020 Antmicro <www.antmicro.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_INIT_PRIORITY
|
|
int
|
|
default KERNEL_INIT_PRIORITY_DEFAULT
|
|
help
|
|
Board initialization priority.
|