tree: 8c6cb9443dca6b0bbc57a9802e70cf6040af56ca [path history] [tgz]
  1. arc/
  2. board/
  3. common/
  4. device/
  5. inc/
  6. README.md
versions/v1_4_0/mynewt-core/hw/mcu/arc/src/ext/sdk/README.md

embARC BSP for EMSK

Introduction

The embARC Board support Package (BSP) for DesignWare® ARC® EM Starter Kit (EMSK) is a software distribution aimed at facilitating the development and evaluation of embedded systems based on ARCv2 processors.

It is designed to provide a board support package for ARC EMSK users by defining consistent and simple software interfaces to the processors and onboard devices.

embARC BSP Features

embARC BSP architecture is shown in the block diagram below.

embARC BSP Architecture

embARC BSP provides ARC Hardware Abstraction Layer (HAL), device HAL and driver implementation for UART, I2C, GPIO and SPI. A group of driver implementations for DesignWare IP peripherals are provided in embARC BSP for EMSK.

ARC Development Tools are supported in embARC BSP, Premium MetaWare Development Toolkit (>=2016.12) and Opensource ARC GNU IDE(>=2016.09).

embARC BSP & embARC OSP

embARC BSP code is originated from embARC OSP. The code are reorganized with the same ARC HAL, device HAL and driver implementations for DesignWare IP peripherals. The operating system layer, common library layer, middleware layer and applications are not included in embARC BSP. The code in embARC BSP is independent with build system. It can be ported to various build system easily. The lightweight makefile and Eclipse IDE are both supported in embARC BSP as reference.

Get Started with embARC BSP