mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-08 04:02:31 +00:00
Move the SoC outside of the architecture tree and put them at the same level as boards and architectures allowing both SoCs and boards to be maintained outside the tree. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
15 lines
327 B
C
15 lines
327 B
C
/* soc.c - system/hardware module for em_starterkit BSP */
|
|
|
|
/*
|
|
* Copyright (c) 2016 Synopsys, Inc. All rights reserved.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/**
|
|
* This module provides routines to initialize and support board-level hardware
|
|
* for the ARC EM Starter kit board.
|
|
*
|
|
* Nothing to be done for now.
|
|
*/
|