Browse Source
Add a soc.yml and reorganize the Kconfig options Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>pull/69687/head
13 changed files with 12 additions and 17 deletions
@ -1,6 +1,10 @@
@@ -1,6 +1,10 @@
|
||||
# Copyright (c) 2023 Nordic Semiconductor ASA |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config SOC_POSIX |
||||
select ARCH_POSIX |
||||
select CPU_HAS_FPU |
||||
|
||||
config NATIVE_SIMULATOR_MCU_N |
||||
int "CPU Number this image targets" |
||||
range 0 15 |
@ -0,0 +1,4 @@
@@ -0,0 +1,4 @@
|
||||
family: |
||||
- name: native |
||||
socs: |
||||
- name: native |
@ -1,8 +0,0 @@
@@ -1,8 +0,0 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
if(SOC_FAMILY) |
||||
add_subdirectory(${SOC_FAMILY}) |
||||
else() |
||||
add_subdirectory(${SOC_NAME}) |
||||
endif() |
||||
|
Loading…
Reference in new issue