Skip to content

Commit

Permalink
Upload TARGET_CY8CPROTO-062-4343W 2.1.0.21729
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlab-runner committed Apr 14, 2021
1 parent ac65224 commit 88bb037
Show file tree
Hide file tree
Showing 80 changed files with 1,899 additions and 1,507 deletions.
9 changes: 9 additions & 0 deletions .cyignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
docs

# Exclude old firmware resources that were not flexible enough for custom BSPs (Flow version 2)
$(SEARCH_wifi-host-driver)/WiFi_Host_Driver/resources/nvram_deprecated/
$(SEARCH_bluetooth-freertos)/firmware/firmware_deprecated/

# Exclude old firmware resources that were not flexible enough for custom BSPs (Flow version 1)
../wifi-host-driver/WiFi_Host_Driver/resources/nvram_deprecated/
../bluetooth-freertos/firmware/firmware_deprecated/
2 changes: 1 addition & 1 deletion COMPONENT_BSP_DESIGN_MODUS/GeneratedSource/cycfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description:
* Wrapper function to initialize all generated code.
* This file was automatically generated and should not be modified.
* Tools Package 2.2.0.2801
* Tools Package 2.2.0.2790
* latest-v2.X 2.0.0.6211
* personalities 3.0.0.0
* udd 3.0.0.562
Expand Down
3 changes: 2 additions & 1 deletion COMPONENT_BSP_DESIGN_MODUS/GeneratedSource/cycfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description:
* Simple wrapper header containing all generated files.
* This file was automatically generated and should not be modified.
* Tools Package 2.2.0.2801
* Tools Package 2.2.0.2790
* latest-v2.X 2.0.0.6211
* personalities 3.0.0.0
* udd 3.0.0.562
Expand Down Expand Up @@ -35,6 +35,7 @@ extern "C" {

#include "cycfg_notices.h"
#include "cycfg_system.h"
#include "cycfg_connectivity_bt.h"
#include "cycfg_clocks.h"
#include "cycfg_routing.h"
#include "cycfg_peripherals.h"
Expand Down
2 changes: 1 addition & 1 deletion COMPONENT_BSP_DESIGN_MODUS/GeneratedSource/cycfg.timestamp
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description:
* Sentinel file for determining if generated source is up to date.
* This file was automatically generated and should not be modified.
* Tools Package 2.2.0.2801
* Tools Package 2.2.0.2790
* latest-v2.X 2.0.0.6211
* personalities 3.0.0.0
* udd 3.0.0.562
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description:
* CapSense Middleware configuration
* This file should not be modified. It was automatically generated by
* CapSense Configurator 3.10.0.3166
* CapSense Configurator 3.10.0.3158
*
********************************************************************************
* Copyright 2020 Cypress Semiconductor Corporation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description:
* CapSense Middleware configuration
* This file should not be modified. It was automatically generated by
* CapSense Configurator 3.10.0.3166
* CapSense Configurator 3.10.0.3158
*
********************************************************************************
* Copyright 2020 Cypress Semiconductor Corporation
Expand Down
2 changes: 1 addition & 1 deletion COMPONENT_BSP_DESIGN_MODUS/GeneratedSource/cycfg_clocks.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description:
* Clock configuration
* This file was automatically generated and should not be modified.
* Tools Package 2.2.0.2801
* Tools Package 2.2.0.2790
* latest-v2.X 2.0.0.6211
* personalities 3.0.0.0
* udd 3.0.0.562
Expand Down
6 changes: 5 additions & 1 deletion COMPONENT_BSP_DESIGN_MODUS/GeneratedSource/cycfg_clocks.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description:
* Clock configuration
* This file was automatically generated and should not be modified.
* Tools Package 2.2.0.2801
* Tools Package 2.2.0.2790
* latest-v2.X 2.0.0.6211
* personalities 3.0.0.0
* udd 3.0.0.562
Expand Down Expand Up @@ -40,11 +40,15 @@ extern "C" {
#endif

#define CYBSP_CSD_CLK_DIV_ENABLED 1U
#define CYBSP_CS_CLK_DIV_ENABLED CYBSP_CSD_CLK_DIV_ENABLED
#define CYBSP_CSD_CLK_DIV_HW CY_SYSCLK_DIV_8_BIT
#define CYBSP_CS_CLK_DIV_HW CYBSP_CSD_CLK_DIV_HW
#define CYBSP_CSD_CLK_DIV_NUM 0U
#define CYBSP_CS_CLK_DIV_NUM CYBSP_CSD_CLK_DIV_NUM

#if defined (CY_USING_HAL)
extern const cyhal_resource_inst_t CYBSP_CSD_CLK_DIV_obj;
#define CYBSP_CS_CLK_DIV_obj CYBSP_CSD_CLK_DIV_obj
#endif //defined (CY_USING_HAL)

void init_cycfg_clocks(void);
Expand Down
30 changes: 30 additions & 0 deletions COMPONENT_BSP_DESIGN_MODUS/GeneratedSource/cycfg_connectivity_bt.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
/*******************************************************************************
* File Name: cycfg_connectivity_bt.c
*
* Description:
* Connectivity BT configuration
* This file was automatically generated and should not be modified.
* Tools Package 2.2.0.2790
* latest-v2.X 2.0.0.6211
* personalities 3.0.0.0
* udd 3.0.0.562
*
********************************************************************************
* Copyright 2020 Cypress Semiconductor Corporation
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
********************************************************************************/

#include "cycfg_connectivity_bt.h"

54 changes: 54 additions & 0 deletions COMPONENT_BSP_DESIGN_MODUS/GeneratedSource/cycfg_connectivity_bt.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
/*******************************************************************************
* File Name: cycfg_connectivity_bt.h
*
* Description:
* Connectivity BT configuration
* This file was automatically generated and should not be modified.
* Tools Package 2.2.0.2790
* latest-v2.X 2.0.0.6211
* personalities 3.0.0.0
* udd 3.0.0.562
*
********************************************************************************
* Copyright 2020 Cypress Semiconductor Corporation
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
********************************************************************************/

#if !defined(CYCFG_CONNECTIVITY_BT_H)
#define CYCFG_CONNECTIVITY_BT_H

#include "cycfg_notices.h"
#include "cycfg_pins.h"

#if defined(__cplusplus)
extern "C" {
#endif

#define bt_0_power_0_ENABLED 1U
#define CYCFG_BT_LP_ENABLED (1u)
#define CYCFG_BT_WAKE_EVENT_ACTIVE_LOW (0)
#define CYCFG_BT_WAKE_EVENT_ACTIVE_HIGH (1)
#define CYCFG_BT_HOST_WAKE_GPIO CYBSP_BT_HOST_WAKE
#define CYCFG_BT_HOST_WAKE_IRQ_EVENT CYBT_WAKE_ACTIVE_LOW
#define CYCFG_BT_DEV_WAKE_GPIO CYBSP_BT_DEVICE_WAKE
#define CYCFG_BT_DEV_WAKE_POLARITY CYBT_WAKE_ACTIVE_LOW


#if defined(__cplusplus)
}
#endif


#endif /* CYCFG_CONNECTIVITY_BT_H */
2 changes: 1 addition & 1 deletion COMPONENT_BSP_DESIGN_MODUS/GeneratedSource/cycfg_notices.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Contains warnings and errors that occurred while generating code for the
* design.
* This file was automatically generated and should not be modified.
* Tools Package 2.2.0.2801
* Tools Package 2.2.0.2790
* latest-v2.X 2.0.0.6211
* personalities 3.0.0.0
* udd 3.0.0.562
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description:
* Peripheral Hardware Block configuration
* This file was automatically generated and should not be modified.
* Tools Package 2.2.0.2801
* Tools Package 2.2.0.2790
* latest-v2.X 2.0.0.6211
* personalities 3.0.0.0
* udd 3.0.0.562
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description:
* Peripheral Hardware Block configuration
* This file was automatically generated and should not be modified.
* Tools Package 2.2.0.2801
* Tools Package 2.2.0.2790
* latest-v2.X 2.0.0.6211
* personalities 3.0.0.0
* udd 3.0.0.562
Expand Down
2 changes: 1 addition & 1 deletion COMPONENT_BSP_DESIGN_MODUS/GeneratedSource/cycfg_pins.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description:
* Pin configuration
* This file was automatically generated and should not be modified.
* Tools Package 2.2.0.2801
* Tools Package 2.2.0.2790
* latest-v2.X 2.0.0.6211
* personalities 3.0.0.0
* udd 3.0.0.562
Expand Down

0 comments on commit 88bb037

Please sign in to comment.