Skip to content

Commit

Permalink
Merge pull request #15337 from OpenNuvoton/nuvoton_m467_iot
Browse files Browse the repository at this point in the history
Nuvoton: Support new target NUMAKER_IOT_M467
  • Loading branch information
0xc0170 authored Nov 2, 2022
2 parents 102d2f8 + 733512d commit 90837c5
Show file tree
Hide file tree
Showing 222 changed files with 142,391 additions and 43 deletions.
2 changes: 2 additions & 0 deletions connectivity/drivers/emac/TARGET_NUVOTON_EMAC/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ if("M480" IN_LIST MBED_TARGET_LABELS)
add_subdirectory(TARGET_M480)
elseif("NUC472" IN_LIST MBED_TARGET_LABELS)
add_subdirectory(TARGET_NUC472)
elseif("M460" IN_LIST MBED_TARGET_LABELS)
add_subdirectory(TARGET_M460)
endif()

target_include_directories(mbed-emac
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

target_include_directories(mbed-emac
INTERFACE
.
)

target_sources(mbed-emac
INTERFACE
m460_eth.c
synopGMAC_Dev.c
synopGMAC_network_interface.c
)
Loading

0 comments on commit 90837c5

Please sign in to comment.