-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
driver/bluetooth: Added initial version of hci cyw208xx driver
Added initial version of hci cyw208xx driver (cherry picked from commit 17889d2) Original-Signed-off-by: Nazar Palamar <nazar.palamar@infineon.com> GitOrigin-RevId: 17889d2 Change-Id: I5a2e4108a6de9351ad67f50ba17fdd64bf3a5e2e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5629513 Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com> Tested-by: Jeremy Bettis <jbettis@chromium.org> Reviewed-by: Jeremy Bettis <jbettis@chromium.org> Commit-Queue: Jeremy Bettis <jbettis@chromium.org>
- Loading branch information
Showing
15 changed files
with
643 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# The Infineon AIROC™ CYW20829 Bluetooth® LE evaluation kit (CYW92089M2EVK-02) | ||
|
||
# Copyright (c) 2024 Cypress Semiconductor Corporation. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
choice AIROC_PART | ||
default CYW20829 if BT | ||
endchoice | ||
|
||
# Heap Pool Size | ||
config HEAP_MEM_POOL_ADD_SIZE_BOARD | ||
int | ||
default 10096 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.