Skip to content

Commit

Permalink
merge upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-sridharan committed Dec 27, 2022
2 parents 91d1cb8 + c299c8b commit 86f539c
Show file tree
Hide file tree
Showing 382 changed files with 226,629 additions and 1,994 deletions.
1 change: 1 addition & 0 deletions .github/workflows/basic_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: |
pip install -U scancode-toolkit click gemfileparser
-
name: license check
run: |
Expand Down
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 86f539c

Please sign in to comment.