mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
renesas-ra: Add networking support using lwIP.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
This commit is contained in:
committed by
Damien George
parent
142e8b70e2
commit
62e650f2c2
@@ -72,7 +72,7 @@ INC += -I$(TOP)/$(HAL_DIR)/ra/fsp/src/bsp/cmsis/Device/RENESAS/Include
|
||||
INC += -I$(TOP)/lib/tinyusb/hw
|
||||
INC += -I$(TOP)/lib/tinyusb/src
|
||||
INC += -I$(TOP)/shared/tinyusb
|
||||
#INC += -Ilwip_inc
|
||||
INC += -Ilwip_inc
|
||||
ifeq ($(CMSIS_MCU),$(filter $(CMSIS_MCU),RA4M1 RA4W1 RA6M1 RA6M2 RA6M5))
|
||||
INC += -Ira
|
||||
endif
|
||||
@@ -305,6 +305,7 @@ SRC_C += \
|
||||
ra_it.c \
|
||||
rng.c \
|
||||
mphalport.c \
|
||||
mpnetworkport.c \
|
||||
mpthreadport.c \
|
||||
irq.c \
|
||||
pendsv.c \
|
||||
|
||||
Reference in New Issue
Block a user