zephyr/ext/hal
Kumar Gala a3d869c7ef ext: qmsi: Remove dead code related to undefined Kconfig symbols
CONFIG_ADC_QMSI and CONFIG_ADC_QMSI_SS aren't defined anywhere so
remove the dead CMake references to them.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2018-11-10 15:18:24 -05:00
..
altera ext: hal: altera: Don't depend on NEWLIB_LIBC 2018-10-10 13:31:00 -04:00
atmel arch: atmel_sam0: sam21j18a: Convert _U to __U to fix compile warning 2018-09-21 17:52:32 -07:00
cmsis
cypress ext: hal: cypress: Protect floating point code with CONFIG_FLOAT 2018-09-21 18:50:59 -04:00
esp
libmetal sys_clock: Fix unsafe tick count usage 2018-10-16 15:03:10 -04:00
nordic ext: hal: nordic: Add missing peripherals in Kconfig 2018-11-06 16:12:55 -05:00
nxp ext: hal: nxp: lpc: Remove board.h include 2018-11-01 13:15:18 +01:00
qmsi ext: qmsi: Remove dead code related to undefined Kconfig symbols 2018-11-10 15:18:24 -05:00
silabs drivers: flash_gecko: Add flash driver for SiLabs Gecko SoCs 2018-11-08 17:56:44 -05:00
st ext/hal/st: stm32f7: Fix README 2018-10-29 10:30:48 +00:00
ti
CMakeLists.txt
Kconfig
README

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.

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.