Skip to content

Commit 5ea5490

Browse files
committed
CMake: Fix failure due to BLE component dir move
1 parent 955992e commit 5ea5490

File tree

5 files changed

+2
-7
lines changed

5 files changed

+2
-7
lines changed

components/BLE/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

components/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Copyright (c) 2020 ARM Limited. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
add_subdirectory(BLE)
54
add_subdirectory(lora)
65
add_subdirectory(testing)

targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52840/device/TOOLCHAIN_ARM/nRF52840.sct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! armcc -E
1+
#! armclang -E --target=arm-arm-none-eabi -x c -mcpu=cortex-m4
22

33
/* Default to no softdevice */
44
#if !defined(MBED_APP_START)

targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52840/device/TOOLCHAIN_ARM_STD/nRF52840.sct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! armcc -E
1+
#! armclang -E --target=arm-arm-none-eabi -x c -mcpu=cortex-m4
22

33
/* Default to no softdevice */
44
#if !defined(MBED_APP_START)

0 commit comments

Comments
 (0)