Newer
Older
mbed-os / connectivity / drivers / emac / TARGET_NXP_EMAC / TARGET_IMX / TARGET_TEENSY_41 / CMakeLists.txt
@Jamie Smith Jamie Smith on 8 Mar 2023 171 bytes Teensy 4.1 port with Ethernet support (#144)
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

target_sources(mbed-emac
    PRIVATE
	hardware_init.cpp
	fsl_phy_dp83825.c
)