Skip to content

Commit

Permalink
Upload TARGET_CY8CPROTO-063-BLE 1.2.1.14103
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlab-runner committed May 20, 2020
1 parent 6e67634 commit 3c37854
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 7 deletions.
11 changes: 10 additions & 1 deletion COMPONENT_CM0P/system_psoc6_cm0plus.c
Expand Up @@ -40,6 +40,10 @@
#endif /* defined(CY_DEVICE_PSOC6ABLE2) */
#endif /* !defined(CY_IPC_DEFAULT_CFG_DISABLE) */

#if defined(CY_DEVICE_SECURE)
#include "cy_pra.h"
#endif /* defined(CY_DEVICE_SECURE) */


/*******************************************************************************
* SystemCoreClockUpdate()
Expand Down Expand Up @@ -219,6 +223,11 @@ void SystemInit(void)
#endif /* defined(CY_DEVICE_PSOC6ABLE2) */

#endif /* !defined(CY_IPC_DEFAULT_CFG_DISABLE) */

#if defined(CY_DEVICE_SECURE)
/* Initialize Protected Regsiter Access driver. */
Cy_PRA_Init();
#endif /* defined(CY_DEVICE_SECURE) */
}


Expand Down Expand Up @@ -263,7 +272,7 @@ void SystemCoreClockUpdate (void)
cy_Hfclk0FreqHz = locHf0Clock;
cy_PeriClkFreqHz = locHf0Clock / (1UL + (uint32_t)Cy_SysClk_ClkPeriGetDivider());
SystemCoreClock = cy_PeriClkFreqHz / (1UL + (uint32_t)Cy_SysClk_ClkSlowGetDivider());

/* Sets clock frequency for Delay API */
cy_delayFreqMhz = (uint8_t)CY_SYSLIB_DIV_ROUNDUP(SystemCoreClock, CY_DELAY_1M_THRESHOLD);
cy_delayFreqKhz = CY_SYSLIB_DIV_ROUNDUP(SystemCoreClock, CY_DELAY_1K_THRESHOLD);
Expand Down
2 changes: 1 addition & 1 deletion COMPONENT_CM4/system_psoc6_cm4.c
Expand Up @@ -160,7 +160,7 @@ void SystemInit(void)
#ifdef __CM0P_PRESENT
#if (__CM0P_PRESENT == 0)
/* Configure data register (as CM0p in deep sleep state) of IPC structure #7, reserved for the Deep-Sleep operations. */
REG_IPC_STRUCT_DATA(CY_IPC_STRUCT_PTR(CY_IPC_CHAN_DDFT)) = (CY_STARTUP_CM0_DP_STATE <<
REG_IPC_STRUCT_DATA(CY_IPC_STRUCT_PTR(CY_IPC_CHAN_DDFT)) = (CY_STARTUP_CM0_DP_STATE <<
CY_STARTUP_IPC7_DP_OFFSET);

/* Release IPC structure #7 to avoid deadlocks in case of SW or WDT reset during Deep-Sleep entering. */
Expand Down
3 changes: 3 additions & 0 deletions RELEASE.md
Expand Up @@ -15,6 +15,9 @@ The CY8CPROTO-063-BLE library includes the following:
* API documentation

### What Changed?
#### v1.2.1
* Add 43012/4343W/43438 component to appropriate BSPs
* Added multi-image policy for secure (064) BSPs
#### v1.2.0
* Standardize version numbering for all boards in a family
* Moved UDB SDIO implementation into its own library udb-sdio-whd library
Expand Down
2 changes: 1 addition & 1 deletion cybsp_types.h
Expand Up @@ -54,7 +54,7 @@ extern "C" {
* | I2C | Role | Master | Configurable to slave mode through HAL function |
* | ^ | Data rate | 100 kbps | Configurable through HAL function |
* | ^ | Drive mode of SCL & SDA pins | Open Drain (drives low) | External pull-up resistors are required |
* | LpTimer | Uses WCO (32.768 kHz) as clock source & MCWDT as counter. 1 count = 1/32768 second or 32768 counts = 1 second. |||
* | LpTimer | Uses WCO (32.768 kHz) as clock source & MCWDT as counter; 1 count = 1/32768 second or 32768 counts = 1 second |||
* | SPI | Data rate | 100 kpbs | Configurable through HAL function |
* | ^ | Slave select polarity | Active low | |
* | UART | Flow control | No flow control | Configurable through HAL function |
Expand Down
14 changes: 12 additions & 2 deletions docs/html/group__group__bsp__settings.html
Expand Up @@ -115,9 +115,19 @@
<td class="markdownTableBodyCenter">Data rate </td><td class="markdownTableBodyCenter">100 kbps </td><td class="markdownTableBodyLeft">Configurable through HAL function </td></tr>
<tr class="markdownTableBody" class="markdownTableRowOdd">
<td class="markdownTableBodyCenter">Drive mode of SCL &amp; SDA pins </td><td class="markdownTableBodyCenter">Open Drain (drives low) </td><td class="markdownTableBodyLeft">External pull-up resistors are required </td></tr>
<tr class="markdownTableBody" class="markdownTableRowEven">
<td class="markdownTableBodyCenter">LpTimer </td><td class="markdownTableBodyCenter" colspan="3">Uses WCO (32.768 kHz) as clock source &amp; MCWDT as counter; 1 count = 1/32768 second or 32768 counts = 1 second </td></tr>
<tr class="markdownTableBody" class="markdownTableRowOdd">
<td class="markdownTableBodyCenter" rowspan="2">SPI </td><td class="markdownTableBodyCenter">Data rate </td><td class="markdownTableBodyCenter">100 kpbs </td><td class="markdownTableBodyLeft">Configurable through HAL function </td></tr>
<tr class="markdownTableBody" class="markdownTableRowEven">
<td class="markdownTableBodyCenter">Slave select polarity </td><td class="markdownTableBodyCenter">Active low </td><td class="markdownTableBodyLeft"></td></tr>
<tr class="markdownTableBody" class="markdownTableRowOdd">
<td class="markdownTableBodyCenter" rowspan="3">UART </td><td class="markdownTableBodyCenter">Flow control </td><td class="markdownTableBodyCenter">No flow control </td><td class="markdownTableBodyLeft">Configurable through HAL function </td></tr>
<tr class="markdownTableBody" class="markdownTableRowEven">
<td class="markdownTableBodyCenter">Data format </td><td class="markdownTableBodyCenter">8N1 </td><td class="markdownTableBodyLeft">Configurable through HAL function </td></tr>
<tr class="markdownTableBody" class="markdownTableRowOdd">
<td class="markdownTableBodyCenter">Baud rate </td><td class="markdownTableBodyCenter">115200 </td><td class="markdownTableBodyLeft">Configurable through HAL function </td></tr>
</table>
<p>| LpTimer | Uses WCO (32.768 kHz) as clock source &amp; MCWDT as counter. </p>
<p>1 count = 1/32768 second or 32768 counts = 1 second. ||| | SPI | Data rate | 100 kpbs | Configurable through HAL function | | ^ | Slave select polarity | Active low | | | UART | Flow control | No flow control | Configurable through HAL function | | ^ | Data format | 8N1 | Configurable through HAL function | | ^ | Baud rate | 115200 | Configurable through HAL function | </p>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part
Expand Down
14 changes: 13 additions & 1 deletion docs/html/modules.html
Expand Up @@ -117,8 +117,20 @@
<td class="markdownTableBodyCenter">Data rate </td><td class="markdownTableBodyCenter">100 kbps </td><td class="markdownTableBodyLeft">Configurable through HAL function </td></tr>
<tr class="markdownTableBody" class="markdownTableRowOdd">
<td class="markdownTableBodyCenter">Drive mode of SCL &amp; SDA pins </td><td class="markdownTableBodyCenter">Open Drain (drives low) </td><td class="markdownTableBodyLeft">External pull-up resistors are required </td></tr>
<tr class="markdownTableBody" class="markdownTableRowEven">
<td class="markdownTableBodyCenter">LpTimer </td><td class="markdownTableBodyCenter" colspan="3">Uses WCO (32.768 kHz) as clock source &amp; MCWDT as counter; 1 count = 1/32768 second or 32768 counts = 1 second </td></tr>
<tr class="markdownTableBody" class="markdownTableRowOdd">
<td class="markdownTableBodyCenter" rowspan="2">SPI </td><td class="markdownTableBodyCenter">Data rate </td><td class="markdownTableBodyCenter">100 kpbs </td><td class="markdownTableBodyLeft">Configurable through HAL function </td></tr>
<tr class="markdownTableBody" class="markdownTableRowEven">
<td class="markdownTableBodyCenter">Slave select polarity </td><td class="markdownTableBodyCenter">Active low </td><td class="markdownTableBodyLeft"></td></tr>
<tr class="markdownTableBody" class="markdownTableRowOdd">
<td class="markdownTableBodyCenter" rowspan="3">UART </td><td class="markdownTableBodyCenter">Flow control </td><td class="markdownTableBodyCenter">No flow control </td><td class="markdownTableBodyLeft">Configurable through HAL function </td></tr>
<tr class="markdownTableBody" class="markdownTableRowEven">
<td class="markdownTableBodyCenter">Data format </td><td class="markdownTableBodyCenter">8N1 </td><td class="markdownTableBodyLeft">Configurable through HAL function </td></tr>
<tr class="markdownTableBody" class="markdownTableRowOdd">
<td class="markdownTableBodyCenter">Baud rate </td><td class="markdownTableBodyCenter">115200 </td><td class="markdownTableBodyLeft">Configurable through HAL function </td></tr>
</table>
<p>| LpTimer | Uses WCO (32.768 kHz) as clock source &amp; MCWDT as counter </td></tr>
</td></tr>
<tr id="row_1_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="group__group__bsp__pin__state.html" target="_self">Pin States</a></td><td class="desc"></td></tr>
<tr id="row_2_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_2_" class="arrow" onclick="toggleFolder('2_')">&#9660;</span><a class="el" href="group__group__bsp__pins.html" target="_self">Pin Mappings</a></td><td class="desc"></td></tr>
<tr id="row_2_0_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a class="el" href="group__group__bsp__pins__led.html" target="_self">LED Pins</a></td><td class="desc"></td></tr>
Expand Down
2 changes: 1 addition & 1 deletion version.xml
@@ -1 +1 @@
<version>1.2.0.13071</version>
<version>1.2.1.14103</version>

0 comments on commit 3c37854

Please sign in to comment.