Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
16 changed files with 11 additions and 15 deletions
@ -1,7 +0,0 @@
@@ -1,7 +0,0 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
if(CONFIG_BOARD_SCOBC_MODULE1) |
||||
board_runner_args(openocd "--use-elf" "--config=${BOARD_DIR}/support/openocd-ftdi.cfg") |
||||
|
||||
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) |
||||
endif() |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
board_runner_args(openocd "--use-elf" "--config=${BOARD_DIR}/support/openocd-ftdi.cfg") |
||||
|
||||
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: scobc_module1 |
||||
vendor: Space Cubics |
||||
socs: |
||||
- name: designstart_fpga_cortex_m3 |
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 61 KiB |
@ -1,8 +1,5 @@
@@ -1,8 +1,5 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
CONFIG_SOC_SERIES_ARM_DESIGNSTART=y |
||||
CONFIG_SOC_ARM_DESIGNSTART_FPGA_CORTEX_M3=y |
||||
CONFIG_BOARD_SCOBC_MODULE1=y |
||||
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=48000000 |
||||
CONFIG_ARM_MPU=n |
||||
|
Loading…
Reference in new issue