not yet working
This commit is contained in:
parent
dfba52b939
commit
21b22c322d
@ -177,8 +177,8 @@ $(BUILD_DIR)/%.o: %.c Makefile | $(BUILD_DIR)
|
|||||||
$(BUILD_DIR)/%.o: %.s Makefile | $(BUILD_DIR)
|
$(BUILD_DIR)/%.o: %.s Makefile | $(BUILD_DIR)
|
||||||
$(AS) -c $(CFLAGS) $< -o $@
|
$(AS) -c $(CFLAGS) $< -o $@
|
||||||
|
|
||||||
$(BUILD_DIR)/$(TARGET).elf: $(OBJECTS) w5500.a Makefile
|
$(BUILD_DIR)/$(TARGET).elf: $(OBJECTS) Makefile
|
||||||
$(CC) $(OBJECTS) w5500.a $(LDFLAGS) -o $@
|
$(CC) $(OBJECTS) w5500.o wizchip_conf.o $(LDFLAGS) -o $@
|
||||||
$(SZ) $@
|
$(SZ) $@
|
||||||
|
|
||||||
$(BUILD_DIR)/%.hex: $(BUILD_DIR)/%.elf | $(BUILD_DIR)
|
$(BUILD_DIR)/%.hex: $(BUILD_DIR)/%.elf | $(BUILD_DIR)
|
||||||
|
@ -66,8 +66,8 @@ int wizInit() {
|
|||||||
|
|
||||||
|
|
||||||
coloredMsg(LOG_RED, "wizI, initializing Ethernet module");
|
coloredMsg(LOG_RED, "wizI, initializing Ethernet module");
|
||||||
int8_t res = wizchip_init(NULL, NULL);
|
// int8_t res = wizchip_init(NULL, NULL);
|
||||||
coloredMsg(LOG_RED, "wizI, module driver returned %d", res);
|
// coloredMsg(LOG_RED, "wizI, module driver returned %d", res);
|
||||||
|
|
||||||
// wizchip_setnetinfo(&wizNetInfo);
|
// wizchip_setnetinfo(&wizNetInfo);
|
||||||
// coloredMsg(LOG_RED, "wizI, netinfo set to Ethernet module");
|
// coloredMsg(LOG_RED, "wizI, netinfo set to Ethernet module");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user