zephyr/ext/hal
Maureen Helm b9e209e4fc ext: mcux: Adapt ksdk 1.3 for kw40z to work with mcux 2.x drivers
Reuses the kw41z clock driver for kw40z via preprocessor includes.
Copies the kw41z fsl_device_registers.h to kw40z and subset devices with
minor modifications for each device.

Jira: ZEP-1388
Change-Id: Ifae16eb9b7e7d18fc13c22dc51887fc1d8a5e21d
Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
2017-04-14 05:56:53 -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 ext: mcux: Adapt ksdk 1.3 for kw40z to work with mcux 2.x drivers 2017-04-14 05:56:53 -05:00
qmsi ext qmsi: Update QMSI version on README 2017-04-05 11:04:30 -07:00
st/stm32cube ext: stm32cube: update stm32f3xx cube version 2017-04-04 17:55:12 -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.