zephyr/ext/hal
Stanislav Poboril 6871057e31 ext: Modified lpc54114 startup code from mcux for use with Zephyr.
The instructions performed by standard Zephyr startup files are removed
from the file startup_LPC54114_cm4.S. Introduced the section
_PlatformInit which will be called when platform specific initialization
is needed.

Signed-off-by: Stanislav Poboril <stanislav.poboril@nxp.com>
2018-05-15 15:49:15 -05:00
..
altera ext: hal: altera: Add wrapper function for Altera HAL runtime API 2018-05-03 10:38:09 -04:00
atmel
cmsis ext: hal: cmsis: Update ARM CMSIS headers to version 5.3.0 2018-03-14 11:45:30 -05:00
esp
nordic drivers: watchdog: Add shim for nrfx WDT driver 2018-05-14 10:28:23 -05:00
nxp ext: Modified lpc54114 startup code from mcux for use with Zephyr. 2018-05-15 15:49:15 -05:00
qmsi
silabs
st ext: hal: stm32l0xx: spi: remove offending cast 2018-03-15 10:53:26 -05:00
ti ext: hal: ti: simplelink: Add comments to CMakeLists.txt 2018-05-08 17:35:25 -05:00
CMakeLists.txt
Kconfig ext/hal/nxp/imx: Import the nxp imx7 freertos bsp 2018-04-11 08:27:05 +02: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.

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.

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.