Skip to content

Commit c950a1a

Browse files
committed
stm32/eth: Add low-level Ethernet MAC driver.
1 parent b6791ff commit c950a1a

File tree

4 files changed

+655
-0
lines changed

4 files changed

+655
-0
lines changed

ports/stm32/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ SRC_LIB = $(addprefix lib/,\
110110
oofatfs/option/unicode.c \
111111
mp-readline/readline.c \
112112
netutils/netutils.c \
113+
netutils/trace.c \
113114
timeutils/timeutils.c \
114115
utils/pyexec.c \
115116
utils/interrupt_char.c \
@@ -240,6 +241,7 @@ SRC_C = \
240241
can.c \
241242
usb.c \
242243
wdt.c \
244+
eth.c \
243245
gccollect.c \
244246
help.c \
245247
machine_i2c.c \

0 commit comments

Comments
 (0)