c4d23d35d1
Add support for u-blox BMD-330-EVAL which uses the nRF52810. This board is functionally equivalent to the nRF52dk_nrf52810 with the exception of not having debug-in and the shield SWD header. DEVELOP_IN_NRF52832 is *not* required since the IC used is the nRF52810 Note that header pin numbers noted in index.rst are shown with respect to the pin 1 markings on the BMD-3xx-EVAL boards, and are flipped from the nRF52dk_nrf52810. Tested with blinky, button, and Bluetooth peripheral_hr Corrected file permissions, added newline at end of CMakeLists.txt Corrected comnment that said NRF52832 instead of NRF52810 Adding missing copyright information Corrected link to u-blox BMD-330 (was pointing to BMD-300) Addressed review comments, corrected permissions Signed-off-by: Bob Recny <bob.recny@u-blox.com>
9 lines
201 B
Plaintext
9 lines
201 B
Plaintext
# BMD-330-EVAL board configuration
|
|
|
|
# Copyright (c) 2021 u-blox AG
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_UBX_BMD330EVAL_NRF52810
|
|
bool "u-blox BMD-330-EVAL"
|
|
depends on SOC_NRF52810_QFAA
|