zephyr/ext/hal
Kumar Gala ed467a695a serial: mcux: Shim driver for LPSCI UART on KL25Z
Adds a shim layer around the mcux lpsci driver to adapt it to the Zephyr
serial interface.

Change-Id: I024f1605e3194f34bb57e8a121900e05b3085a82
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2017-04-28 15:26:38 -05:00
..
atmel/asf ext: Atmel ASF: remove unused and broken preprocesor macros 2017-02-04 02:53:08 +00:00
cmsis license: use SPDX identifier for files in ext/ 2017-01-20 20:22:57 -05:00
nordic drivers/ieee802154: Added RAW mode support to nRF5 radio driver 2017-03-09 20:33:47 +02:00
nxp/mcux serial: mcux: Shim driver for LPSCI UART on KL25Z 2017-04-28 15:26:38 -05:00
qmsi ext qmsi: Update QMSI version on README 2017-04-05 11:04:30 -07:00
st/stm32cube drivers: clock control: Provide LL based clock control for stm32f4 series 2017-04-28 15:06:41 -05:00
ti ext: cc3220sdk: Import HAL for TI CC3220S SoC 2017-04-04 17:55:13 -05:00
Kbuild ext: cc3220sdk: Import HAL for TI CC3220S SoC 2017-04-04 17:55:13 -05:00
Kconfig ext: cc3220sdk: Import HAL for TI CC3220S SoC 2017-04-04 17:55:13 -05:00
Makefile ext: cc3220sdk: Import HAL for TI CC3220S SoC 2017-04-04 17:55:13 -05:00
README ext: Integrate Atmel SDK (ASF) files into Zephyr 2017-02-01 21:01:12 +00: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.

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.

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 CC3200 SDK provides a peripheral driver library for
the SimpleLink WiFi family of SoCs.