1### Zephyr hal module for an Infineon devices
2
3This modules includes the Infineon Assets (PDL, HAL, etc), which are used in
4implementation of Zephyr drivers for Infineon devices.
5
6
7## What's Included?
8
9The Zephyr hal module for an Infineon devices uses below assets:
10
11- core-lib - the Core Library provides basic types and utilities that can be used
12between different devices. This allows different libraries to share common items
13between themselves to avoid reimplementation and promote consistency.
14
15- mtb-hal-cat1 - the Hardware Abstraction Layer (HAL) provides a high-level
16interface to configure and use hardware blocks on ModusToolbox™ MCUs. It is a
17generic interface that can be used across multiple product families. The focus
18on ease-of-use and portability means the HAL does not expose all of the low-level
19peripheral functionality. The HAL can be combined with platform-specific libraries
20(such as the PSoC™ 4/6 Peripheral Driver Library (PDL)) within a single
21application.
22
23- mtb-pdl-cat1 - MTB CAT1 PDL provides low level device drivers for CAT1A family
24of devices which are also known as PSOC6 family of devices. Any reference to CAT1A
25devices refers to PSOC6 devices and vice versa. The PDL integrates device header
26files, startup code, and peripheral drivers into a single package. The PDL supports
27the PSoC 6 device family.
28
29- XMCLib - The XMC Peripheral Library (XMCLib) consists of low-level drivers for
30the XMC product family peripherals.
31
32
33## Asset versions
34
35|  Asset               | Version |
36| ---------------------| ------- |
37| core-lib             |  1.3.0  |
38| mtb-hal-cat1         |  2.0.0  |
39| mtb-pdl-cat1         |  2.3.0  |
40| XMCLib               |  2.1.24 |
41
42
43© Cypress Semiconductor Corporation, 2022.