mirror of
https://github.com/zephyrproject-rtos/zephyr.git
synced 2024-12-04 10:18:24 +08:00
ddc4854d27
This commit adds support for EBYTE E73-TBB. This board features Nordic nRF52832 chip. It was tested with several samples such as blinky and buttons. Signed-off-by: Michal morsisko <morsisko@gmail.com>
9 lines
206 B
Plaintext
9 lines
206 B
Plaintext
# EBYTE-TBB board configuration
|
|
|
|
# Copyright (c) 2021 Michal Morsisko
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_EBYTE_E73_TBB_NRF52832
|
|
bool "EBYTE E73-TBB NRF52832"
|
|
depends on SOC_NRF52832_QFAA
|