Skip to content

Commit 7b6d7cd

Browse files
committed
Temp portenta add COMPONENT_4343W_FS BLE firmware
1 parent 9ec92f1 commit 7b6d7cd

File tree

4 files changed

+2103
-0
lines changed

4 files changed

+2103
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Copyright (c) 2020 ARM Limited. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
add_subdirectory(firmware)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Copyright (c) 2020 ARM Limited. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
if("4343W_FS" IN_LIST MBED_TARGET_LABELS)
5+
add_subdirectory(COMPONENT_4343W)
6+
endif()
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Copyright (c) 2020 ARM Limited. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
target_sources(mbed-ble
5+
INTERFACE
6+
w_bt_firmware_controller.c
7+
)

0 commit comments

Comments
 (0)