Skip to content

Commit e6a63d9

Browse files
author
Jamie Smith
authored
Document remaining features and components (#249)
1 parent 1c2974b commit e6a63d9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+103
-179
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Copyright (c) 2020 ARM Limited. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
if("LAN91C111" IN_LIST MBED_TARGET_LABELS)
5-
add_subdirectory(COMPONENT_LAN91C111)
4+
# Driver for LAN91C111 memory-mapped EMAC IC
5+
if("FVP_MPS2" IN_LIST MBED_TARGET_LABELS)
6+
add_subdirectory(TARGET_FVP_MPS2)
67
endif()
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Copyright (c) 2020 ARM Limited. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
if("PN512" IN_LIST MBED_TARGET_LABELS)
5-
add_subdirectory(PN512)
4+
if("COMPONENT_NXP_PN512=1" IN_LIST MBED_TARGET_DEFINITIONS)
5+
add_subdirectory(COMPONENT_NXP_PN512)
66
endif()
77

8-
if("M24SR" IN_LIST MBED_TARGET_LABELS)
9-
add_subdirectory(TARGET_M24SR)
8+
if("COMPONENT_STM_M24SR=1" IN_LIST MBED_TARGET_DEFINITIONS)
9+
add_subdirectory(COMPONENT_STM_M24SR)
1010
endif()

0 commit comments

Comments
 (0)