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.
|
|
*/
|