Skip to content

Commit

Permalink
Upload btstack-integration 4.3.1.2139 [1190]
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlab-runner committed May 8, 2023
1 parent 89633f8 commit fc11f18
Show file tree
Hide file tree
Showing 10 changed files with 1,340 additions and 4 deletions.
2 changes: 1 addition & 1 deletion COMPONENT_BLESS-IPC/platform/ipc/cybt_bt_task.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
/******************************************************************************
* Variables Definitions
******************************************************************************/
__attribute__((aligned(4))) uint8_t packet_buffer[1024];
static uint32_t bt_task_dropped_packet_cnt = 0;
static cy_thread_t bt_task = 0;
static cy_queue_t bt_task_queue = 0;
Expand Down Expand Up @@ -115,7 +116,6 @@ cybt_result_t cybt_send_msg_to_bt_task(void *p_bt_msg,

static void handle_hci_rx_packet(void *event)
{
static uint8_t packet_buffer[1024];
hci_packet_type_t pti;
uint32_t length;

Expand Down
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CYW20829B0_002.001.025.0014
2 changes: 1 addition & 1 deletion COMPONENT_BTSS-IPC/platform/ipc/cybt_bt_task.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
/******************************************************************************
* Variables Definitions
******************************************************************************/
__attribute__((aligned(4))) uint8_t packet_buffer[1024];
static uint32_t bt_task_dropped_packet_cnt = 0;
static cy_thread_t bt_task = 0;
static cy_queue_t bt_task_queue = 0;
Expand Down Expand Up @@ -115,7 +116,6 @@ cybt_result_t cybt_send_msg_to_bt_task(void *p_bt_msg,

static void handle_hci_rx_packet(void *event)
{
static uint8_t packet_buffer[1024];
hci_packet_type_t pti;
uint32_t length;

Expand Down
2 changes: 1 addition & 1 deletion COMPONENT_BTSS-IPC/platform/ipc/cybt_platform_hci.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
#define IPC_INTR_BLE (0)
#define IPC_INTR_MCU (1)

#define MAX_IPC_RETRIES (10)
#define MAX_IPC_RETRIES (20)

#define RECORD_IPC_STATS

Expand Down
6 changes: 6 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ This release of AIROC™ BT/BLE stack solution package includes as following
* Infineon Bluetooth® BT controller firmware (CYW4343W, CYW43012, 20829)
* Platform and Operating system porting layers for P6+43xx, 20829 and P6+BLESS.

#### v4.3.1
btstack-integration v4.3.1 is a patch release with below mentioned enhancements and fixes:
* Added BT controller firmware for 20829B0
* Increased number of IPC retries
* Fixed memory alignment issue observed with ARM compiler

#### v4.3.0
btstack-integration v4.3.0 contains below updates:
* Added FW patch from Laird(LWB+) for 43439
Expand Down
2 changes: 1 addition & 1 deletion version.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<version>4.3.0.1952</version>
<version>4.3.1.2139</version>

0 comments on commit fc11f18

Please sign in to comment.