Skip to content

Commit 7a862d2

Browse files
committed
Update psoc6pdl to 1.6.0.4266-rc3
1 parent bcc8c2c commit 7a862d2

21 files changed

+2501
-2414
lines changed

targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/RELEASE.md

Lines changed: 63 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,81 @@
1-
# PSoC 6 Peripheral Driver Library v1.5.2
1+
# PSoC 6 Peripheral Driver Library v1.6.0
22

33
Please refer to the [README.md](./README.md) and the
44
[PDL API Reference Manual](https://cypresssemiconductorco.github.io/psoc6pdl/pdl_api_reference_manual/html/index.html)
55
for a complete description of the Peripheral Driver Library.
66

77
## New Features
88

9-
* No new features
9+
* Added support for the PSoC 64 Secure MCU devices.
10+
Limitations for the secure devices are described as a part of the [PRA](https://cypresssemiconductorco.github.io/psoc6pdl/pdl_api_reference_manual/html/group__group__pra.html) driver.
11+
1012

1113
## Updated Personalities
12-
* WiFi - Fix build warning in the generated code
14+
* Power - Added possibility to select the Normal/Minimum Current for the both LDO and BUCK Core regulators.
15+
16+
## Personalities with patch version updates
17+
18+
Minor updates to support the PSoC 64 Secure MCU devices
19+
20+
* Wco
21+
* TimerClk
22+
* TickClk
23+
* SysClock
24+
* SlowClk
25+
* PumpClk
26+
* Pll
27+
* Pin
28+
* Pilo
29+
* PeriClk
30+
* PathMux
31+
* LfClk
32+
* HvIlo
33+
* HfClk
34+
* Fll
35+
* FastClk
36+
* ExtClk
37+
* Eco
38+
* BakClk
39+
* AltHf_BleEco
40+
41+
## Added Drivers
42+
43+
* [PRA 1.0](https://cypresssemiconductorco.github.io/psoc6pdl/pdl_api_reference_manual/html/group__group__pra.html)
1344

1445
## Updated Drivers
1546

16-
* [SD Host 1.50](https://cypresssemiconductorco.github.io/psoc6pdl/pdl_api_reference_manual/html/group__group__sd__host.html)
47+
* [Startup 2.80](https://cypresssemiconductorco.github.io/psoc6pdl/pdl_api_reference_manual/html/group__group__system__config.html)
48+
* [WDT 1.30](https://cypresssemiconductorco.github.io/psoc6pdl/pdl_api_reference_manual/html/group__group__wdt.html)
49+
* [SysTick 1.20](https://cypresssemiconductorco.github.io/psoc6pdl/pdl_api_reference_manual/html/group__group__arm__system__timer.html)
50+
* [SysPm 5.10](https://cypresssemiconductorco.github.io/psoc6pdl/pdl_api_reference_manual/html/group__group__syspm.html)
51+
* [SysLib 2.60](https://cypresssemiconductorco.github.io/psoc6pdl/pdl_api_reference_manual/html/group__group__syslib.html)
52+
* [SysClk 2.10](https://cypresssemiconductorco.github.io/psoc6pdl/pdl_api_reference_manual/html/group__group__sysclk.html)
53+
* [SCB 2.50](https://cypresssemiconductorco.github.io/psoc6pdl/pdl_api_reference_manual/html/group__group__scb.html)
54+
* [LVD 1.20](https://cypresssemiconductorco.github.io/psoc6pdl/pdl_api_reference_manual/html/group__group__lvd.html)
55+
* [Flash 3.40](https://cypresssemiconductorco.github.io/psoc6pdl/pdl_api_reference_manual/html/group__group__flash.html)
56+
* [CTB 1.20](https://cypresssemiconductorco.github.io/psoc6pdl/pdl_api_reference_manual/html/group__group__ctb.html)
57+
58+
### Drivers with patch version updates
59+
60+
Minor documentation changes:
61+
62+
* USBFS 2.20.1
63+
* TrigMux 1.20.2
64+
* Tcpwm 1.10.2
65+
* SysInt 1.30.1
66+
* SysAnalog 1.10.1
67+
* SMIF 1.50.1
68+
* Smart I/O 1.0.1
69+
* Sd_host 1.50.1
70+
* Sar 1.20.3
71+
* Rtc 2.30.1
72+
* Prot 1.30.3
73+
* Profiler 1.20.1
1774

1875
## Known Issues
1976

20-
None
77+
[SysClk](https://cypresssemiconductorco.github.io/psoc6pdl/pdl_api_reference_manual/html/group__group__sysclk.html)
78+
driver.
2179

2280
## Defect Fixes
2381

targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/drivers/include/cy_csd.h

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/***************************************************************************//**
22
* \file cy_csd.h
3-
* \version 1.10
3+
* \version 1.10.1
44
*
55
* The header file of the CSD driver.
66
*
77
********************************************************************************
88
* \copyright
9-
* Copyright 2018-2019 Cypress Semiconductor Corporation
9+
* Copyright 2018-2020 Cypress Semiconductor Corporation
1010
* SPDX-License-Identifier: Apache-2.0
1111
*
1212
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -254,22 +254,22 @@
254254
* * <a href="http://www.cypress.com/trm218176"><b>Technical Reference Manual (TRM)</b></a>
255255
*
256256
* * <a href="https://github.com/cypresssemiconductorco/capsense">
257-
* <b>Cypress CapSense Middleware Library</b></a>
257+
* <b>CapSense Middleware Library</b></a>
258258
*
259259
* * <a href="https://cypresssemiconductorco.github.io/capsense/capsense_api_reference_manual/html/index.html">
260-
* <b>Cypress CapSense Middleware API Reference Guide</b></a>
260+
* <b>CapSense Middleware API Reference Guide</b></a>
261261
*
262262
* * <a href="https://github.com/cypresssemiconductorco/csdadc">
263-
* <b>Cypress CSDADC Middleware Library</b></a>
263+
* <b>CSDADC Middleware Library</b></a>
264264
*
265265
* * <a href="https://cypresssemiconductorco.github.io/csdadc/csdadc_api_reference_manual/html/index.html">
266-
* <b>Cypress CSDADC Middleware API Reference Guide</b></a>
266+
* <b>CSDADC Middleware API Reference Guide</b></a>
267267
*
268268
* * <a href="https://github.com/cypresssemiconductorco/csdidac">
269-
* <b>Cypress CSDIDAC Middleware Library</b></a>
269+
* <b>CSDIDAC Middleware Library</b></a>
270270
*
271271
* * <a href="https://cypresssemiconductorco.github.io/csdidac/csdidac_api_reference_manual/html/index.html">
272-
* <b>Cypress CSDIDAC Middleware API Reference Guide</b></a>
272+
* <b>CSDIDAC Middleware API Reference Guide</b></a>
273273
*
274274
* * \ref page_getting_started "Getting Started with the PDL"
275275
*
@@ -312,6 +312,11 @@
312312
* <table class="doxtable">
313313
* <tr><th>Version</th><th>Changes</th><th>Reason for Change</th></tr>
314314
* <tr>
315+
* <td>1.10.1</td>
316+
* <td>Documentation updates</td>
317+
* <td>Update middleware references</td>
318+
* </tr>
319+
* <tr>
315320
* <td rowspan="2">1.10</td>
316321
* <td>The CSD driver sources are enclosed with the conditional compilation
317322
* to ensure a successful compilation for non-CapSense-capable devices

targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/drivers/include/cy_ctb.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/***************************************************************************//**
22
* \file cy_ctb.h
3-
* \version 1.10.3
3+
* \version 1.20
44
*
55
* Header file for the CTB driver
66
*
@@ -287,6 +287,11 @@
287287
* <table class="doxtable">
288288
* <tr><th>Version</th><th>Changes</th><th>Reason for Change</th></tr>
289289
* <tr>
290+
* <td>1.20</td>
291+
* <td>Fixed the \ref Cy_CTB_OpampInit function to do not affect another OpAmp instance.</td>
292+
* <td>Bug fixing.</td>
293+
* </tr>
294+
* <tr>
290295
* <td>1.10.3</td>
291296
* <td>Minor documentation updates.</td>
292297
* <td>Documentation enhancement.</td>

0 commit comments

Comments
 (0)