Skip to content

Commit 8caeed3

Browse files
author
Kyle Kearney
committed
Clean up unnecessary doxygen comments
Fix incorrect file names in a few headers
1 parent 4ddb0eb commit 8caeed3

File tree

10 files changed

+13
-147
lines changed

10 files changed

+13
-147
lines changed

targets/TARGET_Cypress/TARGET_PSOC6/TARGET_CY8CKIT_062S2_43012/cybsp.h

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -23,35 +23,6 @@
2323
* limitations under the License.
2424
*******************************************************************************/
2525

26-
/**
27-
* \addtogroup group_bsp_cy8ckit_062s2_43012 CY8CKIT-062S2-43012
28-
* \ingroup group_bsp
29-
* \{
30-
* The CY8CKIT-062S2-43012 PSoC 6 Wi-Fi BT Pioneer Kit is a low-cost hardware platform that enables design and debug of PSoC 6 MCUs.
31-
* It comes with a Murata LBEE5KL1DX module, based on the CYW43012 combo device, industry-leading CapSense for touch buttons and slider, on-board debugger/programmer with KitProg3, microSD card interface, 512-Mb Quad-SPI NOR flash, PDM-PCM microphone, and a thermistor. This kit is designed with a snap-away form-factor, allowing the user to separate the different components and features that come with this kit and use independently.
32-
* In addition, support for Digilent's Pmod interface is also provided with this kit.
33-
*
34-
* <div class="category">Kit Features:</div>
35-
* <ul>
36-
* <li>Support of up to 2MB Flash and 1MB SRAM</li>
37-
* <li>Dedicated SDHC to interface with WICED wireless devices.</li>
38-
* <li>Delivers dual-cores, with a 150-MHz Arm Cortex-M4 as the primary application processor and a 100-MHz Arm Cortex-M0+ as the secondary processor for low-power operations.</li>
39-
* <li>Supports Full-Speed USB, capacitive-sensing with CapSense, a PDM-PCM digital microphone interface, a Quad-SPI interface, 13 serial communication blocks, 7 programmable analog blocks, and 56 programmable digital blocks.</li>
40-
* </ul>
41-
*
42-
* <div class="category">Kit Contents:</div>
43-
* <ul>
44-
* <li>PSoC 6 Wi-Fi BT Pioneer Board</li>
45-
* <li>USB Type-A to Micro-B cable</li>
46-
* <li>Quick Start Guide</li>
47-
* </ul>
48-
*
49-
* \defgroup group_bsp_cy8ckit_062s2_43012_macros Macros
50-
* \defgroup group_bsp_cy8ckit_062s2_43012_functions Functions
51-
* \defgroup group_bsp_cy8ckit_062s2_43012_enums Enumerated Types
52-
*/
53-
54-
5526
#pragma once
5627

5728
#include "cybsp_types.h"
@@ -73,5 +44,3 @@ extern "C" {
7344
#if defined(__cplusplus)
7445
}
7546
#endif
76-
77-
/** \} group_bsp_cy8ckit_062s2_43012 */

targets/TARGET_Cypress/TARGET_PSOC6/TARGET_CY8CKIT_062_BLE/cybsp.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
* \file CY8CKIT-062-BLE/cybsp.c
33
*
44
* Description:
5-
* Provides APIs for interacting with the hardware contained on the Cypress
6-
* CY8CKIT-062-BLE pioneer kit.
5+
* Provides basic hardware initialization for the CY8CKIT-062-BLE pioneer kit.
76
*
87
********************************************************************************
98
* \copyright

targets/TARGET_Cypress/TARGET_PSOC6/TARGET_CY8CKIT_062_BLE/cybsp.h

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -23,33 +23,6 @@
2323
* limitations under the License.
2424
*******************************************************************************/
2525

26-
/**
27-
* \addtogroup group_bsp_cy8ckit_062_ble CY8CKIT-062-BLE
28-
* \ingroup group_bsp
29-
* \{
30-
* The PSoC 6 BLE Pioneer Kit is a low-cost hardware platform
31-
* that enables design and debug of the PSoC 63 MCU (CY8C6347BZI-BLD53).
32-
*
33-
* <div class="category">Kit Features:</div>
34-
* <ul>
35-
* <li>BLE v5.0</li>
36-
* <li>Serial memory interface</li>
37-
* <li>PDM-PCM digital microphone interface</li>
38-
* <li>Industry-leading CapSense</li>
39-
* </ul>
40-
*
41-
* <div class="category">Kit Contents:</div>
42-
* <ul>
43-
* <li>CY8CKIT-062-BLE evaluation board</li>
44-
* <li>E-Ink display shield with an ultra-low-power 2.7" E-ink display, thermistor, 6-axis motion sensor, and digital microphone</li>
45-
* <li>USB cable</li>
46-
* </ul>
47-
*
48-
* \defgroup group_bsp_cy8ckit_062_ble_macros Macros
49-
* \defgroup group_bsp_cy8ckit_062_ble_functions Functions
50-
* \defgroup group_bsp_cy8ckit_062_ble_enums Enumerated Types
51-
*/
52-
5326
#pragma once
5427

5528
#include "cybsp_types.h"
@@ -67,5 +40,3 @@ extern "C" {
6740
#if defined(__cplusplus)
6841
}
6942
#endif
70-
71-
/** \} group_bsp_cy8ckit_062_ble */

targets/TARGET_Cypress/TARGET_PSOC6/TARGET_CY8CKIT_062_WIFI_BT/cybsp.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,13 @@
4040
extern "C" {
4141
#endif
4242

43-
/** \cond INTERNAL */
44-
4543
// HAL HW configuration data
4644
extern cyhal_qspi_t cybsp_qspi;
4745
extern cyhal_uart_t cybsp_bt_uart;
4846
extern cyhal_uart_t cybsp_debug_uart;
4947
extern cyhal_i2c_t cybsp_i2c;
5048
extern cyhal_rtc_t cybsp_rtc;
5149

52-
/** \endcond */
53-
5450
#if defined(__cplusplus)
5551
}
5652
#endif
57-
58-
/** \} group_bsp_cy8ckit_062_wifi_bt */

targets/TARGET_Cypress/TARGET_PSOC6/TARGET_CY8CMOD_062_4343W/TARGET_CY8CPROTO_062_4343W/cybsp.h

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -23,34 +23,6 @@
2323
* limitations under the License.
2424
*******************************************************************************/
2525

26-
/**
27-
* \addtogroup group_bsp_cy8cproto_062_4343w CY8CPROTO-062-4343W
28-
* \ingroup group_bsp
29-
* \{
30-
* The CY8CPROTO-062-4343W PSoC 6 Wi-Fi BT Prototyping Kit is a low-cost hardware platform that enables design and debug of PSoC 6 MCUs.
31-
* It comes with a Murata LBEE5KL1DX module, based on the CYW4343W combo device, industry-leading CapSense for touch buttons and slider, on-board debugger/programmer with KitProg3, microSD card interface, 512-Mb Quad-SPI NOR flash, PDM-PCM microphone, and a thermistor. This kit is designed with a snap-away form-factor, allowing the user to separate the different components and features that come with this kit and use independently.
32-
* In addition, support for Digilent's Pmod interface is also provided with this kit.
33-
*
34-
* <div class="category">Kit Features:</div>
35-
* <ul>
36-
* <li>Support of up to 2MB Flash and 1MB SRAM</li>
37-
* <li>Dedicated SDHC to interface with WICED wireless devices.</li>
38-
* <li>Delivers dual-cores, with a 150-MHz Arm Cortex-M4 as the primary application processor and a 100-MHz Arm Cortex-M0+ as the secondary processor for low-power operations.</li>
39-
* <li>Supports Full-Speed USB, capacitive-sensing with CapSense, a PDM-PCM digital microphone interface, a Quad-SPI interface, 13 serial communication blocks, 7 programmable analog blocks, and 56 programmable digital blocks.</li>
40-
* </ul>
41-
*
42-
* <div class="category">Kit Contents:</div>
43-
* <ul>
44-
* <li>PSoC 6 Wi-Fi BT Prototyping Board</li>
45-
* <li>USB Type-A to Micro-B cable</li>
46-
* <li>Quick Start Guide</li>
47-
* </ul>
48-
*
49-
* \defgroup group_bsp_cy8cproto_062_4343w_macros Macros
50-
* \defgroup group_bsp_cy8cproto_062_4343w_functions Functions
51-
* \defgroup group_bsp_cy8cproto_062_4343w_enums Enumerated Types
52-
*/
53-
5426
#pragma once
5527

5628
#include "cybsp_types.h"
@@ -67,12 +39,6 @@
6739
extern "C" {
6840
#endif
6941

70-
/** \cond INTERNAL */
71-
72-
/** \endcond */
73-
7442
#if defined(__cplusplus)
7543
}
7644
#endif
77-
78-
/** \} group_bsp_cy8cproto_062_4343w */

targets/TARGET_Cypress/TARGET_PSOC6/TARGET_CYW943012P6EVB_01/cybsp.h

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -23,33 +23,6 @@
2323
* limitations under the License.
2424
*******************************************************************************/
2525

26-
/**
27-
* \addtogroup group_bsp_cyw943012p6evb_01 CYW943012P6EVB-01
28-
* \ingroup group_bsp
29-
* \{
30-
* The PSoC 6 CYW943012P6EVB-01 board is a low-cost hardware platform that
31-
* enables design and debug of the PSoC 62 MCU (CY8C6247BZI-D54) and the
32-
* Murata LBEE59B1LV Module (CYW43012 WiFi + Bluetooth Combo Chip).
33-
*
34-
* <div class="category">Kit Features:</div>
35-
* <ul>
36-
* <li>BLE v5.0</li>
37-
* <li>Serial memory interface</li>
38-
* <li>PDM-PCM digital microphone interface</li>
39-
* <li>Industry-leading CapSense</li>
40-
* </ul>
41-
*
42-
* <div class="category">Kit Contents:</div>
43-
* <ul>
44-
* <li>CYW943012P6EVB-01 evaluation board</li>
45-
* <li>USB cable</li>
46-
* </ul>
47-
*
48-
* \defgroup group_bsp_cyw943012p6evb_01_macros Macros
49-
* \defgroup group_bsp_cyw943012p6evb_01_functions Functions
50-
* \defgroup group_bsp_cyw943012p6evb_01_enums Enumerated Types
51-
*/
52-
5326
#pragma once
5427

5528
#include "cybsp_types.h"
@@ -66,11 +39,6 @@
6639
extern "C" {
6740
#endif
6841

69-
/** \cond INTERNAL */
70-
/** \endcond */
71-
7242
#if defined(__cplusplus)
7343
}
7444
#endif
75-
76-
/** \} group_bsp_cyw943012p6evb_01 */

targets/TARGET_Cypress/TARGET_PSOC6/common/cy_network_buffer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/***************************************************************************//**
2-
* \file cy_network_buffer.h
2+
* \file cy_network_buffer.c
33
*
44
* \brief
55
* Basic set of APIs for dealing with network packet buffers. This is used by WHD

targets/TARGET_Cypress/TARGET_PSOC6/common/cy_network_buffer.h

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,11 @@
2424
*******************************************************************************/
2525

2626
/**
27-
* \addtogroup group_abstraction_buffer Buffer management abstraction
28-
* \ingroup group_abstraction
27+
* \addtogroup group_bsp_network_buffer Buffer management
2928
* \{
3029
* Basic set of APIs for dealing with network packet buffers
3130
*
32-
* \defgroup group_abstraction_buffer_functions Functions
31+
* \defgroup group_bsp_network_buffer_functions Functions
3332
*/
3433

3534
#pragma once
@@ -48,7 +47,7 @@ extern "C" {
4847

4948

5049
/**
51-
* \addtogroup group_abstraction_buffer_functions
50+
* \addtogroup group_bsp_network_buffer_functions
5251
* \{
5352
*/
5453

@@ -171,12 +170,12 @@ whd_result_t cy_buffer_add_remove_at_front(whd_buffer_t *buffer, int32_t add_rem
171170
*/
172171
void cy_network_process_ethernet_data(whd_interface_t interface, whd_buffer_t buffer);
173172

174-
/** \} group_abstraction_buffer_functions */
173+
/** \} group_bsp_network_buffer_functions */
175174

176175
#ifdef __cplusplus
177176
}
178177
#endif /* __cplusplus */
179178

180179
#endif /* defined(TARGET_WHD) */
181180

182-
/** \} group_abstraction_buffer */
181+
/** \} group_bsp_network_buffer */

targets/TARGET_Cypress/TARGET_PSOC6/common/cybsp_core.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,17 @@ extern "C" {
4747
#endif
4848

4949
/**
50-
* \addtogroup group_abstraction_board_macros
50+
* \addtogroup group_bsp_core_macros
5151
* \{
5252
*/
5353

5454
/** Failed to configure sysclk power management callback */
5555
#define CYBSP_RSLT_ERR_SYSCLK_PM_CALLBACK (CY_RSLT_CREATE(CY_RSLT_TYPE_ERROR, CY_RSLT_MODULE_ABSTRACTION_BSP, 0))
5656

57-
/** \} group_abstraction_board_macros */
57+
/** \} group_bsp_core_macros */
5858

5959
/**
60-
* \addtogroup group_abstraction_board_functions
60+
* \addtogroup group_bsp_core_functions
6161
* \{
6262
*/
6363

@@ -140,10 +140,10 @@ void cybsp_btn_set_interrupt(cybsp_btn_t which, cyhal_gpio_event_t type, cyhal_g
140140
*/
141141
cy_rslt_t cybsp_register_sysclk_pm_callback(void);
142142

143-
/** \} group_abstraction_board_functions */
143+
/** \} group_bsp_core_functions */
144144

145145
#ifdef __cplusplus
146146
}
147147
#endif /* __cplusplus */
148148

149-
/** \} group_abstraction_board */
149+
/** \} group_bsp_core */

targets/TARGET_Cypress/TARGET_PSOC6/common/cybsp_wifi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/***************************************************************************//**
2-
* \file cybsp_utils.c
2+
* \file cybsp_wifi.c
33
*
44
* \brief
55
* Provides utility functions that are used by board support packages.

0 commit comments

Comments
 (0)