zephyr/ext/hal
Gil Pitney b4ec662193 ext: cc3220sdk: Import HAL for TI CC3220S SoC
The CC3220 SDK provides a peripheral driver library and hardware
register access header files for the Texas Instruments SimpleLink
CC3220S and CC3220SF SoCs.

The current version supported in Zephyr is CC3220 SDK 1.30.01.03,
downloaded from:

	http://www.ti.com/tool/download/SIMPLELINK-CC3220-SDK

Jira: ZEP-1958

Change-Id: Ib278a6e067a621c589d6efd17cda6f75dc2a9cdb
Signed-off-by: Gil Pitney <gil.pitney@linaro.org>
2017-04-04 17:55:13 -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: Add mcux 2.2 for kl25z 2017-04-04 17:55:10 -05:00
qmsi ext qmsi: Update QMSI to 1.4 RC4 2017-03-08 07:02:57 +00: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.