• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

altera_hal/HAL/03-Aug-2024-3,6571,188

drivers/03-Aug-2024-14,2296,139

include/03-Aug-2024-1,527575

zephyr/03-Aug-2024-32

CMakeLists.txtD03-Aug-20241.2 KiB5043

READMED03-Aug-2024934 3726

README

1Altera HAL
2#####################
3
4Origin:
5   Altera Quartus Prime Lite SDK
6   http://dl.altera.com/?edition=lite
7
8Status:
9   v17.0
10
11Purpose:
12   Hardware Abstraction Layer for NIOSII based soft IP blocks.
13
14Description:
15   Altera Hardware Abstraction Layer(or Altera HAL) provides the
16   low level driver support for NIOSII based soft IP blocks.
17
18   Altera HAL primarily abstracts the low level hardware interactions
19   of different NIOSII based soft IP blocks like UART, I2C, SPI etc...
20   and provides the high level API's for the shim drivers.
21
22Dependencies:
23   Some of the Altera HAL drivers have dependency on the newlibc and
24   it needs to be enabled before enabling the Altera HAL.
25
26   The NIOSII port of Zephyr will be accessing the Altera HAL through
27   shim drivers to enable the different soft IP blocks on Zephyr.
28
29URL:
30   https://www.altera.com/products/processors/support.html
31
32Maintained-by:
33   External
34
35License:
36   MIT
37