zephyr/ext/hal/altera
Ramakrishna Pallala 40c15566eb ext: hal: altera: disable altera_avalon_i2c compilation warnings
Disable compilation warnings for altera_avalon_i2c.c as it is not
maintained in Zephyr.

Cmake does not allow us to use set_source_files_properties on
source files directly, these files need to be linked to either
a target executable or a target library. Due to the above reason,
altera_avalon_i2c CMakeLists.txt creates a library and links the
source file to the zephyr library.

Signed-off-by: Ramakrishna Pallala <ramakrishna.pallala@intel.com>
2018-02-07 19:37:35 -05:00
..
altera_hal/HAL ext: hal: altera: Add wrapper functions for Altera HAL runtime API's 2018-02-07 19:37:35 -05:00
drivers ext: hal: altera: disable altera_avalon_i2c compilation warnings 2018-02-07 19:37:35 -05:00
include
CMakeLists.txt ext: hal: altera: Add QSPI Controller HAL driver 2018-02-05 06:30:50 -08:00
Kconfig
README ext: hal: altera: Add Altera HAL README file 2017-11-17 07:46:40 -05:00

README

Altera HAL
#####################

Origin:
   Altera Quartus Prime Lite SDK
   http://dl.altera.com/?edition=lite

Status:
   v17.0

Purpose:
   Hardware Abstraction Layer for NIOSII based soft IP blocks.

Description:
   Altera Hardware Abstraction Layer(or Altera HAL) provides the
   low level driver support for NIOSII based soft IP blocks.

   Altera HAL primarily abstracts the low level hardware interactions
   of different NIOSII based soft IP blocks like UART, I2C, SPI etc...
   and provides the high level API's for the shim drivers.

Dependencies:
   Some of the Altera HAL drivers have dependency on the newlibc and
   it needs to be enabled before enabling the Altera HAL.

   The NIOSII port of Zephyr will be accessing the Altera HAL through
   shim drivers to enable the different soft IP blocks on Zephyr.

URL:
   https://www.altera.com/products/processors/support.html

Maintained-by:
   External

License:
   MIT