Browse Source
Ports the SoC configuration to hardware model version 2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
9 changed files with 13 additions and 6 deletions
@ -1,7 +1,7 @@
@@ -1,7 +1,7 @@
|
||||
# Copyright (c) 2014-2015 Wind River Systems, Inc. |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config SOC_TI_LM3S6965 |
||||
bool "TI LM3S6965" |
||||
select ARM |
||||
select CPU_CORTEX_M3 |
||||
select CPU_CORTEX_M_HAS_DWT |
@ -1,10 +1,16 @@
@@ -1,10 +1,16 @@
|
||||
# TI LM3S6965 platform configuration options |
||||
|
||||
# Copyright (c) 2014-2015 Wind River Systems, Inc. |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config SOC_TI_LM3S6965 |
||||
bool |
||||
help |
||||
TI LM3S6965 |
||||
|
||||
config SOC_TI_LM3S6965_QEMU |
||||
def_bool y |
||||
depends on SOC_TI_LM3S6965 |
||||
# Platform has only been tested on QEMU, not on real hardware, so always |
||||
# assume it is used for a QEMU target. |
||||
|
||||
config SOC |
||||
default "ti_lm3s6965" if SOC_TI_LM3S6965 |
@ -0,0 +1,2 @@
@@ -0,0 +1,2 @@
|
||||
socs: |
||||
- name: ti_lm3s6965 |
Loading…
Reference in new issue