- fixed bootloader

- bootloader added board file
- refactored header files
- constify constants

git-svn-id: http://moon:8086/svn/mips@99 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
2017-01-18 22:28:07 +00:00
parent 702cb814a1
commit cf233c4d81
21 changed files with 289 additions and 172 deletions
+5 -1
View File
@@ -5,7 +5,11 @@
#include <sys/times.h>
#include <sys/time.h>
#include "libsys.h"
#include <libsys.h>
#include <gpio.h>
#include <irq.h>
#include <mips_gfx.h>
#include <mips_ps2.h>
#define PS2_NUM_IF 2
static volatile int32_t mouse_x;