Skip to content

Commit 90837c5

Browse files
authored
Merge pull request #15337 from OpenNuvoton/nuvoton_m467_iot
Nuvoton: Support new target NUMAKER_IOT_M467
2 parents 102d2f8 + 733512d commit 90837c5

File tree

222 files changed

+142391
-43
lines changed

Some content is hidden

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

222 files changed

+142391
-43
lines changed

connectivity/drivers/emac/TARGET_NUVOTON_EMAC/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ if("M480" IN_LIST MBED_TARGET_LABELS)
55
add_subdirectory(TARGET_M480)
66
elseif("NUC472" IN_LIST MBED_TARGET_LABELS)
77
add_subdirectory(TARGET_NUC472)
8+
elseif("M460" IN_LIST MBED_TARGET_LABELS)
9+
add_subdirectory(TARGET_M460)
810
endif()
911

1012
target_include_directories(mbed-emac
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Copyright (c) 2020 ARM Limited. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
target_include_directories(mbed-emac
5+
INTERFACE
6+
.
7+
)
8+
9+
target_sources(mbed-emac
10+
INTERFACE
11+
m460_eth.c
12+
synopGMAC_Dev.c
13+
synopGMAC_network_interface.c
14+
)

0 commit comments

Comments
 (0)