zephyr/ext/hal
Anas Nashif 89d393649b esp: move HAL to external repo
This HAL is now in its own repository on
https://github.com/zephyrproject-rtos

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-05-28 08:28:57 -04:00
..
altera kconfig: altera: remove undefined kconfig usage 2019-01-30 13:30:17 -05:00
atmel soc: same70: add support for revision B 2019-05-07 23:10:21 -04:00
cmsis ext: hal: cmsis: Update ARM CMSIS headers to version 5.4.0 2018-11-21 12:31:56 -05:00
cypress drivers: Rename reserved function names 2019-04-03 17:31:00 -04:00
libmetal drivers: Rename reserved function names 2019-04-03 17:31:00 -04:00
microchip ext: hal: mchp: Fix compilation for MEC1501 SMB macros 2019-05-08 15:02:26 -07:00
nordic arm: nrf: Add support for the nRF52811 2019-05-14 09:52:57 +02:00
nxp arch: arm: add z_ prefix to _PlatformInit 2019-05-27 09:20:50 -04:00
openisa drivers: i2c: rv32m1: add I2C driver for the RV32M1 RI5CY SoC 2019-04-18 16:04:23 -05:00
silabs ext: silabs: rename ramfunc section to match Zephyr's 2019-02-23 07:31:12 -05:00
st ext/hal/st: stm32cube Kconfig fix 2019-05-27 17:40:47 -04:00
ti drivers: add CC13xx / CC26xx I2C driver 2019-05-21 15:37:22 -04:00
CMakeLists.txt esp: move HAL to external repo 2019-05-28 08:28:57 -04:00
Kconfig qmsi: move to a zephyr module 2019-05-22 09:28:56 -04:00
README qmsi: move to a zephyr module 2019-05-22 09:28:56 -04:00

This directory contains different HALs for SoCs supported by Zephyr.

The following HALs are supported:

atmel
-------
The Atmel Software Framework (ASF) provides device header files and peripheral
drivers for Atmel SoCs.

cmsis
-------
The ARM Cortex Microcontroller Software Interface Standard (CMSIS) defines a
set of standard interfaces to ARM Cortex-M SoCs.

libmetal
--------
libmetal provides a HAL abstraction layer utilized by open-amp

gecko
-----
The Silicon Labs Gecko SDK provides device header files and peripheral drivers
for all Silicon Labs Gecko devices: EFM32, EZR32 and EFR32.

mcux
-------
The NXP MCUXpresso Software Development Kit (MCUX) provides device header files
and peripheral drivers for Kinetis, LPC, and i.MX SoCs.

nordic
-------
The Nordic Semiconductor Microcontroller Development Kit (MDK) provides device
header files for the Nordic Semiconductor nRF5 SoCs.

openisa
-------
This directory contains HALs used to enable OpenISA's RISC-V development
boards.

pdl
---
The Cypress Peripheral Driver Library (PDL) provides device header files and
peripheral drivers for PSoC6 SoCs.

stm32cube
---------
ST Microelectronics STM32Cube SDK
Provides CMSIS header files and two different porting layers HAL (hardware
abstraction layer), and LL (low layers) enabling portability between different
STM32 devices via standardized API calls.
LL and HAL provide different level of porting on STM32 SoCs. They could be used
independently, or mixed depending on the needs.

For further information:
http://www.st.com/en/ecosystems/stm32cube.html

ti
-------
Texas Instruments SimpleLink SDKs provide peripheral and WiFi driver libraries
for the SimpleLink family of SoCs.