fixed hang in Firetos initialize_hardware()
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user