summaryrefslogtreecommitdiff
path: root/hal
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2012-03-25 01:44:07 +0100
committerVegard Storheil Eriksen <zyp@jvnv.net>2012-03-25 03:42:29 +0200
commit0d9b1a8d77ef83080d56959c9369a75859bc7289 (patch)
tree316b30f5d9d6cea21386a0c67eeb70edd6b538c5 /hal
parent521e8dfbb0fdf9d65c0732c03a9d367c1e248fff (diff)
Ported to suzumebachi r3 board.
Diffstat (limited to 'hal')
-rw-r--r--hal/interrupt.cpp12
-rw-r--r--hal/usb.h1
2 files changed, 12 insertions, 1 deletions
diff --git a/hal/interrupt.cpp b/hal/interrupt.cpp
index ab9c89a..cebfed7 100644
--- a/hal/interrupt.cpp
+++ b/hal/interrupt.cpp
@@ -173,5 +173,15 @@ vector_t vectors[] __attribute__((section(".vectors"))) = {
0, // 64
0, // 65
0, // 66
- interrupt<(Interrupt::IRQ)67>, // 67
+ 0, // 67
+ 0, // 68
+ 0, // 69
+ 0, // 70
+ 0, // 71
+ 0, // 72
+ 0, // 73
+ 0, // 74
+ 0, // 75
+ 0, // 76
+ interrupt<(Interrupt::IRQ)77>, // 77
};
diff --git a/hal/usb.h b/hal/usb.h
index 5acb721..8376727 100644
--- a/hal/usb.h
+++ b/hal/usb.h
@@ -82,6 +82,7 @@ class USB_t {
#elif defined(STM32F4)
static USB_t OTG_FS(0x50000000);
+static USB_t OTG_HS(0x40040000);
#endif
#endif