• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

XMCLib/11-Mar-2024-180,763119,479

abstraction-rtos/11-Mar-2024-5,5253,145

bless/11-Mar-2024-13,9135,453

cat1cm0p/COMPONENT_CM0P_SLEEP/11-Mar-2024-3716

core-lib/11-Mar-2024-1,272575

mtb-hal-cat1/11-Mar-2024-128,81992,997

mtb-pdl-cat1/11-Mar-2024-1,057,744830,343

mtb-template-cat1/11-Mar-2024-74,04054,553

whd-bsp-integration/11-Mar-2024-1,551809

wifi-host-driver/11-Mar-2024-31,45321,178

zephyr/11-Mar-2024-521440

.gitignoreD11-Mar-202429 32

CMakeLists.txtD11-Mar-2024175 75

License.txtD11-Mar-20241.7 KiB2015

Readme.txtD11-Mar-20241.7 KiB4330

Readme.txt

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.