Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zephyrproject-rtos/hal_altera
https://github.com/zephyrproject-rtos/hal_altera
hal module
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zephyrproject-rtos/hal_altera
- Owner: zephyrproject-rtos
- Created: 2020-03-19T18:07:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-13T12:49:22.000Z (6 months ago)
- Last Synced: 2024-07-13T13:58:31.827Z (6 months ago)
- Topics: hal, module
- Language: C
- Homepage:
- Size: 163 KB
- Stars: 3
- Watchers: 37
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Altera HAL
#####################Origin:
Altera Quartus Prime Lite SDK
http://dl.altera.com/?edition=liteStatus:
v17.0Purpose:
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.htmlMaintained-by:
ExternalLicense:
MIT