zephyr/ext/hal
Robert Lubos e0ff342a89 drivers: ieee802154_nrf5: Implement configure API
Implement newly introduced `configure` API for nRF 802154 radio driver.

Increase maximum number of slots for Frame Pending bit information in
the radio driver.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2019-05-06 10:58:04 -04:00
..
altera
atmel ext: Import Atmel SAMR21 header files from ASF library 2019-04-28 13:25:35 -04:00
cmsis
cypress drivers: Rename reserved function names 2019-04-03 17:31:00 -04:00
esp
libmetal drivers: Rename reserved function names 2019-04-03 17:31:00 -04:00
microchip ext : hal : mec1501 Add the MEC1501 external headers. 2019-04-30 14:08:23 -07:00
nordic drivers: ieee802154_nrf5: Implement configure API 2019-05-06 10:58:04 -04:00
nxp ext: hal: nxp: mcux: add device files for RT1015 2019-04-18 16:11:34 -05:00
openisa drivers: i2c: rv32m1: add I2C driver for the RV32M1 RI5CY SoC 2019-04-18 16:04:23 -05:00
qmsi kconfig: Remove blank lines at the beginning/end of files 2019-03-13 07:29:42 -05:00
silabs ext: silabs: rename ramfunc section to match Zephyr's 2019-02-23 07:31:12 -05:00
st ext/hal/st: stm32cube: Update License Link for stm23cube packages 2019-05-06 08:54:14 -05:00
ti soc: ti_simplelink: add support for TI CC13x2 / CC26x2 series 2019-05-04 09:13:43 -05:00
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.

openisa
-------
This directory contains HALs used to enable OpenISA's RISC-V development
boards.

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.