zephyr/ext/hal
Maureen Helm 011a88c744 ext: mcux: Update to MCUXpresso SDK 2.5.0
Updates the MCUXpresso SDK to version 2.5.0 for applicable SoCs.
Wireless (KW*) and legacy (KL25) SoCs were not included in this
MCUXpresso SDK release and are therefore not updated here.

New in this release is SoC-level and board-level support for external
xip flash in the i.MX RT family.

For RT1050, we are now using the MCUXpresso SDK for the EVKB version of
the board, which correponds to an upgrade from A0 to A1 silicon.
However, we don't yet have Kconfigs in place to support A1 silicon part
numbers, and therefore add a simple cmake hack to convert A0 part
numbers to A1 part numbers.

The SDK flash driver interface also changed slightly in this release,
and thus the zephyr flash shim driver is updated accordingly.

Origin: MCUXpresso SDK
License: BSD 3-Clause
URL: mcux.nxp.com
Purpose: Provide device header files and bare metal peripheral drivers
for Kinetis, LPC, and i.MX SoCs.
Maintained-by: External

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
2019-01-03 17:25:28 -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 ext: hal: cmsis: Update ARM CMSIS headers to version 5.4.0 2018-11-21 12:31:56 -05:00
cypress ext: hal: cypress: Protect floating point code with CONFIG_FLOAT 2018-09-21 18:50:59 -04:00
esp Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
libmetal kconfig: libmetal: Have LIBMETAL_SRC_PATH depend on LIBMETAL 2018-12-30 16:24:50 -05:00
nordic ext: nordic: mdk: Set UICR HFXOCNT value to 0x20 if erased 2018-12-13 07:35:28 -06:00
nxp ext: mcux: Update to MCUXpresso SDK 2.5.0 2019-01-03 17:25:28 -05:00
qmsi ext: qmsi: Remove dead code related to undefined Kconfig symbols 2018-11-10 15:18:24 -05:00
silabs arm: silabs: Enable DCDC before setting up clk 2018-12-07 13:55:31 -06:00
st ext/hal/st: stm32f7: Fix README 2018-10-29 10:30:48 +00:00
ti ext: Kconfig: Remove redundant 'default n' properties 2018-06-18 15:26:38 -04:00
CMakeLists.txt ext: hal: cypress: Integrate Cypress PDL into Zephyr Build system 2018-09-21 18:50:59 -04:00
Kconfig ext: hal: cypress: Integrate Cypress PDL into Zephyr Build system 2018-09-21 18:50:59 -04:00
README ext: hal: cypress: Import Cypress PDL for PSoC6 SoC Support 2018-09-21 18:50:59 -04:00

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.