mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-04 05:24:35 +00:00
This introduces the pro micro nrf52840 board type, commonly available as the cheapest nrf52840 development board, and is based on the Nice!Nano Signed-off-by: Camille BAUD <mail@massdriver.space>
6 lines
150 B
Plaintext
6 lines
150 B
Plaintext
# Copyright (c) 2024 MASSDRIVER EI (massdriver.space)
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_PROMICRO_NRF52840
|
|
select SOC_NRF52840_QIAA
|