diff --git a/.project b/.project index 008ae57..377e4df 100644 --- a/.project +++ b/.project @@ -7,6 +7,7 @@ org.eclipse.cdt.managedbuilder.core.genmakebuilder + clean,full,incremental, ?children? diff --git a/sources/sysinit.c b/sources/sysinit.c index 51fd4a2..4f6f67f 100644 --- a/sources/sysinit.c +++ b/sources/sysinit.c @@ -796,6 +796,8 @@ void initialize_hardware(void) { if (!(DIP_SWITCH & (1 << 6))) { /* Minimal hardware initialization */ init_gpio(); + init_serial(); + init_slt(); init_fbcs(); init_ddram(); init_fpga();