Skip to content

Commit

Permalink
Temp portenta add COMPONENT_4343W_FS BLE firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
pennam committed Jul 7, 2021
1 parent 9ec92f1 commit 7b6d7cd
Show file tree
Hide file tree
Showing 4 changed files with 2,103 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

add_subdirectory(firmware)
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

if("4343W_FS" IN_LIST MBED_TARGET_LABELS)
add_subdirectory(COMPONENT_4343W)
endif()
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

target_sources(mbed-ble
INTERFACE
w_bt_firmware_controller.c
)
Loading

0 comments on commit 7b6d7cd

Please sign in to comment.