mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
86ab9401aa
Boards based on the qn908x CPU will share the same OpenOCD configuration regarding the image offset and OpenOCD commands needed to flash the image directly with "make flash".
11 lines
302 B
Plaintext
11 lines
302 B
Plaintext
# Copyright (c) 2020 iosabi
|
|
#
|
|
# This file is subject to the terms and conditions of the GNU Lesser
|
|
# General Public License v2.1. See the file LICENSE in the top level
|
|
# directory for more details.
|
|
|
|
config BOARD_COMMON_QN908X
|
|
bool
|
|
depends on CPU_FAM_QN908X
|
|
# Add common board support here.
|