fixed hang in Firetos initialize_hardware()

This commit is contained in:
Markus Fröschle
2012-12-08 08:33:45 +00:00
parent c6b029860f
commit 182ae661ce
2 changed files with 3 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
<buildSpec> <buildSpec>
<buildCommand> <buildCommand>
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name> <name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
<triggers>clean,full,incremental,</triggers>
<arguments> <arguments>
<dictionary> <dictionary>
<key>?children?</key> <key>?children?</key>

View File

@@ -796,6 +796,8 @@ void initialize_hardware(void) {
if (!(DIP_SWITCH & (1 << 6))) { if (!(DIP_SWITCH & (1 << 6))) {
/* Minimal hardware initialization */ /* Minimal hardware initialization */
init_gpio(); init_gpio();
init_serial();
init_slt();
init_fbcs(); init_fbcs();
init_ddram(); init_ddram();
init_fpga(); init_fpga();