aboutsummaryrefslogtreecommitdiff
path: root/third_party/pico_sdk/src/rp2_common/tinyusb/BUILD.gn
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2024-03-06 09:29:56 -0800
committerXin Li <delphij@google.com>2024-03-06 09:29:56 -0800
commit646563934a3e2ee26f50171f94d95173a1662e2c (patch)
treec1643be8ab17fc607cea748a8bb1d621a5964873 /third_party/pico_sdk/src/rp2_common/tinyusb/BUILD.gn
parentb1463ed3bc39c55c2a9496b8332940473fc3c023 (diff)
parent28d03a2a1cabbe01d7bcb6cf5166c10e50d3c2c6 (diff)
downloadpigweed-main.tar.gz
Merge Android 14 QPR2 to AOSP mainHEADmastermain
Bug: 319669529 Merged-In: Icdf552029fb97a34e83c6dd7799433fc473a2506 Change-Id: I193fcbb5c284df7b04c8b6f860a61ffb6f521d37
Diffstat (limited to 'third_party/pico_sdk/src/rp2_common/tinyusb/BUILD.gn')
-rw-r--r--third_party/pico_sdk/src/rp2_common/tinyusb/BUILD.gn7
1 files changed, 6 insertions, 1 deletions
diff --git a/third_party/pico_sdk/src/rp2_common/tinyusb/BUILD.gn b/third_party/pico_sdk/src/rp2_common/tinyusb/BUILD.gn
index fa1ee3360..ad5115032 100644
--- a/third_party/pico_sdk/src/rp2_common/tinyusb/BUILD.gn
+++ b/third_party/pico_sdk/src/rp2_common/tinyusb/BUILD.gn
@@ -45,15 +45,20 @@ pw_source_set("bsp") {
"${PICO_ROOT}/src/common/pico_stdlib:public_include_dirs",
"${PICO_ROOT}/src/rp2_common/pico_stdio_usb:public_include_dirs",
]
+ public_configs = [ ":tinyusb_defines" ]
include_dirs = [ "${PICO_SRC_DIR}/lib/tinyusb/hw" ]
deps = [
"${PICO_ROOT}/src/common/pico_base",
"${PICO_ROOT}/src/common/pico_binary_info",
- "${PICO_ROOT}/src/common/pico_time",
"${PICO_ROOT}/src/rp2_common/hardware_gpio",
"${PICO_ROOT}/src/rp2_common/hardware_sync",
"${PICO_ROOT}/src/rp2_common/hardware_uart",
"${PICO_ROOT}/src/rp2_common/pico_stdio:headers",
+ "${PICO_ROOT}/src/rp2_common/pico_stdio_usb:tusb_config",
+ ]
+ public_deps = [
+ "${PICO_ROOT}/src/common/pico_sync",
+ "${PICO_ROOT}/src/common/pico_time",
]
sources = [
"${PICO_SRC_DIR}/lib/tinyusb/hw/bsp/board.h",