code does now flash with bdmctrl and runs with FireTOS and EmuTOS
This commit is contained in:
@@ -18,7 +18,6 @@ _rom_header:
|
||||
*/
|
||||
bra.s _rom_entry // Short jump to the real entry point
|
||||
.short 0x4ef9 // Fake jmp instruction
|
||||
|
||||
/* The second long is the initial PC */
|
||||
.long _rom_entry // Real entry point
|
||||
|
||||
|
||||
@@ -798,6 +798,10 @@ void initialize_hardware(void) {
|
||||
init_gpio();
|
||||
init_serial();
|
||||
init_slt();
|
||||
|
||||
xprintf("\r\nBaS_gcc for FireBee v 0.1\r\n", 0, 0);
|
||||
xprintf("initializing hardware...\r\n");
|
||||
|
||||
init_fbcs();
|
||||
init_ddram();
|
||||
init_fpga();
|
||||
|
||||
Reference in New Issue
Block a user