zephyr/ext/hal
Henrik Brix Andersen 168e129175 clock_control: introduce mcux pcc driver
Add a new clock control driver for NXP Kinetis SoCs that have the
Peripheral Clock Controller module (PCC).

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2019-05-14 15:00:11 -05: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
esp
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 clock_control: introduce mcux pcc driver 2019-05-14 15:00:11 -05:00
openisa drivers: i2c: rv32m1: add I2C driver for the RV32M1 RI5CY SoC 2019-04-18 16:04:23 -05:00
qmsi kconfig: Remove blank lines at the beginning/end of files 2019-03-13 07:29:42 -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: Update License Link for stm23cube packages 2019-05-06 08:54:14 -05:00
ti soc: ti_simplelink: add support for TI CC13x2 / CC26x2 series 2019-05-04 09:13:43 -05:00
CMakeLists.txt ext : hal : mec1701 Add the MEC1701 external header. 2019-02-08 21:38:54 -05:00
Kconfig ext : hal : mec1701 Add the MEC1701 external header. 2019-02-08 21:38:54 -05:00
README ext: hal: add openisa/vega_sdk_riscv 2019-01-25 11:59:46 -05:00

README

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.

qmsi
-------
Intel® Quark™ Microcontroller Software Interface (QMSI) is a Hardware
Abstraction Layer (HAL) for Intel® Quark™ Microcontroller products. It
currently support the following SoCs:

- Intel® Quark™ D2000 Microcontroller
- Intel® Quark™ SE Microcontroller

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.